[FFmpeg-user] Video not deinterlacing

Kosta Vlotis kosta.brazzers at gmail.com
Mon Aug 6 20:56:56 CEST 2012


On Mon, Aug 6, 2012 at 2:47 PM, Dan Hentschel <dan at hentschels.com> wrote:
> Put the -filter option after the -i option. It is an output option, not an
> input option.
>
>  - dan
>
> On Mon, Aug 6, 2012 at 2:34 PM, Kosta Vlotis <kosta.brazzers at gmail.com>wrote:
>
>> i'm using the following command to try and de interlace some video but
>> the problem is ithe video are still interlaced when they finish:
>>
>> ffmpeg -async 2 -filter:v yadif -i ".\input\%1%2" -sameq -crf 1 -g 60
>> -s 1920x1080 -aspect 16:9 -c:a copy -y ".\output\%1.avi"
>>
>> can anyone tell me why the deinterlace fails? there are no errors in
>> the ffmpeg output.
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>
>
>
> --
> dan B hentschel
> dan at hentschels.com
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


that worked!
BUT this must be new. i tried just tried with an older version of
ffmpeg and it still deinterlaces with the option before the input.
i've always been putting it before.


More information about the ffmpeg-user mailing list