[FFmpeg-user] H264 (mts) interlaced to XVID interlaced

Francois Visagie francois.visagie at gmail.com
Mon Nov 17 13:30:38 CET 2014


On 16 November 2014 23:54, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> radpopl <radpopl <at> gmail.com> writes:
>
>> ffmpeg.exe -n -i "%%F" -c:v mpeg4 -qscale:v 4 -vtag xvid
>> -flags +qpel *+ildct+ilme* -acodec libmp3lame -b:a 320k
>> "%%~dF%%~pF%%~nF.avi"
>>
>> but ffmpeg crashed.
>
> Command line, console output etc. missing.
>
> Please understand that crashes are always
> important but we can only fix them if we
> are able to reproduce them...
>
>> > > But destination file has an interlace artifacts,
>> > > unacceptable...

I also just realised that the advice I gave you was wrong. That was
aimed at how to properly make interlaced encodings, which in fact is
what you are trying to get away from. Sorry for that, and Carl's
advice for adding (only) a deinterlacing filter is therefore spot-on.

>
> If you don't want interlacing artefacts in your output
> file but your input file is interlaced, you need to
> add a deinterlace filter to your command line, please
> test -vf yadif.
>
> Please don't top-post here, it is considered rude,
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list