Hello All, I am having a Program stream which has progressive sequence. I want to convert this stream to Field based PS files.
I have used the following command ffmpeg.exe -y -i INPUT -c:v mpeg2video -flags +ildct+ilme -vf yadif=1 -top 1 -b:a 256k -aspect 16:9 OUTPUT But this is creating Frame based interlaced stream. Looks like I have missed some options. Can you please help me fix this problem? Regards, Vikram _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
