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 > One click suites for DVD backup and DVD creation

Reply
 
Thread Tools Search this Thread Display Modes
Old 2nd April 2009, 02:56   #781  |  Link
hlrsnd
Registered User
 
Join Date: Mar 2009
Posts: 32
Quote:
Originally Posted by MrC View Post
From AviSynth documentation:



If you are saving in mp3 format, AVISource should be able to open it. For more info, please post here the log file of your crashed AVStoDVD project.



Bye
I tried some more tests and the problem appears to be solved. It was a strange one: My file names had the text "AVISource" in them. Your program cannot use AVISource for AC3 audio, so it appears to automatically change every instance of AVISource to DirectShowSource. Unfortunately, in my case, that meant the Avisynth script was looking for audio in a file that didn't exist.

My solution was to rename AVISource in my file names to AVIS. Everything seems to work now.
hlrsnd is offline   Reply With Quote
Old 2nd April 2009, 09:43   #782  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
AVISource cannot read AC3 audio, so AVStoDVD forces DirectShowSource if AC3 audio (to be encoded) is found. It adds a comment to the script:

Code:
#'AVISource' replaced with 'DirectShowSource' for AC3 audio support
Could you post your AVS script or (better) the entire log file?



Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote
Old 3rd April 2009, 02:31   #783  |  Link
hlrsnd
Registered User
 
Join Date: Mar 2009
Posts: 32
Quote:
Originally Posted by MrC View Post
AVISource cannot read AC3 audio, so AVStoDVD forces DirectShowSource if AC3 audio (to be encoded) is found. It adds a comment to the script:

Code:
#'AVISource' replaced with 'DirectShowSource' for AC3 audio support
Could you post your AVS script or (better) the entire log file?



Bye
Here is the log file with my comments. The file name includes the text "AVISource" which is causing the error.

<4/2/2009 9:22:53 PM>
START PROCESS
<>

<4/2/2009 9:22:53 PM>
DVD SETTINGS
DVD Titles number: 1
DVD Video Standard: PAL
DVD Chapters Interval: 5 min
DVD Menu: Static DVD Menu
DVD Size: 8/4435 MB (0%)
DVD Output Setup: DVD Folder

Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Save Log file: Yes
Output Folder: D:\Dave's Documents
<>

<4/2/2009 9:22:53 PM>
TITLE 1 SOURCE FILES
Video: D:\Dave's Documents\TEST AVISource.avi
Info: M-JPEG - 14400 kbps - 640x480 - DAR 1.333 - 30 fps - PPF - 6 seconds - 202 frames
Audio: D:\Dave's Documents\TEST AVISource.avi

***AUDIO FILE NAME IS CORRECT HERE***

Info: PCM - 705 kbps - CBR - 44100Hz - 1ch - 6 seconds
Subs:
[MediaInfoLib - v0.7.10]
<>

<4/2/2009 9:22:53 PM>
AVISYNTH SCRIPT
Video = AVISource("D:\Dave's Documents\TEST AVISource.avi", audio=false)
Video = Video.ConvertToYV12
Video = Video.ChangeFPS(25)
Video = Video.Lanczos4Resize(720,576)

Audio = DirectShowSource("D:\Dave's Documents\TEST DirectShowSource.avi")

***AUDIO FILE NAME HAS BEEN CHANGED BY PROGRAM***

#'AVISource' replaced with 'DirectShowSource' for AC3 audio support
Audio = Audio.SSRC(48000)
Audio = Audio.ConvertToMono

AudioDub(Video, Audio)
<>

<4/2/2009 9:22:53 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 7.1 MB
QuEnc Parameters: -i "C:\DOCUME~1\Dave\LOCALS~1\Temp\TEST_0_Title_01.avs" -o "D:\Dave's Documents\TEST_0_Title_01.m2v" -b 8500 -1 -hq -novbr -scene -trell -aspectratio 4:3 -nointerlaced -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>

<4/2/2009 9:23:04 PM>
PROCESS ABORTED DURING TITLE 1 VIDEO ENCODING OPERATIONS.

CHECK LOG FILE <D:\DAVE'S DOCUMENTS\TEST_0.LOG> FOR MORE INFO.
<>

<4/2/2009 9:23:04 PM>
Log file created by AVStoDVD Release 2.1.4
<>
hlrsnd is offline   Reply With Quote
Old 3rd April 2009, 07:38   #784  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
Thanks, you found a little bug in the AVS script analisys routine.

I will fix in next release



Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote
Old 7th April 2009, 02:31   #785  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
I'm getting this:

Run-time error '383'.
'Text' property is read-only.

What might be happening and what can I do to solve it?

It happened both in versions 2.1.3 and 2.1.4.
carlmart is offline   Reply With Quote
Old 7th April 2009, 19:11   #786  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
Well, the message is very generic. Could you specify when it happens? If the cause is sistematic is much better.



Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote
Old 9th April 2009, 11:58   #787  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Quote:
Originally Posted by MrC View Post
Well, the message is very generic. Could you specify when it happens? If the cause is sistematic is much better.
Well, I have a DVD that I demuxed, both with PgcDemux and DGIndex, and when I load the files I get that message. It doesn't happen with other files I loaded.
carlmart is offline   Reply With Quote
Old 10th April 2009, 20:22   #788  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
You are saying that you have 2 files: one m2v and one ac3, do you? When does the error message come out? When you add them to the titles list? Or when you try to edit the title?

