logo Sign In

Moth3r

User Group
Members
Join date
26-Oct-2004
Last activity
16-Jul-2017
Posts
4,892

Post History

Post
#285393
Topic
Forgive me for being stupid but...
Time
On further thought, why do you even want to convert to DVD? There are much better options available to you. For instance, you could simply hook up your PC to a TV using the TV-out connection.
Or use XBox Media Center to play the file (if you have a modified Xbox, of course!)

Do you know exactly what's contained within the OGM file (most likely Xvid video and Vorbis audio)?
Post
#285376
Topic
Subtitles.....help needed guys
Time
Originally posted by: daveytod
I've just downloaded AVISynth but it's a jibberish to me so if someone could talk me through?
Assuming you have installed AviSynth, there are a couple of other plugins you will also need:
VSFilter
DGMPGDec

First get the video into AviSynth. Start DGIndex from the DGMPGDec package, open your mpeg video file, and save a d2v project file.

Open Notepad, and write a script like this:

LoadPlugin("C:\Program Files\DGMPGDec\dgdecode.dll")
mpeg2source("project.d2v")

(Obviously the path in the first line depends on where you extracted the DGMPGDec package to). Save this text file with the extension avs. Now open the avs file with VirtualDubMod or AvsP and check your video is displayed.

Now, the actual subtitling step may have changed since I last used it, but the premise is that you create a text file with the extension srt (see this thread for the format). Then you amend your avs file to look like this:

LoadPlugin("C:\Program Files\DGMPGDec\dgdecode.dll")
LoadPlugin("C:\Program Files\VSFilter\vsfilter.dll")
mpeg2source("project.d2v")
TextSub("subtitles.srt")

When you are happy with your timings, just open the avs file in your MPEG encoder (TMPGEnc/CCE/whatever) and encode a new MPEG stream; the encoded file will have the subs permanently "burnt" into the video.
Post
#285372
Topic
Forgive me for being stupid but...
Time
So you have an OGM file and you want to make a DVD-video from it?

You will need to re-encode the video to DVD-spec MPEG-2, and the audio to MP2 or AC3. Then you need to multiplex the video and audio streams and author a DVD.

By all means get VirtualDubMod, open the file, have a play around with frameserving to TMPGEnc or whatever. If you're finding the learning curve too steep, try a simple one-click solution such as ConvertXtoDVD.
Post
#284892
Topic
Wookie Groomer HDTV
Time
If the audio stream was based on the AC3 demuxed straight off the 2004 DVD with no modifications, is it reasonable to assume that the "corrected" audio from your disc mentioned in this thread would be of the same length?

Not sure about the use of WMV-HD VC1, though. Apparently the smart kids are now using x264/AC3 in mkv. Don't have a 360 myself, but might consider getting a DVI to HDMI cable just to see how this looks on a 32" LCD.


Post
#284539
Topic
Help: looking for... Belbucus PCM for ANH, ESB, ROTJ
Time
Originally posted by: Arnie.d
For the stereo mix, if I want to recreate the audio on a 5.1 system as closely as it was heard in cinemas how would I do that. If I encode it as AC3 stereo in surround mode, would that be accurate? Yes, the idea is that those 2 channels contain matrixed surround information. Play the audio through a Pro-logic decoder and you will get 4 channel output. This is the same process used in theaters for Dolby Stereo tracks.

The format doesn't have to be AC3, PCM will work just as well. The only advantage in using AC3 is that you can set a flag in the stream to indicate that the audio contains Dolby Surround information. If this flag is present it normally turns on the Pro-logic processing in your decoder, saving you the trouble of pressing a button to select it manually. This kind of audio is denoted as DD 2.0/s or DD 2.0 surround (as opposed to plain stereo which is just DD 2.0).
Originally posted by: Arnie.d
For the mono mix, was there the same audio coming from all the speakers?
No, just one central speaker. This audio is presented as DD 1.0.
Post
#284531
Topic
Help: looking for... Belbucus PCM for ANH, ESB, ROTJ
Time
I assume by "boxes" he means speakers. Unless old Dutch cinemas didn't have seats, and everyone sat on wooden crates.

The confusion arises from the fact that "Dolby Stereo" in cinemas is actually equivalent to "Dolby Surround" in the home. There would typically be 3 speakers across the front: Front Left, Centre and Front Right, then several surround speakers placed down the side walls and across the back.

The mono mix I believe was created for smaller cinemas which didn't have Dolby Stereo installations, and for TV broadcast.

There are some great resources at Dolby's Website that explain all this.