[MPlayer-users] single VOB file to DVD
Giacomo Comes
comes at naic.edu
Mon Nov 8 21:14:26 CET 2004
On Mon, Nov 08, 2004 at 12:37:48AM +0100, Zelos wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Giacomo Comes a écrit :
>
> |>Hi!
> |>
> |>I'd like to know how to make a DVD disc from a single VOB file(video
> |>and audio) which is about 4,5Go.
> |>I have no idea about it except that I need to "generate" a correct DVD
> |>disc structure(folders, etc).
> |>I also have to recompress the video because DVD-R are smaller than
> |>4,5Go. Do I also have to
> |>extract/recompress audio?
> |>
> |>Any idea ?
> |
> |
> |You can use encode2mpeg (http://encode2mpeg.sourceforge.net/)
> |
> |On the web page there are a couple of examples that do exactly
> |what you need.
> |
> |You can contact me for assistence.
> |
> |Giacomo
>
>
> Many thanks.
>
> However, I've been trying to encode my movie for 2 days but the
> resulting video is a bit "dirty"...
> I tried to set the video bitrate to 9500 instead of the defaults but
> it's no use! The original was set to 9800.
> Here's the command line:
>
> encode2mpeg -dvd -o MyMovie -vfr 3 -ac3 copy -a 3 -vbr 9500
> - -video-norm p -qmatrix hi-res MyMovie.vob
>
> Any tricks?
In Direct Mode (the one you are using), you can improve the
video quality decreasing the quantization. The default is 8,
try to reduce it to the value that gives a satisfactory result.
Add the command
-toolopts mpeg2enc -q 5 (or other low values)
at the end of your command line.
Do not encode the complete movie in order to test it.
Add
-frames 500 -ss time
to skip to a specific scene and encode 20 seconds of movie
You should also get good results with Mpeg Mode.
Try this:
encode2mpeg -dvd -o MyMovie -vfr 3 -ac3 copy -a 3 -vbr 9500
-video-norm p -mpeg -encode 0:2:1 MyMovie.vob
Please let me know what you get.
Giacomo
More information about the MPlayer-users
mailing list