Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

Pages: (9) 1 2 [3] 4 5 ... Last » ( Go to first unread post )
Frontend Mpeg-2 To Virtualdub, Get the video & audio into VirtualDub
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
sidebar99
Posted: Jan 9 2003, 12:51 PM


Unregistered









I had it..................and then I played around with Gordian and it's back to the line 5 error.

Seems the key is to get avisynth properly installed and in synch with VDUB.

I love the program though.......at least I got one file open.

Thanks to the programmer, hope you continue to update.
 
  Top
BaronVlad
Posted: Jan 9 2003, 06:19 PM


Terrorhörnchen


Group: Moderators
Posts: 335
Member No.: 28
Joined: 12-July 02



@ jcsston: Problem while opening the file and dvd2avi does nothing seems to be because of the filename, just rename to a short one without ,. and so on, i.g. "ard.mpg" and you will get "line5". Demux it with pvastrumento and you will get it working.

Why I use pvacut ? My capture software automatically splits at 1.99 GB, but I want to have one pva (I could "join" it with DVD2avi and join the mp2s, ok) but with pvacut I cut the commercials a bit, so I can choose the right resolution in GKnot. "Fine Tuning" in VDub Mod after that (frame accurate cutting)

--------------------
Hochachtungsvoll

BaronVlad

user posted image

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide
 
    Top
jcsston
Posted: Jan 9 2003, 10:11 PM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



I'll try release a new version tonight.
I still havn't decided how to use pvacut but I think I almost had pvastrumento in,
hard drive reformat ohmy.gif lucky me with two drives. Reinstalling dry.gif

--------------------
Use the Matroska file format
 
       Top
sidebar99
Posted: Jan 10 2003, 03:56 AM


Unregistered









Seems you are right. I tried to open a file in MyDocuments and I got a line 6 error.
Which was peculair, so Ic hecked it and realised it was on line 6 because the file name was long, so I copied it to another directory and.........
Bingo!

It opened.
So it's a file name problem .
 
  Top
jcsston
Posted: Jan 10 2003, 05:02 AM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



blink.gif It's seems there won't be a new version tonight. I'm too busy debuging Windows

--------------------
Use the Matroska file format
 
       Top
BaronVlad
Posted: Jan 10 2003, 11:41 AM


Terrorhörnchen


Group: Moderators
Posts: 335
Member No.: 28
Joined: 12-July 02



QUOTE (jcsston @ Jan 9 2003, 11:02 PM)
blink.gif It's seems there won't be a new version tonight. I'm too busy debuging Windows

Debugging windows ? I think this is nearly impossible unsure.gif

Thanks for your effort jcsston, I am looking forward to see your new development.

smile.gif

--------------------
Hochachtungsvoll

BaronVlad

user posted image

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide
 
    Top
jcsston
Posted: Jan 10 2003, 09:10 PM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



Okay I have a new version site
CODE
v1.63 Released: 1/10/2003
[features added]
* Creates job files to demux streams with cPVS (not included)
* You can now choose if the DelayAudio() is in the AviSynth script
* Set locations for all exe's and dll's used
* Switched from FSFWrap.dll to dshowvblib.tlb for DirectShow Decoding (IFileSinkFilter::SetFileName)
* Audio file Commandline support added
New Switches:
/a "path\filename" Load MPEG-2 audio file

Ex. Mpeg2toVirtualDub /l "D:\videos\xmass.m2v" /a "D:\videos\xmass.m2a" /rgb /a2 /exit
[bug fixes]
* I really fixed the MADPlay and DirectShow decoders
* Support for separate video and audio files works now (Thanks to Zodiacal)

Have fun

QUOTE
Debugging windows ? I think this is nearly impossible
Yes it is. 'deltree windows' is easier biggrin.gif



--------------------
Use the Matroska file format
 
       Top
jcsston
Posted: Jan 10 2003, 09:19 PM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



