Re: [FFmpeg-user] how to make ffmpeg automatically choose the apt bitrate for transcoding favoring quality over size

2015-12-29 Thread Ramprasad N
Cool Thanks :-) On Tue, Dec 29, 2015 at 11:01 PM, Carl Eugen Hoyos wrote: > Ramprasad N gmail.com> writes: > > > i want to preserve as much quality as possible. > > Then use -qscale 2 > > Carl Eugen > > ___ > ff

[FFmpeg-user] how to make ffmpeg automatically choose the apt bitrate for transcoding favoring quality over size

2015-12-29 Thread Ramprasad N
Hi, I have a video in x264 format and need to convert to xvid for playback in dvd player via USB. I dont care much about the output filesize, it is ok if the size increases, i want to preserve as much quality as possible. basically i dont want to manually set any overall bitrate. Is it possible to

[FFmpeg-user] Possible issue in ffmpeg's documentation

2015-04-15 Thread Ramprasad N
Hi, In https://www.ffmpeg.org/ffmpeg-formats.html#Options-7 Under "segment_list_entry_prefix" we see the flags ‘flat’ ‘csv, ext’ ‘ffconcat’ ‘m3u8’ But I think these flags are supposed to be under "segment_list_type" Right? Thanks Ramprasad ___ ffmpeg

[FFmpeg-user] Does the H.263 in FFmpeg support two pass encoding

2015-04-08 Thread Ramprasad N
Hi, The second pass shows error (IO error: Error number 0 occurred) but the file gets generated and looks fine, but I don't know whether it actually used the 1st pass. C:\Users\ramprasad>ffmpeg.exe -i foreman_qcif.y4m -b:v 128k -pass 1 -vcodec h263 -f 3gp -y NUL ffmpeg version N-69422-gf5722ba Cop