[Encode2mpeg-users] Re: making dvd
Brought to you by:
encode2mpeg
From: Osmany G. C. <osm...@ci...> - 2006-02-07 15:33:43
|
Sorry ... my idea was send the mail to the mailing list.... was my mistake :-)....... i do a test with a dvdRW with two files a vcd and SVCD and i have problems with audio like you said....now i am doing a dvd 5 low resolution....high KBIT/s but i am not very happy with that resolution i think that to have a good quality in the TV i need more resolution. On Mon, Feb 06, 2006 at 04:26:59PM -0400, Osmany Guirola Cruz wrote: > Hi .... > I have a question > i want to know if its posible with encode2mpeg make a DVD with the > videos in SVCD format. for example i have 3 films and i want burn then > in one DVD ,,,in DVD format i think it's imposible but if i use a lower > format for example SVCD(with a kvcd matrix) the 4.7GB are enough....but > the problem is how to make a DVD with the source in another format..... > is it possible? > > thanks > > Osmany Hello, it it always possible if you reencode the movies. If you mean to transfer to a dvd the contents of SVCD without reencoding and then to be able to play such dvd on a dvd player, then the answer is it may also work, but not guaranteed. SVCD has a resolution of 480x480 and audio mp2 44100 Hz. 480x480 is not an official supported dvd resolution, but apparently most (if not all) the dvd player are able to play a dvd with such resolution. The big problem is with audio. DVD audio is 48000 Hz. There exist player that would play dvd with 44100 Hz audio, but that is much less common. Most of the time the player wont play it (and also dvdauthor will complain a lot about 44100 audio). So the best thing to do is to keep the SVCD video and reencode the audio to mp2 48000 Hz. encode2mpeg -o DVD -mpeg -encode 7:0:1 -srate 48000 source.mpeg In order to put 3 movies on a single DVD you can use the option -video or -titleset (or both) depending of what you want to accomplish. Giacomo P.S. Please, next time send e-mails like this one to the mailing list. Your question is of general interest and other users may be intrested about your question. |