[FFmpeg-user] How to make AVI files from LG RH7500 recordingwhich will play on it?

dE . de.techno at gmail.com
Fri Dec 23 11:39:43 CET 2011


On 12/22/11 19:24, Mark Vos wrote:
>
> ----- Original Message ----- From: "Carl Eugen Hoyos" <cehoyos at ag.or.at>
> To: <ffmpeg-user at ffmpeg.org>
> Sent: Thursday, December 22, 2011 1:45 AM
> Subject: Re: [FFmpeg-user] How to make AVI files from LG RH7500 
> recordingwhich will play on it?
>
>
>> Mark Vos <mccmvos <at> xs4all.nl> writes:
>>
>>> >> ffmpeg -i VTS_01_1.VOB -f avi -vcodec mpeg4 -vtag DIVX -b 1800K 
>>> -flags
>>> >> +ilme+ildct -s 640x572 -acodec libmp3lame -ab 128K test6.avi
>>> >
>>> > Does it work without -flags +ilme+ildct?
>>
>> Did you test without?
>>
>>> > Did you try lower bitrates?
>>> >
>>>
>>> Yes, I took care to stay under 720x576 as stated in my user manual 
>>> notes,
>>
>> "720x576" is the resolution, the "bitrate" is what you set with "-b" 
>> (now -vb or
>> -b:v), please try a lower value, especially if your device starts 
>> playing a
>> video, but stops after a few frames.
>>
>> Carl Eugen
>>
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>
>
>
> Thanks for your input.
> From your advice I used following line:
>
> ffmpeg -i VTS_01_1.VOB -f avi -vcodec mpeg4 -vtag DIVX -vb 1000K -s 
> 640x572 -acodec libmp3lame -ab 128K test7.avi
>
> Result was bad: it started playing but the video displayed bizarre 
> coloured patterns. ALSO: quits playing after about 5 secs.
>
>
>
> regards,
>
> |\  /|
> | \/ |@rk
> \../
>  \/os
>
>
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Those were wrong parameters, sorry about that.

Try this -
ffmpeg -i $input -threads <Well you know..> -mbd rd -flags +mv4+aic 
-trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 2 -vcodec mpeg4 -ac 2 -aq 2 
-acodec libmp3lame $output.avi


More information about the ffmpeg-user mailing list