[FFmpeg-user] Creating CBR and Interlaced video

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Sep 29 00:12:40 CEST 2012


Kosta Vlotis <kosta.brazzers <at> gmail.com> writes:

> ffmpeg -async 2 -i .\pup.mp4 -c:v libx264 -vprofile main -level 30
> -refs 4 -b:v 2000k -minrate 2000k -maxrate 2000k -bufsize 2000k -s
> 480x480 -aspect 4:3 -vf "tinterlace=merge" -c:a ac3 -b:a 192k -ar 48k
> test.ts
> 
> my understanding is that this command should produce an interlaced
> video

(Apart from the question why you want to destroy your video 
in a way that makes it impossible to display it correctly on 
any modern display:)
I wonder how you will get an interlaced video if both input 
and output are ~30fps? I would assume that you have to halve 
the frame rate if you want to interlace your video.

Carl Eugen



More information about the ffmpeg-user mailing list