How to crop the edges of a ffmpeg video when outputting to a video file, how to do it?
C:\ffmpeg\bin\ffmpeg.exe -y -framerate 24 -start_number 22 -i "C:\Users\zzzzz2019zzzzz\Desktop\777\00%06d.jpg" -i "C:\111\00\Project03_00\00SB261-426_Fr1-523_Amp0.4_BpS16_SpS24.774.wav" -c:v libx264 -pix_fmt yuv420p -x264opts bitrate=14000 -c:a copy -frames 523 -map 0:0 -map 1:0 "C:\Users\zzzzz2019zzzzz\Desktop\555.avi
for example:
x=423 y=15
1181*884
Log in to post a comment.
How to crop the edges of a ffmpeg video when outputting to a video file, how to do it?
Last edit: dan74 2019-09-17
C:\ffmpeg\bin\ffmpeg.exe -y -framerate 24 -start_number 22 -i "C:\Users\zzzzz2019zzzzz\Desktop\777\00%06d.jpg" -i "C:\111\00\Project03_00\00SB261-426_Fr1-523_Amp0.4_BpS16_SpS24.774.wav" -c:v libx264 -pix_fmt yuv420p -x264opts bitrate=14000 -c:a copy -frames 523 -map 0:0 -map 1:0 "C:\Users\zzzzz2019zzzzz\Desktop\555.avi
for example:
x=423 y=15
1181*884
Last edit: dan74 2019-09-16