Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring

Reply
 
Thread Tools Search this Thread Display Modes
Old 11th October 2008, 23:20   #1  |  Link
manusse
SubtitleCreator's Co-Dev
 
manusse's Avatar
 
Join Date: Oct 2005
Location: France
Posts: 579
How to convert a few mini-DVDs to mpeg2?

Hi,

Sorry if this question has already been asked but I tried search and didn't find an answer.
My problem is I have some home footage from a camcorder. They've been shot on mini-DVDs. I want to know how to convert them to mpeg2 (I tried VOB2MPG but it didn't work) so that I can then join a few of them together.

I don't want to lose quality so don't want to decompress then recompress. I also want to do it with free software.

Thanks for your help.
Cheers
Manusse
manusse is offline   Reply With Quote
Old 12th October 2008, 03:44   #2  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
Hi!
Quote:
They've been shot on mini-DVDs. ...so that I can then join a few of them together.
If you simply want to join them together and create one "full size" DVD, this can be readily accomplished using the freeware DVD Flick...
setarip_old is offline   Reply With Quote
Old 12th October 2008, 10:19   #3  |  Link
manusse
SubtitleCreator's Co-Dev
 
manusse's Avatar
 
Join Date: Oct 2005
Location: France
Posts: 579
Hi,

Thanks for your answer. Can your confirm that DVD Flick doesn't decompress/recompress them? In this case this could be a good solution.
Otherwise, I'd like to convert them to mpg files. Is there some easy way to do that (freeware, no recompression).

Thanks in advance
Manusse
manusse is offline   Reply With Quote
Old 12th October 2008, 19:30   #4  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Manusse,
what is the source format of your records?
rica is offline   Reply With Quote
Old 12th October 2008, 20:49   #5  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
@manusse

If, as you seem to indicate, they are already in compliant DVD format, there should be no reason for Flick to decompress/recompress them...
setarip_old is offline   Reply With Quote
Old 13th October 2008, 19:32   #6  |  Link
manusse
SubtitleCreator's Co-Dev
 
manusse's Avatar
 
Join Date: Oct 2005
Location: France
Posts: 579
Hi all,

@rica: They are PAL DVDs. If I remember well they were shot using a SONY camcorder (by myself). So the format is MPEG2 but with a DVD structure (VIDEO_TS and VOB, BUP and IFO files).

@setarip_old:
Quote:
If, as you seem to indicate, they are already in compliant DVD format, there should be no reason for Flick to decompress/recompress them...
OK, I'll try that too.

I've found a method for converting them to mpg: I demux them (pgcdemux) and then remux them to mpeg (imagompeg-muxer). However I couldn't join them.

Thanks for your help

Manusse
manusse is offline   Reply With Quote
Old 13th October 2008, 21:02   #7  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by manusse View Post
@rica: They are PAL DVDs. If I remember well they were shot using a SONY camcorder (by myself). So the format is MPEG2 but with a DVD structure (VIDEO_TS and VOB, BUP and IFO files).
manusse,

You can use eac3to to extract mpeg2 video and ac3:

(this is a commercial DVD but the structure is the same: )

Getting info:

Code:
 C:\>eac3to E:\VIDEO_TS\VTS_01_1.VOB

VOB, 1 video track, 4 audio tracks, 4 subtitle tracks, 0:20:20
1: MPEG2, 576i50 (16:9)
2: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
3: DTS, 5.1 channels, 24 bits, 768kbps, 48khz
4: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
5: DTS, 5.1 channels, 24 bits, 768kbps, 48khz
6: Subtitle
7: Subtitle
8: Subtitle
9: Subtitle
Extracting video:

Code:
 C:\>eac3to E:\VIDEO_TS\VTS_01_1.VOB 1:C:\video.m2v

VOB, 1 video track, 4 audio tracks, 4 subtitle tracks, 0:20:20
1: MPEG2, 576i50 (16:9)
2: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
3: DTS, 5.1 channels, 24 bits, 768kbps, 48khz
4: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
5: DTS, 5.1 channels, 24 bits, 768kbps, 48khz
6: Subtitle
7: Subtitle
8: Subtitle
9: Subtitle
[v01] Extracting video track number 1...
[v01] Creating file "C:\video.m2v"...
Video track 1 contains 30525 frames.
eac3to processing took 2 minutes, 13 seconds.
Done.
If you want to join the vobs:

Code:
 eac3to v2.66
command line: eac3to\eac3to  E:\VIDEO_TS\VTS_01_1.vob+E:\VIDEO_TS\VTS_01_2.vob 2: video_joined.m2v
------------------------------------------------------------------------------
VOB, 1 video track, 4 audio tracks, 4 subtitle tracks, 0:39:41
1: Joined VOB file
2: MPEG2, 576i50 (16:9)
3: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
4: DTS, 5.1 channels, 24 bits, 768kbps, 48khz
5: AC3, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
6: DTS, 5.1 channels, 24 bits, 768kbps, 48khz
7: Subtitle
8: Subtitle
9: Subtitle
10: Subtitle
[v02] Extracting video track number 2...
[v02] Creating file "video_joined.m2v"...
Video track 2 contains 59558 frames.
eac3to processing took 13 minutes, 25 seconds.
Done.
And you can remux video and audio to a ts container with TSMuxer.

EDIT: If you want an mpeg2 program stream you can use this simple graph to convert ts to ps:


_ _ _ __

Last edited by rica; 14th October 2008 at 00:09. Reason: added how to join multiple VOBs.
rica is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:34.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.