(This article is English translation of Japanese version)

I found that the video clips that I generated are not compressed very much. The compression ratio is 1.06 in case of AMV4/DR2. I think it is not good and have to search other clips.

I decided to use Tears of Steel, the author of MagicYUV suggested. (here)

I use frame No. from 11777 to 12076, the scene that a picket soldier fires machine gun to enemy robots.

ffmpeg -pattern_type glob -i 'graded_edit_*.tif' -r 25 -pix_fmt rgb48be -vcodec rawvideo tearsofsteel_4k-master-b48r.mov
ffmpeg -i tearsofsteel_4k-master-b48r.mov -pix_fmt rgb24 -vcodec rawvideo tearsofsteel_4k-tmp-rgb24.mov
ffmpeg -i tearsofsteel_4k-master-b48r.mov -vcodec v308 tearsofsteel_4k-tmp-yuv444.mov
ffmpeg -i tearsofsteel_4k-master-b48r.mov -pix_fmt yuyv422 -vcodec rawvideo tearsofsteel_4k-tmp-yuv422.mov
ffmpeg -i tearsofsteel_4k-master-b48r.mov -vcodec yuv4 tearsofsteel_4k-tmp-yuv420.mov
ffmpeg -i tearsofsteel_4k-master-b48r.mov -vcodec copy tearsofsteel_4k-tmp-rgb48.mov
ffmpeg -i tearsofsteel_4k-master-b48r.mov -vcodec v210 tearsofsteel_4k-tmp-yuv422-10bpc.mov

The resolution of 4K version of Tears of Steel is 4096×1714. The number of pixels is slightly smaller than UHD (3840×2160).

Trackback

2 comments untill now

  1. haraguchi @ 2017-08-22 15:26

    ダウンロード

  2. ダウンロード

Add your comment now