[FFmpeg-user] How to improve this video structuring command

cooker.chen 420611445 at qq.com
Fri Dec 11 03:28:36 EET 2020


Hi :
    I use this command.But sometimes get wrong result;How can i improve this
command;
   ffmpeg -loglevel debug -v 24 -ss 0 -i input.MOV -dn -force_key_frames
"expr:gte(t,n_forced*5)" -vf "scale=w=960:h=540:flags=fast_bilinear" -c:v
libx264 -preset superfast -x264-params keyint=100 -tune film -crf 28 -c:a
aac -b:a 64k -avoid_negative_ts disabled -f segment -segment_time 5
-segment_start_number 0 -segment_format mp4 -segment_list_type ffconcat
-reset_timestamps 1 %03d.mp4 
<http://www.ffmpeg-archive.org/file/t379746/1607420111%281%29.png> 



--
Sent from: http://www.ffmpeg-archive.org/


More information about the ffmpeg-user mailing list