> Hi again,
> next problem i can't solve on my own. Was googleing for hours without
> a success:
> I'm trying to convert a DNxHD 1080i50 to MPG2 720p50, turing fields in
> deinterlaced progressiv frames, so that movements stay smooth. That's
> what my command line look like:
Not sure, but should you not have quotes around your Yadif/scale stuff?
... -vf "yadif=1:1,scale=1280:720" -r etc...
Bouke
Why do you use yadif=1:1 ? This is field output.
Did you try yadif=0:1 ?
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
> On 05/03/2011 08:05 AM, djjd01 wrote:
>> Hi again,
>> next problem i can't solve on my own. Was googleing for hours without
>> a success:
>> I'm trying to convert a DNxHD 1080i50 to MPG2 720p50, turing fields in
>> deinterlaced progressiv frames, so that movements stay smooth. That's
>> what my command line look like:
>>
>> C:\FFmbc\bin>ffmbc -i d:\tests\Hofer_8bit.mov -vf
>> yadif=1:1,scale=1280:720 -r 50 -vcodec mpeg2video -pix_fmt bgr24 -b
>
> Why do you use yadif=1:1 ? This is field output.
That is what he wanted, one field original into one frame output.
Makes sense in my book...
(but i don't know about the syntax, never tried it, only used Avisynth to do
this magic (and AE of course...))
Bouke