:?

Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote
Old 10th April 2009, 21:44   #789  |  Link
rendez2k
Registered User
 
rendez2k's Avatar
 
Join Date: Jun 2003
Location: UK
Posts: 625
I think I've asked a similar question before, but is there anyway to edit the avg video bitrate for all the added files in one go? I've added 17 videos and it would be handy to be able to globally set them to the value I need.
rendez2k is offline   Reply With Quote
Old 11th April 2009, 02:12   #790  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Quote:
Originally Posted by MrC View Post
You are saying that you have 2 files: one m2v and one ac3, do you? When does the error message come out? When you add them to the titles list? Or when you try to edit the title?
I get to load the file, but when I click on Edit Title settings I get that message.
carlmart is offline   Reply With Quote
Old 11th April 2009, 15:02   #791  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
@calmart

What kind of audio/video streams are contained in the file that gives you the error?

@rendez2k

No way right now to set one bitrate for all (17! wow!) titles. Actual best approach is to play with 'Custom DVD Size' to find the filesize that fit the wanted bitrate.



Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote
Old 11th April 2009, 19:40   #792  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Quote:
Originally Posted by MrC View Post
@calmart

What kind of audio/video streams are contained in the file that gives you the error?
It's an m2v file that was demuxed from the DVD with PgcDemux.
carlmart is offline   Reply With Quote
Old 12th April 2009, 16:10   #793  |  Link
Richardw322
Registered User
 
Join Date: Jun 2007
Posts: 59
audio delay problem

I have a little problem here with audio sync. I have aAVI file with XVID video and AC3 audio, and when I try to create a DVD, the audio is out of sync. I can't preview and use delay because no audio in the preview. Is this a limitation of AVS2DVD, or is there some other workaround? I guess I could make a pass and then use FFDshow to figure the delay, and then make a second pass, but that seems a little involved.
Richardw322 is offline   Reply With Quote
Old 12th April 2009, 16:24   #794  |  Link
wg
Registered User
 
Join Date: Jul 2007
Posts: 78
Quote:
Originally Posted by Richardw322 View Post
I have a little problem here with audio sync. I have aAVI file with XVID video and AC3 audio, and when I try to create a DVD, the audio is out of sync. I can't preview and use delay because no audio in the preview. Is this a limitation of AVS2DVD, or is there some other workaround? I guess I could make a pass and then use FFDshow to figure the delay, and then make a second pass, but that seems a little involved.
Run your files through AVI-Mux GUI before conversion to DVD, if there are any sync issues they will show up & AVI-Mux GUI will fix the problem(Read the online manual)
Code:
http://www.alexander-noe.com/video/amg/
Good Luck.
wg is offline   Reply With Quote
Old 12th April 2009, 22:37   #795  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
@calmart

And the audio stream? Is it an AC3? I would try to reset AVStoDVD settings by pressing 'Option'/'Restore default settings'.

@Richardw322

wg' suggestion is good. BTW another path (that will lead to audio re-encoding) could be: go to 'Settings'/'AudioVideo' and toggle off 'Keep DVD compliant audio'. Audio preview will be activated and you can play with 'DelayAudio'.



Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote
Old 12th April 2009, 23:51   #796  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Quote:
Originally Posted by MrC View Post
And the audio stream? Is it an AC3? I would try to reset AVStoDVD settings by pressing 'Option'/'Restore default settings'.
There's no AC3 stream to be loaded: the file is demuxed. The video I am loading IS the demuxed video.

Pressing "Option'/'Restore default settings" just deletes my input.
carlmart is offline   Reply With Quote
Old 13th April 2009, 17:03   #797  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
You are saying that you are loading a single m2v file without audio? It should be an easy scenario...

Could you please take a shot of the main AVStoDVD form with the error message box and post it here?



Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote
Old 13th April 2009, 23:13   #798  |  Link
Richardw322
Registered User
 
Join Date: Jun 2007
Posts: 59
wg, That worked a charm. Made a great DVD.

MrC: Another good suggustion, that would have worked. Another question. I like to make DVD's with a single title, but a menu. That leaves me with a play all button, and the thumbnail button. Seems redundent to me. Any way to get rid of one or the other? I tried shrinking the thumbnail to 4x2, but then I get "Can't resize image" on the menu. (Made that damn thing 4 times yesterday before I was happy with it, between the audio and the menu).

Thanks guys!
Richardw322 is offline   Reply With Quote
Old 13th April 2009, 23:58   #799  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Quote:
Originally Posted by MrC View Post
You are saying that you are loading a single m2v file without audio? It should be an easy scenario...

Could you please take a shot of the main AVStoDVD form with the error message box and post it here?
OK. Here it is the error message screen,

http://forum.doom9.org/attachment.ph...1&d=1239663373

What can you make of it?
Attached Images
 
carlmart is offline   Reply With Quote
Old 15th April 2009, 11:43   #800  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Sometimes when I press the Preview Title Output button, what I get is an upside down image.

This usually turns out right when conversion is finished. But I had some (rare) cases when this doesn't happen.

Why's that and what (script line?) puts things back as they should?
carlmart 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 Off
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:35.


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