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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 2nd January 2004, 02:57   #41  |  Link
avexplorer
Registered User
 
Join Date: Dec 2003
Posts: 3
Script editor 1.5.10.1 crash

Quote:
Hi i have exactly the same problem. If i open the AVS Editor before i load an avs everything works. But after i loaded a simple avs and opened then the AVS Editor VirtualDubMod crashes with a typical close or details Windows error. I`am using VirtualDubMod 1.5.10.1 build 2407 and Avisynth 2.53. System: AMD 1600+ Win98 SE
I guess this is a Vdubmod 1.5.10.1 Win98SE bug...

Does this happen with anyone using WinXP ?
avexplorer is offline   Reply With Quote
Old 9th January 2004, 22:53   #42  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,857
seems like the range encoding is broke, it encoded the range twice so output is twice as long/big

VirtualDub.Open("E:\\records\\MTV.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.subset.AddRange(0,22020);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.SaveAVI("E:\\records\\MTV_FirstPass.avi");
stax76 is offline   Reply With Quote
Old 10th January 2004, 12:44   #43  |  Link
Leak
ffdshow/AviSynth wrangler
 
Leak's Avatar
 
Join Date: Feb 2003
Location: Austria
Posts: 2,441
Quote:
Originally posted by Dolemite
seems like the range encoding is broke, it encoded the range twice so output is twice as long/big.
Try adding

VirtualDub.subset.Clear();

before your AddRange command; as of this version the whole file is selected by default IIRC.

np: B. Fleischmann - 02/00 (Welcome Tourist)
Leak is offline   Reply With Quote
Old 19th January 2004, 01:53   #44  |  Link
avexplorer
Registered User
 
Join Date: Dec 2003
Posts: 3
Back to Script editor 1.5.10.1 crash

I've installed WinXP and the script editor crash is gone.

Is there anyone running Win98SE, Vdubmod 1.5.10.1 with no crashes using the Script editor?
avexplorer is offline   Reply With Quote
Old 19th January 2004, 19:08   #45  |  Link
Belgabor
VDubMod Devel
 
Belgabor's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 824
Its probably an unicode issue. Didnt have time to look into it yet.
__________________
VirtualDubMod [SourceForge : Tracker/DL] (FAQ, Some rules)
Be sure to also download the latest DLL package or get the all inclusive package!
Before you post questions, please read the VirtualDub and/or VirtualDubMod FAQ.
If you have a bug report or feature request for VirtualDubMod, be sure to read the rules first.
We give 100% of your donations to the Open Source community
Belgabor is offline   Reply With Quote
Old 19th January 2004, 20:54   #46  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,857
Quote:
Try adding

VirtualDub.subset.Clear();
thanks, I'll try it and report back if it still don't work
stax76 is offline   Reply With Quote
Old 25th February 2004, 11:12   #47  |  Link
kilg0r3
! - User - !
 
kilg0r3's Avatar
 
Join Date: Nov 2001
Posts: 1,081
Currently it seems to be something like common sense in the xvid secrtion here that vdmod 1.5.10 is buggy with xvid. I must admit, however, that I do not know in what respect. Are those problems alreday fixed?

cheers!
__________________
Keep your tone warm and your sigs decent!
kilg0r3 is offline   Reply With Quote
Old 25th February 2004, 12:39   #48  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,857
also interesting to know is if Suiryc stopped working on VDM because of his new project
stax76 is offline   Reply With Quote
Old 5th March 2004, 21:49   #49  |  Link
gatormac
Registered User
 
Join Date: Feb 2004
Posts: 123
Quote:
Originally posted by kilg0r3
Currently it seems to be something like common sense in the xvid secrtion here that vdmod 1.5.10 is buggy with xvid. I must admit, however, that I do not know in what respect. Are those problems alreday fixed?

cheers!
I personally have found those statements to be false. I've been using VDM 1.5.10 and XVID 1.0 RC2 and now RC3 with no problems whatsoever.

Well, the only thing that might be considered a problem is how VDM handles certain shades of blue. I've encoded School of Rock using Gknot, VDM, and Xvid...everything looks great except for some points in the concert scene near the end where flourescent-type blue lights mesh with the dark background and fog....makes things look very pixelated.

The only reason I assume it is VDM is that eyeballing the video in Gknot it looks fine, but when I load the .avs file in VDM it looks pixelated (only where there is that flourescent blue on the screen). For some reason it doesn't look pixelated within VDM if I ConvertToRGB() on the last line of the .avs file, but the resulting .avi file still looks pixelated, but not quite as bad without the ConvertToRGB().

Its not a bitrate issue as I like to encode at 80% after running gknots compression test...my encodes usually run anywhere from 1 to 1.5GB. Everything else is pretty straight forward, I set XVID no QPEL, no GMC, no packed bit stream, MPEG, B-VOPs 2-1.50-1.00, MSP 6, VHQ 1, chroma motion on, Quants 2-31, trellis enabled. I like to keep things simple and hopefully compatible with standalones (whenever they make a decent one). My encodes all look great, this is the only exception. I even set that scene to a zone with a Q of 1 and it still looks pixelated (especially when they show the boy with the fog machine...look at his face...frames 140280 to 140370).

Is anyone else having this problem?
gatormac is offline   Reply With Quote
Old 9th March 2004, 15:15   #50  |  Link
Suiryc
Registered User
 
Join Date: Oct 2001
Location: France
Posts: 517
Quote:
Originally posted by Dolemite
also interesting to know is if Suiryc stopped working on VDM because of his new project
Nope.
I am just lacking free time at the moment.

@gatormac
Maybe it's an issue regarding the colorspace. VDM may display YV12 while GKnot may display YUY2 or maybe even RGB (dunno how it works there).
Suiryc is offline   Reply With Quote
Old 9th March 2004, 15:20   #51  |  Link
Suiryc
Registered User
 
Join Date: Oct 2001
Location: France
Posts: 517
I just fixed the speed issues introduced in 1.5.10.1
Speed issues were as follow:

1. When switching (the issue doesn't appear if you don't switch the value) to 'Even lower', 'Lower', 'Higher' or 'Even higher' the thread priority of the current job, then the rate drop to 0fps (except for people having HT capable processors, according to some reports).

2. When having VBR audio as input (e.g. VBR MP3 in AVI, or external VBR MP3 file), the rate of muxing (at least in Direct Stream Copy) would be 10 times slower than usual.

This makes a new bugfix release (build 2439) availabe on SourceForge.
Suiryc is offline   Reply With Quote
Old 9th March 2004, 23:19   #52  |  Link
loni_blues
Registered User
 
Join Date: Jan 2003
Location: Argentina
Posts: 125
I´m sorry, but bugfix release (build 2439) at Sourceforge seems to be empty!

Regards,
loni_blues
loni_blues is offline   Reply With Quote
Old 11th March 2004, 23:11   #53  |  Link
Suiryc
Registered User
 
Join Date: Oct 2001
Location: France
Posts: 517
Quote:
Originally posted by loni_blues
I´m sorry, but bugfix release (build 2439) at Sourceforge seems to be empty!

Regards,
loni_blues
I just tested and the zip file is OK.
Maybe you selected a server that actually doesn't have (yet) a copy of the file. In this case just try to download it from another server.
Suiryc is offline   Reply With Quote
Old 12th March 2004, 01:00   #54  |  Link
loni_blues
Registered User
 
Join Date: Jan 2003
Location: Argentina
Posts: 125
Well, it is strange, but I´ve just tried it once more from the same server and now it is there.
Thanks a lot,
loni_blues
loni_blues is offline   Reply With Quote
Old 23rd March 2004, 23:54   #55  |  Link
loni_blues
Registered User
 
Join Date: Jan 2003
Location: Argentina
Posts: 125
Hi,

Is there a way to recover virtualdubmod default options besides manually editing the registry?
loni_blues is offline   Reply With Quote
Old 23rd May 2004, 08:48   #56  |  Link
Karovaldas
Registered User
 
Join Date: Oct 2003
Location: Naperville, IL
Posts: 60
No sound from AC3 file

I just installed the newest bugfix (build 2439) and still can't the AC3 audio to play. When switch to the full processing mode get this error:

"No audio decompressor could be found to decompress the source audio format"

The same audio stream plays fine in 1.5.4.1

The update improved MPEG-2 import speed, though.

Am I missing something?
Karovaldas is offline   Reply With Quote
Old 3rd July 2004, 12:38   #57  |  Link
Wilbert
Super Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,375
Are people still working on VDubMod? The latest commits seem to be two months old
Wilbert is offline   Reply With Quote
Old 3rd July 2004, 14:49   #58  |  Link
erratic
member
 
erratic's Avatar
 
Join Date: Oct 2003
Location: Belgium
Posts: 106
Re: No sound from AC3 file

Quote:
Originally posted by Karovaldas
I just installed the newest bugfix (build 2439) and still can't the AC3 audio to play. When switch to the full processing mode get this error:

"No audio decompressor could be found to decompress the source audio format"

The same audio stream plays fine in 1.5.4.1

The update improved MPEG-2 import speed, though.

Am I missing something?
This is from the latest changelog:
- Removed internal AC3 decompressing since fccHandler made an ACM codec for AC3.
So you need the AC-3 ACM Decompressor by fccHandler.
erratic is offline   Reply With Quote
Old 10th July 2004, 05:18   #59  |  Link
hartford
Registered User
 
hartford's Avatar
 
Join Date: Nov 2003
Posts: 324
Version: build 2439

Crashes on "View file information"
hartford is offline   Reply With Quote
Old 29th July 2004, 17:34   #60  |  Link
DoC hEx
2 VB R !2 VB Dat is D Q?
 
DoC hEx's Avatar
 
Join Date: Nov 2001
Posts: 110
Great work guys, but I just noticed after upgrading my VitualDubMod with the one in the GKnot install (2439) my Xivd & Ogg Audio would slowly go out of sync over time. It takes about 90 minutes before its noticeable. Then by around 110 mintes its very easy to spot at least 1/2 second. I don't know if this is VirtulDubMod problem or a Besweet one as I updated all of them at once with the latest GKnot pack.
DoC hEx 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 19:25.


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