Re: [FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread Paul B Mahol
On 1/24/17, Andy Furniss wrote: > If you have a stream of fields and you want to make weaved frames the > (IIRC) tinterlace=merge would be a start. Better to use weave filter for that. ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread kumar vikram
Hi Bouke, Thanks for your prompt response. For me the idea is to get field based interlaced streams to test some of my implementation. Maintaining frame rate is not an issue with me. I tried with tinterlace too but not to my luck. ffmpeg.exe -y -i INPUT -c:v mpeg2video -flags +ildct+ilme -vf

Re: [FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread Bouke (VideoToolShed)
- Original Message - From: "kumar vikram" 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

[FFmpeg-user] Need help generating field based Program Stream

2017-01-24 Thread kumar vikram
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