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 > Capturing and Editing Video > HDTV / DVB / TiVo

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th February 2003, 13:30   #1  |  Link
BaronVlad
Jetzt nochmal auf Deutsch
 
BaronVlad's Avatar
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 411
MPEG2toVirtualDub

Hi,

My aim was to capture from DVB and then store to DivX / XVid. Therefor I have to get the MPEG2 Stream finally loaded into VDub(Mod). I know there are many ways to do this, please look here if you want to know more. But why should we all do nearly the same again and again manually ?

Jory Stone (jcsston) wrote a frontend for VirtualDub, that does this job for you.

To quote him:
Quote:
1. This is what it does Select a set of MPEG-2 files, or separate MPEG-2 video and audio files

Optional: Demux the TS stream with cPVAS

2. Create a d2v project with DVD2AVI commandline
3. Decode the mpa to wav with MADPlay, use DirectShow Decoder, or use the MPASource AviSynth plugin
4. Write a AviSynth script
5. Cropping and various resizing methods
6. FieldDeinterlace, Decomb IVTC, DeinterlaceMAP and/or noise reduction with FluxSmooth
7. Open the script in VirtualDub
IMO it is the easiest way to get a high quality DivX / XVid from your digital caps.

You can get the newest versions from his site at Tripod or Geocities

If you need help with this nearly self explaining program there is also a howto on this page.

The procedure is nearly the same as described in my little guide (german link), that we will hopefully see in the near future on doom9.org in English language.

History of Jorys program is here in the VDub support board.

Although I made many movies without any problems please report probs and bugs here.

Thats all

Thanks again Jory for this great program that made capturing so easy
__________________
Hochachtungsvoll

BaronVlad

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide

Last edited by BaronVlad; 5th February 2004 at 11:17.
BaronVlad is offline   Reply With Quote
Old 25th February 2003, 15:53   #2  |  Link
cofferscuffs
uber-toddler!
 
cofferscuffs's Avatar
 
Join Date: Oct 2001
Location: munkee land whoosh!
Posts: 627
i didnt find it made it any simpler.
__________________
cC.
cofferscuffs is offline   Reply With Quote
Old 25th February 2003, 23:41   #3  |  Link
BaronVlad
Jetzt nochmal auf Deutsch
 
BaronVlad's Avatar
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 411
Hi cofferscuffs,

you should just try it, then you will see. No need to use different programs and to do it step by step, just make your settings, then go and drink a beer or milk (whatever you like ) come back and start encoding. For me it is that easy and comfortable, much more than the "hard way"
__________________
Hochachtungsvoll

BaronVlad

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide
BaronVlad is offline   Reply With Quote
Old 26th February 2003, 00:27   #4  |  Link
cofferscuffs
uber-toddler!
 
cofferscuffs's Avatar
 
Join Date: Oct 2001
Location: munkee land whoosh!
Posts: 627
i did use it. and "the hard way" isnt that hard after all.... i just found this to be more hassle after i got used to my way of doing it
__________________
cC.
cofferscuffs is offline   Reply With Quote
Old 26th February 2003, 09:35   #5  |  Link
BaronVlad
Jetzt nochmal auf Deutsch
 
BaronVlad's Avatar
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 411


Since this was exactly my way, it is good to have a proggie that does it for me now...

It is the same as it is always. The "freaks" do it manually, but imagine you were a noob with now clue how avisynth works, what to do with pvastrumento and you dont want to read any guides. Think it is easier then ? Believe me: I am very very lazy and I use it because of that laziness...

...I bet you also use this software but you cant admit it now...
__________________
Hochachtungsvoll

BaronVlad

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide
BaronVlad is offline   Reply With Quote
Old 20th July 2003, 21:53   #6  |  Link
cofferscuffs
uber-toddler!
 
cofferscuffs's Avatar
 
Join Date: Oct 2001
Location: munkee land whoosh!
Posts: 627
now, i actually do hate pvastro, ds.jar is much better for demuxing (btw have you noticed pvastro getting less accurate with new versions for damaged gops - meaning that it drops more then it should?)

although i have changed my method quite a bit now;

1) demux source with ds.jar
2) split the video in m2edit and save the timecodes of the split points in a txt file
3) make a dvd2avi project file out of the split video
4) encode to format of choice
5) split source audio with the saved timecodes in besplit
6) encode split audio to format of choice in besweet
7) mux
__________________
cC.
cofferscuffs is offline   Reply With Quote
Old 23rd November 2003, 16:48   #7  |  Link
hanfrunz
Registered User
 
hanfrunz's Avatar
 
Join Date: Feb 2002
Location: Germany
Posts: 540
Hello,

maybe you could use a directshow-decoder (like the latest mpgdec.ax in the moonlight-player from www.elecard.com).

Use it with avisynth2.53`s DirectShowSource() to open your mpeg2 files:

[test.avs]
DirectShowSource("yourmpeg.mpg")

with several sources:

[test2.avs]
a=DirectShowSource("yourmpeg.mpg")
b=DirectShowSource("yourmpeg2.mpg")
c=DirectShowSource("yourmpeg3.mpg")
return a+b+c

then open test(2).avs in vdub(mod), this should be the easiest way...

hanfrunz

Last edited by hanfrunz; 23rd November 2003 at 16:53.
hanfrunz is offline   Reply With Quote
Old 4th February 2004, 11:08   #8  |  Link
ch@@boom
Registered User
 
Join Date: Apr 2002
Posts: 38
just to report a minor bug:

when your filename contains any of "[" or "]" it won't work.
Just rename your source files

BTW BaronVlad your bookmark is not working
doom9.de seems to be dead
just put "212.63.136.4" instead of "doom9.de"

Last edited by ch@@boom; 4th February 2004 at 11:10.
ch@@boom is offline   Reply With Quote
Old 4th February 2004, 18:12   #9  |  Link
ch@@boom
Registered User
 
Join Date: Apr 2002
Posts: 38
just some notes:

1)
i don't know what it causes but when you have chosen your mpeg2 file and try to use fieldDeinterlace
it produces a script with parameters like "wahr", "falsch" and so on.

VirtualDub pops with an error; i guess it cannot handle german

you have to replace it manually with "true" and "false", then it works

2)
the program kills itself when i try to minimize it in the task area

3)
this prog is really great but i have some problems :
i have a direct .mp2 file from my dbox2 over the network.
i use the Mpeg2VirtualDub to feed VirtualDub and encode to DivX.
as it is interlaced i have to deinterlace it (MapDeinterlace).

so far so good, but when i view an encoded test clip on the pc i see blocks when there is a scene with (slight) moving

is this caused by DivX or deInterlace ?

using winXpPro SP1, PIII-800Mhz

Last edited by ch@@boom; 4th February 2004 at 18:44.
ch@@boom is offline   Reply With Quote
Old 5th February 2004, 11:22   #10  |  Link
BaronVlad
Jetzt nochmal auf Deutsch
 
BaronVlad's Avatar
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 411
Thanks ch@@boom, link corrected
__________________
Hochachtungsvoll

BaronVlad

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide
BaronVlad 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 06:41.


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