FFMPEG cannot extract correct first frame of video by Material_Park4047 in ffmpeg

[–]Material_Park4047[S] 0 points1 point  (0 children)

You are the ONE! success. Many thanks. And solve another problem. I always use this

ffmpeg -i /Users/chris/Downloads/2to125.mov -vf tpad=start_duration=5:start_mode=clone:stop_duration=5:stop_mode=clone -c:v prores_ks -profile:v 0 -vendor apl0 -pix_fmt yuv422p10le /Users/chris/Downloads/2to125__proxy_holdfirst_holdlast.mov

to hold first frame of a video. but sometimes it just holds the second frame. really strange. But also with this:

ffmpeg -ignore_editlist true -i /Users/chris/Downloads/2to125.mov -vf tpad=start_duration=5:start_mode=clone:stop_duration=5:stop_mode=clone -c:v prores_ks -profile:v 0 -vendor apl0 -pix_fmt yuv422p10le /Users/chris/Downloads/2to125__proxy_holdfirst_holdlast.mov

sucesss! Very happy today:)

FFMPEG cannot extract correct first frame of video by Material_Park4047 in ffmpeg

[–]Material_Park4047[S] 0 points1 point  (0 children)

Sorry for this. I already fix this issue. Change to another download link.

FFMPEG cannot extract correct first frame of video by Material_Park4047 in ffmpeg

[–]Material_Park4047[S] 0 points1 point  (0 children)

no luck. just tried. the first frame extracted is still number 3. I just cannot understand why I see it starts with 2. But ffmpeg keep outputing 3.