QUOTE (sidebar99 @ Jan 9 2003, 06:51 AM)
and it's back to the line 5 error

I'm getting the line 5 error now blink.gif it's spreading!

--------------------
Use the Matroska file format
 
       Top
sidebar99
Posted: Jan 11 2003, 01:29 AM


Unregistered









during install Windows refused to load dshowvblib.tlb.
Error message said it was not a valid Windows image.

Now the program stalls before opening VDUB.
 
  Top
jcsston
Posted: Jan 11 2003, 04:11 AM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



sad.gif I cannot find out how to install a type libary using NSIS.
That doesn't make sense of it stalling before opening VirtualDub
Are you using DirectShow? What DirectX, Windows version do you have installed?

--------------------
Use the Matroska file format
 
       Top
BaronVlad
Posted: Jan 11 2003, 12:23 PM


Terrorhörnchen


Group: Moderators
Posts: 335
Member No.: 28
Joined: 12-July 02



Hi,

I have the same problem. I have vb6 runtimes installed, XP SP1 and directx 8.1b xp. Without this file working it seems that you cannot give your program the path for the exe (VDub...). Because of that, your program cannot find VDub and cannot open it. All I found about this file was

QUOTE
VisualBasic Helper Library
--------------------------

This type library is a helper file to allow the user of the IFileSinkFilter
interface from Visual Basic.

The IFileSinkFilter interface is not in the quartz.dll (ActiveMovie) type library
because one of the methods has an AM_MEDIA_TYPE argument which prevents it from
being called from VB.  The DShowVBLib type library redefines the interface with
a different pointer type to allow VB to call IFileSinkFilter::SetFileName.
A null should be passed in for the pointer argument.


I wasnt able to fix it. sad.gif

BTW: With your new version, you dont have to update the exe ? Or am I wrong ?

--------------------
Hochachtungsvoll

BaronVlad

user posted image

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide
 
    Top
jcsston
Posted: Jan 11 2003, 03:53 PM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



The installer now installs the tlb properly. Download the full installer

On my test system without the tlb installed it worked, even DirectShow decoding blink.gif

Edit: The default path for VirtualDub is C:\progra~1\VirtualDub\VirtualDub.exe
All other files are defaulted to be in the 'Mpeg-2 to VirtualDub' dir except cPVAS which doesn't have any default path.



--------------------
Use the Matroska file format
 
       Top
BaronVlad
Posted: Jan 11 2003, 04:34 PM


Terrorhörnchen


Group: Moderators
Posts: 335
Member No.: 28
Joined: 12-July 02



Hi,

installation succesful, but I cannot save the pathes, so VDub cannot be found. When you open the window to choose the exe of VDub and you choose it, nothing is changed in the window where the the passes are shown. huh.gif

Edit: Just created a folder named "Virtualdub" in the program directory and copied VDub there -> works

To choose the destination of pvacut also works. My files now work without demuxing before, but demuxing also works - great

What about cropping and resizing ??? tongue.gif Is it possible ?



--------------------
Hochachtungsvoll

BaronVlad

user posted image

Deutsch >> Capture FAQ - Capture Guide
Englisch >> Capture FAQ - Capture Guide
 
    Top
jcsston
Posted: Jan 11 2003, 04:42 PM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



Stupid, Stupid, Stupid me
This is a known bug ph34r.gif I meant to fix. (I had only fixed set location for cPVAS)
The v1.64 exe update fixes it.

--------------------
Use the Matroska file format
 
       Top
jcsston
Posted: Jan 11 2003, 04:46 PM


Matroska Dev


Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02



My only slowdown to include cropping and resizing is getting an preview of the image.

--------------------
Use the Matroska file format
 
       Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
133 replies since Dec 12 2002, 02:40 AM Track this topic | Email this topic | Print this topic
Pages: (9) 1 2 [3] 4 5 ... Last »
<< Back to Avisynth Filtering, Processing and Scripts Discussion