Dexter Filmore wrote:
> I recently encoded a movie with dvd::rip for the first time, 2 pass ffmpeg,
> result was pretty shoddy: while the image quality itself was ok (still image)
> there was a notable flickering as if the edges of objects were lit with a
> strobe. very faint, but notable.
> So - any suggestions about the codec and settings?
ffmpeg/mpeg4 is Ok in general, probably your video bitrate was too low
resp. the image dimension too high for the chosen bitrate. Important for
quality is the relation between bitrate and image dimension, which is
called BPP - Bits Per Pixel.
You find some information about this in the documentation:
http://www.exit1.org/dvdrip/doc/gui-gui_transcode.cipp#gui_tc_bc
http://www.exit1.org/dvdrip/doc/gui-gui_zoom_calc.cipp#gui_zc_bpp
> Plus: I had to wait 4 hours before the 1st pass finished before I could
> preview. I don't see a sample preview function or so.
It's there:
http://www.exit1.org/dvdrip/doc/gui-gui_transcode.cipp#gui_tc_gen_range
If you use filters you can use the preview window to check your
settings. But note this preview doesn't cover the video encoding, so you
can't use it to rate video codec quality:
http://www.exit1.org/dvdrip/doc/gui-gui_filters.cipp
Regards,
Joern
--
Think before you code. And while you're doing it probably won't hurt. ;)
pgppcfg3QRQKV.pgp
Description: PGP signature
|