VideoHelp Forum




+ Reply to Thread
Page 38 of 137
FirstFirst ... 28 36 37 38 39 40 48 88 ... LastLast
Results 1,111 to 1,140 of 4109
  1. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by _MrC_ View Post
    @Seeker47

    yes, that's the rationale

    @dave

    nice suggestion. Does DeBlock come as an external standalone AviSynth plugin or does it require other plugins?



    Bye
    MrC, regarding Deblock(),
    I looked in the Avisynth plugings folder and found deblock.dll, I assume this the main, perhaps only file necessary.
    Here's the info from the version I have:
    Image Attached Thumbnails Click image for larger version

Name:	deblock.JPG
Views:	1723
Size:	31.0 KB
ID:	14694  

    Quote Quote  
  2. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    Originally Posted by davexnet View Post
    Originally Posted by Seeker47 View Post
    I'd like to get some advice regarding a job on which I've run into problems on the previous attempt. This is not really an AVS problem, per se. (Hope I haven't asked this before -- don't think so, at least not in this thread.) The running time on this job comes to almost 3 hours. I need to run it through AVS, not only for the conversion to DVD but in order to apply the subtitles. The problem is that the end result -- especially since I'm holding out for a good PQ -- comes out being quite large. Ordinarily, I would just load this into DVD Shrink, not to shrink it, but for the very easy Re-Author function to manually divide this into two DVDs, at a point of my choosing. (Even two DVD-9s, if it came down to that.) But SHRINK absolutely chokes on an input of that size. I also tried a fairly recent version of DVD-Fab, which has a more automatic divide-1-into-2 function, with a similar result. What's needed is some tool that can make the division without re-encoding and without being fazed by the input size. (And what if some even longer future example requires 3 - 4 discs ?) This has to be done after the AVS rendering, otherwise there would be no subtitles, or at least a loss of subtitles sync. (I don't see where AVStoDVD development could address this issue directly, features-wise, but then I wouldn't really know.)

    My alternative would be to just watch this on the WD-Live media player -- if it supports the file format, which is MKV -- but I'd much rather make and have the discs.
    In AVStoDVD you first choose whether you want a DVD5 or DVD9. Then you load the source and the program
    figures out the correct bitrate to maximise the space (but not go over). The only way I can think of that it's going
    wrong is that you chose HCenc 1-pass and HCenc itself misjudged the encoding bitrate .

    If that's so, use 2-pass.

    It sounds like you're not following me here. The bitrate at HCenc 2-pass or even 1-pass on this would be woefully inadequate. We're very possibly talking about enough material here to fill two DVD-9s, at the desired PQ. Splitting this between a couple of DVDs is a must.
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  3. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    Originally Posted by _MrC_ View Post
    @Seeker47

    About the re-use of existing DVD structure, you can do the following:

    - Open the 'Parse DVD' section, under 'Tools'
    - Select the VIDEO_TS folder
    - Select only the video pgc, audio tracks, subs tracks you want to keep
    - Check the 3 'Demux ...' options
    - Process

    Now you will have the elementary assets (m2v, ac3, sup) that can be added to AVStoDVD as titles. Then add the new SRT. Just make sure that the SRT timestamps are in synch with the original assets.



    Hi _MrC_,

    Just had another case like this, which (fortunately) appears to have worked out. It was an .Mkv, and I've noticed that those can lead to problems. They will have embedded subs of their own, sometimes more than one or two. AVS went to create an external subs file from it, in the early going. When this generates an .Srt file, it should be O.K. When it spits out some other format (Sub + Idx ?), don't place any bets. I thought that phase had gone alright -- despite AVS ignoring an .Srt for this that I had already, separately downloaded, in the same folder -- but the job stalled out at the subs phase. (Again, a reference to the job's log file, which told me absolutely nothing.) But AVS had generated three files, in getting this far: the .M2v, an .AC3, plus a .Sup file with a size of 0 bytes. Fine. The downloaded .Srt file was the subs I had wanted to use, anyway. Without canceling out the job window, I "dismissed" the old contents, substituted the .M2v + .AC3 + .Srt files (now with slightly shortened filenames), and let the job proceed from there. It started with FFMpeg before going into MuxMan shortly thereafter. 7 minutes later, I had the completed DVD. The subs are there, and look like the timing is pretty good -- or at least good enough.

    I'm still not sure what you meant re how to preview that subs timings for those assets. Do you provide a way to do that in AVS . . . via the tied-in external player that can be designated in Preferences ? If not, might that be something for future development ?
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by Seeker47 View Post
    It sounds like you're not following me here. The bitrate at HCenc 2-pass or even 1-pass on this would be woefully inadequate. We're very possibly talking about enough material here to fill two DVD-9s, at the desired PQ. Splitting this between a couple of DVDs is a must.


    I think I misunderstood your problem. How many hours worth of material are you talking about
    in this project?
    Quote Quote  
  5. I'm fairly new at AVStoDVD, having previously used DVDforger for a while.

    I seem to have a problem in respect of the target size - i tried to compile a collection of episodes to put on a DVD-RW (5) and i don't seem to get a project small enough to burn it using ImgBurn.

    1st try was by selecting DVD-5 as DVD Size, 2nd try was custom size 4400mb - BOTH times the result was ~95mb too large to burn it.

    Unfortunately i only have the 2nd try logfile available, attached below.

    The resulting project size is according to Windows Explorer 4.47 GB (4,802,605,056 bytes);
    ImgBurn shows an ImageSize of 4,803,198,976 bytes, with a remaining Free Space of -95,879,168 bytes on the DVD-RW that according to ImgBurn has a capacity of 4,707,319,808 bytes.


    In case it's of interest:
    Win 7 64-bit, core i7, PLEXTOR DVDR PX-L890UE 1.04 (USB)
    Image Attached Files
    Quote Quote  
  6. @Seeker47

    you can use the 'Preview Clip' option, after having set the SRT subs as hard encoded ('Edit Title'/'Subtitles').

    @Devil505

    you have put too much video footage in the project. See the predicted output size:

    Code:
    DVD Size: 4651/4400 MB (106%)
    You have 2 option:

    - remove one title from the project
    - decrease the video min avg bitrate (see 'Preferences'/'Video') from 2500 to 2000 kbps

    I suggest the first option



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  7. Member Seeker47's Avatar
    Join Date
    Jul 2005
    Location
    drifting, somewhere on the Sea of Cynicism
    Search Comp PM
    Originally Posted by davexnet View Post
    Originally Posted by Seeker47 View Post
    It sounds like you're not following me here. The bitrate at HCenc 2-pass or even 1-pass on this would be woefully inadequate. We're very possibly talking about enough material here to fill two DVD-9s, at the desired PQ. Splitting this between a couple of DVDs is a must.


    I think I misunderstood your problem. How many hours worth of material are you talking about
    in this project?

    In this particular example it's 3 hours, but even bigger than that (in terms of file size) because it was shot in a Cinemascope type of widescreen process. When I ran it through AVS the first time, going for the level of PQ I was after (and not trying to burn it) the end result came out to something over 12.5 Gb. That -- or sizes even larger -- might be O.K. if I was trying to put this onto Blu-Ray, but I'm not.

    I've had other examples that hit 4 hours or more. The key question remains 'How do you divide that across more than one disc ?' Keep in mind that the subs have to be applied in the processing, before any division takes place, and that the familiar program options I mentioned for doing the multi-disc dividing seem to choke on larger than 9 or 10 Gb. file sizes. (Maybe something like Sony Vegas can do this, but I didn't want to go there if I could avoid it.)
    Last edited by Seeker47; 12th Nov 2012 at 11:12.
    When in Las Vegas, don't miss the Pinball Hall of Fame Museum http://www.pinballmuseum.org/ -- with over 150 tables from 6+ decades of this quintessentially American art form.
    Quote Quote  
  8. Originally Posted by _MrC_ View Post

    [...]

    @Devil505

    you have put too much video footage in the project. See the predicted output size:

    Code:
    DVD Size: 4651/4400 MB (106%)
    You have 2 option:

    - remove one title from the project
    - decrease the video min avg bitrate (see 'Preferences'/'Video') from 2500 to 2000 kbps

    I suggest the first option



    Bye
    Thanks for the quick reply.

    I didn't realize AVStoDVD aims at a certain "fixed" min avg bitrate - DVD forger just reencodes to whatever bitrate necessary, leaving it to the user to check out if the result is still suitable, and in the past i put 6 episodes on 1 DVD-RW without terrible loss of quality - actually subjectively it was still better than the quality of some of the regular TV cable transmissions.

    Now that i know the workings i know how to read the output size - on first trying my impression was rather like: without further compressing it'l be 4651mb vs. the 4400mb i aim for - only small additional compression needed, fine!

    Not sure how easy it would be to implement, but maybe it would be a handy idea to have a kind of dialog popping up on starting a job if the selected content might not be "squeezed" into the selected target size, working as a warning AND maybe even giving some choices, like canceling the job, temporarily adjusting the min avg bitrate for this job only, or go with a result that won't fit. Might save 1 hour+ of reencoding to an unsatisfactory result.

    An additional minor issue:

    On adding episode 2, AVStoDVD wasn't able to automatically determine the correct framerate, using the manual input fallback - Mediainfo v0.7.61 (installed by the k-lite codec pack i believe) had no problems identifying the framerate, nor did any of my installed media players seem to have any problem - but that's a minor issue anyway.


    What i miss a bit (maybe due to lack of experience with AVStoDVD) is a DVD Menu option that lets you select what subtitles to play or if at all - didn't try multi language audio track content yet, so i don't know if such a setup option will appear on Menu creation. DVD forger had a simple straight forward approach there, supplying you with the choice of if and how to select subtitles and language in the DVD menu - not in an optimal way but sufficient for a user to select either on playing the DVD via menu, including that it made the user aware of the existence of a choice of subtitles and languages.


    Again, thanks for the quick reply and not to forget, for sharing your program for free to start with.
    Quote Quote  
  9. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by Seeker47 View Post
    Originally Posted by davexnet View Post
    Originally Posted by Seeker47 View Post
    It sounds like you're not following me here. The bitrate at HCenc 2-pass or even 1-pass on this would be woefully inadequate. We're very possibly talking about enough material here to fill two DVD-9s, at the desired PQ. Splitting this between a couple of DVDs is a must.


    I think I misunderstood your problem. How many hours worth of material are you talking about
    in this project?

    In this particular example it's 3 hours, but even bigger than that (in terms of file size) because it was shot in a Cinemascope type of widescreen process. When I ran it through AVS the first time, going for the level of PQ I was after (and not trying to burn it) the end result came out to something over 12.5 Gb. That -- or sizes even larger -- might be O.K. if I was trying to put this onto Blu-Ray, but I'm not.

    I've had other examples that hit 4 hours or more. The key question remains 'How do you divide that across more than one disc ?' Keep in mind that the subs have to be applied in the processing, before any division takes place, and that the familiar program options I mentioned for doing the multi-disc dividing seem to choke on larger than 9 or 10 Gb. file sizes. (Maybe something like Sony Vegas can do this, but I didn't want to go there if I could avoid it.)
    I get an idea of what you're doing. You want to convert to how ever many disks it takes to get the best quality.
    I assume you're encoding your bitrate within the DVD spec - you didn't actually say. I don't have an answer,
    no idea why those programs are choking.

    Are you sure there isn't an option to split before you encode? Some of the subtitle utilities can split a text sub and re-
    calculate the times for the second part.
    Quote Quote  
  10. @Devil505

    take note that the DVD Size textbox becomes *red* when the output size overrun the DVD size. I can make the progress bar *red* as well, if necessary.

    About framerate reading, I know that MediaInfo 0.7.59 has some issue with that. Updating to 0.7.61 fixes that, as you have already discovered

    About DVD menu audio/subs selection page, see Help/FAQ/Authoring/Q6.2



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  11. Member
    Join Date
    Oct 2005
    Location
    Canada
    Search Comp PM
    Ive been using AVStoDVD for many years and I have made hundreds and hundreds of movies with it.
    Recently I got an error that ive never seen before:

    Warning! FrameRate value detected is invalid
    Please insert it manually.
    Probably from the last 6 videos Ive tried to make (not just movies, but tv shows too) 5 had that error. I look up the value, or guess and it ends up working just fine.

    I have tried to reinstall AVStoDVD and chose to reinstall all the other components and that did not help. Any ideas why, and what I need to do to fix it? or do I just have bad videos? Just seems weird that Ive never had this problem before so I dont think its the videos.
    Quote Quote  
  12. Getting a repeated crash on subtitles. Tried the suggestion on Doom 9, "current version 7.61 of MediaInfo"; it didn't fix it.

    "Process aborted during Title 1 SUBS (track 1) encoding operations. Check Log File For More Info"

    <11/14/2012 11:41:20 PM>
    PROJECT SETTINGS

    DVD Video Standard: PAL
    DVD Titles number: 1
    DVD Size: 4449/4450 MB (100%)
    DVD Output Setup: DVD Folder
    DVD Label: DVD
    DVD Menu: Static Menu
    Output Folder: C:\Documents and Settings\Geff\My Documents\My Videos
    Delete Temp Assets Files: Yes
    Delete Temp Working Files: Yes
    Edit Command Parameters: No
    Post Process Task: Show Progress Status window

    PREFERENCES

    MultiThread: 1
    AVS Source Filter: DirectShowSource
    AVS UpSize/DownSize Filter: Spline16Resize/Spline36Resize
    PAL SpeedUp: 1
    Video Resolution: 1
    Video BitRate Min: 2500
    Video BitRate Level 1: 6500
    Video Profile Level 2: 6500
    Video BitRate Max: 9000
    Keep DVD Compliant Video: 1
    AC3 Audio Encoder: 1
    Force FFmpeg for Long Audio: 1
    DVD Audio Format: 0
    DVD Audio BitRate: 192
    Keep DVD Compliant Audio: 1
    Normalize Audio: 0
    Auto Delay Audio: 1
    DVD Audio Language (Primary): EN - English
    DVD Audio Language (Secondary): EN - English
    DVD Subs Language (Primary): EN - English
    DVD Subs Language (Secondary): EN - English
    DVD Subs Font: Tahoma 18pt Bold (255,255,255)
    Chapters Interval: 5
    Use Source Chapters: 1
    DVD Burning Drive: D: Optiarc DVD RW AD-7200S 1.0B
    DVD Burning Speed: 4x
    Auto Erase DVD RW: 1
    Save Log file: 1
    Unload ActiveMovie library: 0
    Adjust ffdshow mixer: 1
    Save General Settings: 1
    <>

    <11/14/2012 11:41:20 PM>
    TITLE 1 SOURCE FILES
    Video: C:\Documents and Settings\Geff\My Documents\Downloads\la_telan_tideu\L'Atlantide.avi
    Info: XviD - 1204 kbps - 584x432 - DAR 1.352 - 25 fps (CFR) - Progressive - 1:29:18 hours - 133954 frames
    Audio 1: C:\Documents and Settings\Geff\My Documents\Downloads\la_telan_tideu\L'Atlantide.avi
    Info: MPEG-1 Audio layer 3 - 192 kbps - CBR - 2 ch - 48000 Hz - 1:29:18 hours (0 ms delay) - Internal
    Subs 1: C:\Documents and Settings\Geff\My Documents\Downloads\la_telan_tideu\L'Atlantide.srt
    [MediaInfoLib - v0.7.59]
    <>

    <11/14/2012 11:41:20 PM>
    AVISYNTH SCRIPT
    Video = DirectShowSource("C:\Documents and Settings\Geff\My Documents\Downloads\la_telan_tideu\L'Atlantide.avi ", fps=25, audio=false)
    Audio = DirectShowSource("C:\Documents and Settings\Geff\My Documents\Downloads\la_telan_tideu\L'Atlantide.avi ", video=false)

    Video = Video.ConvertToYV12()
    Video = Video.AddBorders(0,3,0,3)
    Video = Video.Spline16Resize(720,576)

    AudioDub(Video, Audio)
    <>

    <11/14/2012 11:41:20 PM>
    START VIDEO ENCODING OPERATIONS
    Encoding Profile: QuEnc CBR 1-pass
    Target Video FileSize: 4227.7 MB
    QuEnc Parameters: -i "C:\DOCUME~1\Geff\LOCALS~1\Temp\DVD_0_L'Atlantide_ 1.avs" -o "C:\Documents and Settings\Geff\My Documents\My Videos\DVD_0_L'Atlantide.m2v" -b 6619 -1 -hq -novbr -scene -trell -aspectratio 4:3 -nointerlaced -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
    <>

    <11/15/2012 12:21:25 AM>
    END VIDEO ENCODING OPERATIONS
    Created File: C:\Documents and Settings\Geff\My Documents\My Videos\DVD_0_L'Atlantide.m2v (4227.8 MB)
    OUTPUT VIDEO INFO: MPEG-2 Video - 6619 kbps - 720x576 - DAR 1.333 - 25 fps (CFR) - Progressive - 1:29:18 hours - 133954 frames
    <>

    <11/15/2012 12:21:25 AM>
    START AUDIO ENCODING OPERATIONS (Track 1)
    FFmpeg (WAV) Parameters: -i "C:\DOCUME~1\Geff\LOCALS~1\Temp\DVD_0_L'Atlantide_ 1.avs" "C:\DOCUME~1\Geff\LOCALS~1\Temp\DVD_0_L'Atlantide_ 1.wav"
    Aften (AC3) Parameters: -b 192 -pad 0 -dynrng 5 -bwfilter 0 "C:\DOCUME~1\Geff\LOCALS~1\Temp\DVD_0_L'Atlantide_ 1.wav" "C:\Documents and Settings\Geff\My Documents\My Videos\DVD_0_L'Atlantide_1.ac3"
    <>

    <11/15/2012 12:36:28 AM>
    END AUDIO ENCODING OPERATIONS (Track 1)
    Created File: C:\Documents and Settings\Geff\My Documents\My Videos\DVD_0_L'Atlantide_1.ac3 (122.6 MB)
    OUTPUT AUDIO INFO: AC3 - 192 kbps - CBR - 2 ch - 48000 Hz - 16 bit - 1:29:18 hours (0 ms delay)
    <>

    <11/15/2012 12:36:28 AM>
    START SUBS ENCODING OPERATIONS (Track 1)
    ANSI format conversion routine applied
    SRT fixing routine applied (0 lines fixed)
    SubtitleCreator Parameters: "C:\DOCUME~1\Geff\LOCALS~1\Temp\DVD_0_L'Atlantide. srt" -p1 -i"C:\Program Files\AVStoDVD\SubtitleCreator\Examples\VTS_01_1.IFO"
    <>

    <11/15/2012 12:37:42 AM>
    PROCESS ABORTED DURING TITLE 1 SUBS (TRACK 1) ENCODING OPERATIONS.

    CHECK LOG FILE <C:\DOCUMENTS AND SETTINGS\GEFF\MY DOCUMENTS\MY VIDEOS\DVD_0.LOG> FOR MORE INFO.
    <>
    Quote Quote  
  13. 1 other piece of info: Convert X to dvd 3 had trouble with the audio. CX2DVD4 was able to author a useable dvd, but i much prefer the picture quality in AVS2DVD; would love a solution if possible!

    Also, the green light/red light when it aborts shows the problem as being in the audio (red light), despite the error message saying it's with the subs.
    Quote Quote  
  14. Originally Posted by Seeker47 View Post
    Originally Posted by _MrC_ View Post
    @Seeker47

    About the re-use of existing DVD structure, you can do the following:

    - Open the 'Parse DVD' section, under 'Tools'
    - Select the VIDEO_TS folder
    - Select only the video pgc, audio tracks, subs tracks you want to keep
    - Check the 3 'Demux ...' options
    - Process

    Now you will have the elementary assets (m2v, ac3, sup) that can be added to AVStoDVD as titles. Then add the new SRT. Just make sure that the SRT timestamps are in synch with the original assets.



    Hi _MrC_,

    Just had another case like this, which (fortunately) appears to have worked out. It was an .Mkv, and I've noticed that those can lead to problems. They will have embedded subs of their own, sometimes more than one or two. AVS went to create an external subs file from it, in the early going. When this generates an .Srt file, it should be O.K. When it spits out some other format (Sub + Idx ?), don't place any bets. I thought that phase had gone alright -- despite AVS ignoring an .Srt for this that I had already, separately downloaded, in the same folder -- but the job stalled out at the subs phase. (Again, a reference to the job's log file, which told me absolutely nothing.) But AVS had generated three files, in getting this far: the .M2v, an .AC3, plus a .Sup file with a size of 0 bytes. Fine. The downloaded .Srt file was the subs I had wanted to use, anyway. Without canceling out the job window, I "dismissed" the old contents, substituted the .M2v + .AC3 + .Srt files (now with slightly shortened filenames), and let the job proceed from there. It started with FFMpeg before going into MuxMan shortly thereafter. 7 minutes later, I had the completed DVD. The subs are there, and look like the timing is pretty good -- or at least good enough.

    I'm still not sure what you meant re how to preview that subs timings for those assets. Do you provide a way to do that in AVS . . . via the tied-in external player that can be designated in Preferences ? If not, might that be something for future development ?
    I also tried what you describe, unfortunately I'm still getting the same problem (.sup with 0 bytes & a crash).
    Quote Quote  
  15. @ThaDraGun

    MediaInfo 0.7.59 has troubles with some framerate readings. I suggest you to upgrade to MediaInfo 0.7.61: download the zip and then copy MediaInfo.dll into AVStoDVD\Lib folder.

    @MooMooMooMoo

    See Help/FAQ/Subtitles/Q5.1. If it does not help, send me the SRT file (avstodvd@gmail.com)



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  16. @davexnet

    regarding DeBlock, default Avisynth installation does not include it, but it is included in DGDecode.dll, part of DGIndex project. Thus it can be easily implemented into AVStoDVD.

    Expanding the scope, there are a bunch of deblocking filters. Do you have experience with any of them, other than DeBlock?



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  17. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by _MrC_ View Post
    @davexnet

    regarding DeBlock, default Avisynth installation does not include it, but it is included in DGDecode.dll, part of DGIndex project. Thus it can be easily implemented into AVStoDVD.

    Expanding the scope, there are a bunch of deblocking filters. Do you have experience with any of them, other than DeBlock?



    Bye
    MrC,
    as far as I'm aware, I've only used deblock.dll, I posted the dll info with a screen shot a few posts back.
    I understand there are some other choices. Perhaps we can research a little further. Some others in the forums
    may have some comments. I've seen some sample scripts with deblock() mentioned - appears to be a general
    purpose tool - works pretty well.
    Doesn''t the facility in DGDecode.dll only work for mpeg/VOB source?
    Last edited by davexnet; 15th Nov 2012 at 15:48.
    Quote Quote  
  18. Originally Posted by _MrC_ View Post
    @ThaDraGun

    MediaInfo 0.7.59 has troubles with some framerate readings. I suggest you to upgrade to MediaInfo 0.7.61: download the zip and then copy MediaInfo.dll into AVStoDVD\Lib folder.

    @MooMooMooMoo

    See Help/FAQ/Subtitles/Q5.1. If it does not help, send me the SRT file (avstodvd@gmail.com)



    Bye
    Just in case a spam filter eats it, i emailed you the file, & the following message: Mr C, thank you for your help! I dl'd Subtitle creator. It says, &quot;Error reading subtitle number 1. (Index was outside the bounds of the array)&quot;. It doesn't seem to give me any way to fix the problem, though. I also opened it in a text editor & I don't see anything obviously wrong to me. File attached, thanks again for your help!
    Quote Quote  
  19. Member
    Join Date
    Oct 2005
    Location
    Canada
    Search Comp PM
    Originally Posted by _MrC_ View Post
    @ThaDraGun

    MediaInfo 0.7.59 has troubles with some framerate readings. I suggest you to upgrade to MediaInfo 0.7.61: download the zip and then copy MediaInfo.dll into AVStoDVD\Lib folder.
    I did this and now it gives me an error that mediainfo.dll is not found. I just overwrote the old file. It is clearly in the Lib folder.
    I reset the computer still doesnt work now. Can't open any files anymore..
    Quote Quote  
  20. Originally Posted by ThaDraGun View Post
    I did this and now it gives me an error that mediainfo.dll is not found. I just overwrote the old file. It is clearly in the Lib folder.
    I reset the computer still doesnt work now. Can't open any files anymore..
    Are you sure that you have now a MediaInfo.dll file in AVStoDVD\Lib folder? If yes, the downloaded 0.7.61 may be corrupted. Try to download, extract and copy it again.



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  21. Member
    Join Date
    Oct 2005
    Location
    Canada
    Search Comp PM
    Originally Posted by _MrC_ View Post
    Originally Posted by ThaDraGun View Post
    I did this and now it gives me an error that mediainfo.dll is not found. I just overwrote the old file. It is clearly in the Lib folder.
    I reset the computer still doesnt work now. Can't open any files anymore..
    Are you sure that you have now a MediaInfo.dll file in AVStoDVD\Lib folder? If yes, the downloaded 0.7.61 may be corrupted. Try to download, extract and copy it again.



    Bye
    I think it was because I got the x64 version. Downloaded the other and it works now. Not getting the framerate error anymore either.

    Thanks
    Quote Quote  
  22. Hey had "Process Aborted During Title 2 Video Operations". I can't seem to find what is causing this. I have a feeling it something simple but I am over-thinking and overlooking. What do you guys think? Here is the log

    <11/28/2012 1:40:23 PM>
    START PROCESS
    <>

    <11/28/2012 1:40:23 PM>
    PROJECT SETTINGS

    DVD Video Standard: PAL
    DVD Titles number: 2
    DVD Size: 4450/4450 MB (100%)
    DVD Output Setup: Burn DVD
    DVD Label: DVD
    DVD Menu: No Menu
    Output Folder: C:
    Delete Temp Assets Files: Yes
    Delete Temp Working Files: Yes
    Edit Command Parameters: No
    Post Process Task: Show Progress Status window

    PREFERENCES

    MultiThread: 1
    AVS Source Filter: A2DSource
    AVS UpSize/DownSize Filter: Lanczos4Resize/Spline16Resize
    PAL SpeedUp: 0
    Video Resolution: 0
    Video BitRate Min: 2500
    Video BitRate Level 1: 6500
    Video Profile Level 2: 4500
    Video BitRate Max: 8500
    Keep DVD Compliant Video: 1
    AC3 Audio Encoder: 0
    Force FFmpeg for Long Audio: 1
    DVD Audio Format: 0
    DVD Audio BitRate: 192
    Keep DVD Compliant Audio: 1
    Normalize Audio: 0
    Auto Delay Audio: 1
    DVD Audio Language (Primary): EN - English
    DVD Audio Language (Secondary): EN - English
    DVD Subs Language (Primary): EN - English
    DVD Subs Language (Secondary): EN - English
    DVD Subs Font: Tahoma 18pt (255,255,255)
    Chapters Interval: 5
    Use Source Chapters: 1
    DVD Burning Drive: D:\
    DVD Burning Speed: 4x
    Auto Erase DVD RW: 1
    Save Log file: 1
    Unload ActiveMovie library: 0
    Adjust ffdshow mixer: 1
    Save General Settings: 0
    <>

    <11/28/2012 1:40:23 PM>
    TITLE 1 SOURCE FILES
    Video: E:\Game of Thrones\Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE.mkv
    Info: AVC - 2792 kbps - 1280x720 - DAR 1.778 - 25 fps (VFR) - Progressive - 54:12 minutes - 81323 frames
    Audio 1: E:\Game of Thrones\Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE.mkv
    Info: AC3 - 384 kbps - CBR - 2 ch - 48000 Hz - 16 bit - 54:12 minutes (0 ms delay) - Internal
    [MediaInfoLib - v0.7.59]
    <>

    <11/28/2012 1:40:23 PM>
    AVISYNTH SCRIPT
    Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

    Video = A2DVideoSource("E:\Game of Thrones\Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE.mkv", CacheFolder="C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp", FrameRate=25, VFR=true)
    # Audio is frameserved by AviSynth just for Preview and Edit purposes.
    Audio = A2DAudioSource("E:\Game of Thrones\Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE.mkv", CacheFolder="C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp")

    Video = Video.ConvertToYV12()
    Video = Video.ConvertFPS("pal_video")
    Video = Video.Spline16Resize(720,576)

    AudioDub(Video, Audio)
    <>

    <11/28/2012 1:40:23 PM>
    START VIDEO ENCODING OPERATIONS
    Encoding Profile: HCenc VBR 1-pass
    Target Video FileSize: 2058.8 MB
    HCenc Parameters: -ini "C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp\DVD_1_Title_01 _Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE.HCenc.ini"
    HCenc ini file:
    *INFILE C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp\DVD_1_Title_01_ Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE_1.avs
    *AVSRELOAD
    *OUTFILE C:\DVD_1_Title_01_Game.of.Thrones.S02E03.720p.HDTV .x264-IMMERSE.m2v
    *LOGFILE C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp\DVD_1_Title_01_ Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE.HCenc.log
    *MAXBITRATE 9000
    *1PASS
    *BITRATE 5309
    *PROFILE BEST
    *ASPECT 16:9
    *PROGRESSIVE
    *TFF
    *BIAS 50
    *DC_PREC 9
    *MATRIX MPEG
    *AQ 1
    *LUMGAIN 1
    *SMP
    *PRIORITY IDLE
    *WAIT 2
    <>

    <11/28/2012 2:37:57 PM>
    END VIDEO ENCODING OPERATIONS
    A2DVideoSource: FFmpegSource2 (cache off)
    Created File: C:\DVD_1_Title_01_Game.of.Thrones.S02E03.720p.HDTV .x264-IMMERSE.m2v (2063 MB)
    OUTPUT VIDEO INFO: MPEG-2 Video - 5319 kbps - 720x576 - DAR 1.778 - 25 fps (CFR) - Progressive (TFF) - 54:12 minutes - 81323 frames
    <>

    <11/28/2012 2:37:57 PM>
    START AUDIO DEMUXING OPERATIONS (Track 1)
    FFmpeg Parameters: -i "E:\Game of Thrones\Game.of.Thrones.S02E03.720p.HDTV.x264-IMMERSE.mkv" -acodec copy "C:\DVD_1_Title_01_Game.of.Thrones.S02E03.720p.HDT V.x264-IMMERSE_1.ToFix.ac3"
    <>

    <11/28/2012 2:38:54 PM>
    END AUDIO DEMUXING OPERATIONS (Track 1)
    Created File: C:\DVD_1_Title_01_Game.of.Thrones.S02E03.720p.HDTV .x264-IMMERSE_1.ac3 (148.9 MB)
    OUTPUT AUDIO INFO: AC3 - 384 kbps - CBR - 2 ch - 48000 Hz - 16 bit - 54:12 minutes (0 ms delay)
    <>

    <11/28/2012 2:38:54 PM>
    TITLE 2 SOURCE FILES
    Video: E:\Game of Thrones\Game.of.Thrones.S02E04.720p.HDTV.x264-AVS.mkv
    Info: AVC - 2925 kbps - 1280x720 - DAR 1.778 - 23.976 fps (CFR) - Progressive - 52:34 minutes - 75623 frames
    Audio 1: E:\Game of Thrones\Game.of.Thrones.S02E04.720p.HDTV.x264-AVS.mkv
    Info: AC3 - 384 kbps - CBR - 2 ch - 48000 Hz - 16 bit - 52:34 minutes (0 ms delay) - Internal
    [MediaInfoLib - v0.7.59]
    <>

    <11/28/2012 2:38:54 PM>
    AVISYNTH SCRIPT
    Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

    Video = A2DVideoSource("E:\Game of Thrones\Game.of.Thrones.S02E04.720p.HDTV.x264-AVS.mkv", CacheFolder="C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp", FrameRate=23.976, VFR=false)
    # Audio is frameserved by AviSynth just for Preview and Edit purposes.
    Audio = A2DAudioSource("E:\Game of Thrones\Game.of.Thrones.S02E04.720p.HDTV.x264-AVS.mkv", CacheFolder="C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp")

    Video = Video.ConvertToYV12()
    #Using DGPulldown/HCenc to upsize FPS
    Video = Video.Spline16Resize(720,576)

    AudioDub(Video, Audio)
    <>

    <11/28/2012 2:38:54 PM>
    START VIDEO ENCODING OPERATIONS
    Encoding Profile: HCenc VBR 1-pass
    Target Video FileSize: 1996.1 MB
    HCenc Parameters: -ini "C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp\DVD_1_Title_02 _Game.of.Thrones.S02E04.720p.HDTV.x264-AVS.HCenc.ini"
    HCenc ini file:
    *INFILE C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp\DVD_1_Title_02_ Game.of.Thrones.S02E04.720p.HDTV.x264-AVS_1.avs
    *AVSRELOAD
    *OUTFILE C:\DVD_1_Title_02_Game.of.Thrones.S02E04.720p.HDTV .x264-AVS.m2v
    *LOGFILE C:\DOCUME~1\ALAINS~1\LOCALS~1\Temp\DVD_1_Title_02_ Game.of.Thrones.S02E04.720p.HDTV.x264-AVS.HCenc.log
    *MAXBITRATE 9000
    *1PASS
    *BITRATE 5309
    *PROFILE BEST
    *ASPECT 16:9
    *PROGRESSIVE
    *TFF
    *BIAS 50
    *DC_PREC 9
    *MATRIX MPEG
    *AQ 1
    *LUMGAIN 1
    *SMP
    *PRIORITY IDLE
    *WAIT 2
    <>

    <11/28/2012 3:56:34 PM>
    CHECK LOG FILE <C:\DVD_1.LOG> FOR MORE INFO.
    <>

    <11/28/2012 3:56:34 PM>
    Log file created by AVStoDVD Release 2.5.1
    <>
    Quote Quote  
  23. Hi nsiops,

    have you installed Haali Media Splitter and a good directshow codecs suite (like ffdshow)?

    Do you have Windows 7? Download Win7DSFilterTweaker and select ffdshow as default decoder.



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  24. I do have Haali Media Splitter installed, my current OS is Windows XP. I went ahead and downloaded ffdshow and installed it. I'll give this another go and see what happens. Any ideas what the hang up could be?
    Quote Quote  
  25. Thnaks Mr. C. I think I've got a successful burn now after installing the ffdshow. However I am also having the problem that TheDraGun is having where it cannot determine the frame rate. I'll see if the fix he used will work for me as well
    Quote Quote  
  26. Release 2.6.0 Alpha 121205 is available to download.

    Change log:

    - Some bugs fixed
    - Added 'FFmpeg (Safe Mode)' to AC3 Audio Encoding profiles in 'Preferences'/'Audio'
    - Added 'Adjust Frame Strategy' in 'Preferences'/'AviSynth'
    - Added 'DeBlock' AviSynth deblocking filter (by Manao) in 'Title Edit'/'AviSynth'
    - Added a time cap (2h) to AC3 audio encoding step (Wavi+Aften profile). Overrun leads to process kill and 'FFmpeg (Safe Mode)' start as backup.
    - Added a framerate consistency check vs selected Video Standard to source titles during 'Add Title' routine
    - Added audio ON/OFF control to 'Preview Clip' section
    - Added ffdshow 1.2.4422.0 32bit to Installer package
    - Added GraphStudio 0.3.2.0 beta to NoInstall and Installer packages
    - Added 'Codecs' as new element in Main AVStoDVD Menu
    - Added 'ffdshow Video Configuration' option from 'Codecs' (Main Menu)
    - Added 'ffdshow Audio Configuration' option from 'Codecs' (Main Menu)
    - Added 'Build Graph Filter' option from 'Codecs' (Main Menu)
    - Moved 'AviSynth FrameServing Check' from 'Title' to 'Codecs' (Main Menu)
    - Removed ImgBurn Installer from AVStoDVD Installer Package. There is still a link to ImgBurn webpage.
    - Changed 'Adjust ffdshow Mixer Output at runtime' to 'Adjust ffdshow Settings at Runtime' (now including Raw Video and Raw Audio adjustments for Preview Clip section)
    - Improved 'Quick StartUp Tutorial' section
    - Improved 'Fix SRT' routine for authored subtitles
    - Improved log activity (Audio Encoding section)
    - Improved GUI graphics (progress bars color change)
    - Re-organized AviSynth filters options disposition in 'Title Edit'/'AviSynth'
    - FFmpeg updated to build git-8b6aeb1
    - FFMpegSource updated to 2.17
    - Haali Media Splitter updated to 1.11.96.14
    - MKVToolNix updated to 5.8.0
    - MediaInfo updated to 0.7.61

    Please take note that this is an alpha release, designed for testers and potentially with fresh bugs.



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  27. Member steptoe's Avatar
    Join Date
    Sep 2002
    Location
    United Kingdom
    Search Comp PM
    Just trying out the latest release and just expected a few minor improvments but found it fixed a lot of minor 'niggles' I had

    The auto-advise on NTSC/PAL source is welcome if you use mixed sources when ripping blu-rays from different countries, and the insertion of avisynth filters in (hopefully) the correct places when scripting makes it better to get improved results


    Just one thing I'd like to see is upmixing 2 channel to 5.1 surround, you support downmixing but not upmixing, so after a couple of days of hunting and seeing what I can find that uses avisynth and as little external software as possible and so the software/script does it all, eventually came up with a BeHappy script that uses the sox filter and aften to create a pseudo 5.1 output and pretty much does it all for you

    All it needs is the extracted 2-channel .ac3 source, which is outputed by AVStoDVD when converting to AC3 and then run through the script below (created by BeHappy) and the result merged back into the final result as normal

    The script needs to be inserted just before the final "audiodub(audio, video)

    ########################################
    #Created by BeHappy v0.2.5.30809
    #Creation timestamp: 13/12/2012 08:32:59
    ########################################
    #Source FileName:
    #Target FileName:
    ########################################

    ########################################
    # [Source: AviSynth]
    ########################################
    Import("")



    ########################################
    # [DSP: Normalize to 125%]
    ########################################
    Normalize(125.0/100.0)

    ########################################
    # [DSP: 5.1 Upmix - Audio with a mix of sounds (ie. Action, Adventure)]
    ########################################
    # Store clip in variable
    Stereo_b39f07ec667e43c1b44c7c8fe935b0aa = last
    function fb39f07ec667e43c1b44c7c8fe935b0aa(clip a) {

    # Profile to use with audio sources that have a wider range of sound content. 20ms delay and -3db attenuation on surround
    # Note: General purpose profile

    front = a.soxfilter("filter 20-20000")
    back = a.soxfilter("filter 100-7000")
    fl = mixaudio(front.GetLeftChannel(),front.GetRightChan nel(),0.668,-0.668)
    fr = mixaudio(front.GetRightChannel(),front.GetLeftChan nel(),0.668,-0.668)
    cc = mixaudio(mixaudio(front.GetLeftChannel(),fl,1,-1),mixaudio(front.GetRightChannel(),fr,1,-1),0.398,0.398)
    lfe = ConvertToMono(a).SoxFilter("lowpass 120","vol -0.447")
    sl = mixaudio(back.GetLeftChannel(),back.GetRightChanne l(),0.473,-0.473)
    sr = mixaudio(back.GetRightChannel(),back.GetLeftChanne l(),0.473,-0.473)
    sl = DelayAudio(sl,0.02)
    sr = DelayAudio(sr,0.02)# Return result
    return MergeChannels( fl, fr, cc, lfe, sl, sr)
    }

    # Call function
    2==AudioChannels(Stereo_b39f07ec667e43c1b44c7c8fe9 35b0aa)?fb39f07ec667e43c1b44c7c8fe935b0aa(ConvertA udioToFloat(Stereo_b39f07ec667e43c1b44c7c8fe935b0a a)):Stereo_b39f07ec667e43c1b44c7c8fe935b0aa


    ########################################
    # [Encoder: Aften AC3 CBR @ 448 kbps, L+R, ReadToEof, DRC: None]
    ########################################


    https://forum.videohelp.com/threads/335904-How-to-Convert-2-channel-stereo-wave-into-DD...AC3-448-AC-640





    Also, have you considered adding support for the complex but almost all-in-one avisynth denoise functions such as Temporaldenoise that offers pretty much everything in one script, but is very very slow as it has a lot of filters but also achieves very high quality results

    http://avisynth.org/mediawiki/MCTemporalDenoise
    Quote Quote  
  28. @steptoe

    thanks for considering the new AVStoDVD alpha. If you find any issues please let me know.

    About upmixing, I am a bit skeptical about. I mean, introducing that feature could be quite impressive, mainly for non-audio-maniac users. But, do we really need to upmix a stereo source to 5.1? Wouldn't it be better to leave stereo as it is, or have our home sound system do the upmix job? Let's ask for other users opinions.

    TemporalDenoise: good suggestion, it is not a filter, it is a universe. Give me some time to what and how can be implemented in AVStoDVD.



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  29. Member
    Join Date
    Jan 2004
    Location
    kansas
    Search Comp PM
    I'm not a techy like most here but I'm having problems with a Menu Editor error 53 "File not found". I was given the suggestion to try the below but neither worked... I'm using Windows 7 64-bit and I have installed ffdshow and Haali Media Splitter.

    Either uninstall and reinstall AVStoDVD, or go into the registry and delete this key:

    HKEY_CURRENT_USER\Software\AVStoDVD
    In the second scenario, the program should reinstall the key.

    I think these are my log files if someone could take a look at them:

    <12/17/2012 10:49:14 PM>
    START PROCESS
    <>

    <12/17/2012 10:49:14 PM>
    PROJECT SETTINGS

    DVD Video Standard: NTSC
    DVD Titles number: 1
    DVD Size: 1023/4450 MB (23%)
    DVD Output Setup: DVD Folder
    DVD Label: DVD
    DVD Menu: Motion Menu
    Output Folder: C:\Users\Mike\Videos
    Delete Temp Assets Files: Yes
    Delete Temp Working Files: Yes
    Edit Command Parameters: No
    Post Process Task: Show Progress Status window

    PREFERENCES

    MultiThread: 1
    AVS Source Filter: A2DSource
    AVS UpSize/DownSize Filter: Lanczos4Resize/Spline16Resize
    PAL SpeedUp: 0
    Video Resolution: 0
    Video BitRate Min: 2500
    Video BitRate Level 1: 6500
    Video Profile Level 2: 4500
    Video BitRate Max: 8500
    Keep DVD Compliant Video: 1
    AC3 Audio Encoder: 0
    Force FFmpeg for Long Audio: 1
    DVD Audio Format: 0
    DVD Audio BitRate: 192
    Keep DVD Compliant Audio: 1
    Normalize Audio: 0
    Auto Delay Audio: 1
    DVD Audio Language (Primary): EN - English
    DVD Audio Language (Secondary): EN - English
    DVD Subs Language (Primary): EN - English
    DVD Subs Language (Secondary): EN - English
    DVD Subs Font: Tahoma 18pt (255,255,255)
    Chapters Interval: 5
    Use Source Chapters: 1
    DVD Burning Drive: D:\
    DVD Burning Speed: 4x
    Auto Erase DVD RW: 1
    Save Log file: 1
    Unload ActiveMovie library: 0
    Adjust ffdshow mixer: 1
    Save General Settings: 0
    <>

    <12/17/2012 10:49:14 PM>
    TITLE 1 SOURCE FILES
    Video: C:\Users\Mike\Desktop\Backed up Edited VideoReDo Mpeg Videos\DVDTitle_0 (07) (02).mpg
    Info: MPEG-2 Video - 3273 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (BFF) - 40:21 minutes - 72571 frames
    Audio 1: C:\Users\Mike\Desktop\Backed up Edited VideoReDo Mpeg Videos\DVDTitle_0 (07) (02).mpg
    Info: AC3 - 192 kbps - CBR - 2 ch - 48000 Hz - 16 bit - 40:21 minutes (0 ms delay) - Internal
    [MediaInfoLib - v0.7.59]
    <>

    <12/17/2012 10:49:14 PM>
    AVISYNTH SCRIPT
    Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")

    # Video is frameserved by AviSynth just for Preview and Edit purposes.
    Video = A2DVideoSource("C:\Users\Mike\Desktop\Backed up Edited VideoReDo Mpeg Videos\DVDTitle_0 (07) (02).mpg", CacheFolder="C:\Users\Mike\AppData\Local\Temp", FrameRate=29.97, VFR=false)
    # Audio is frameserved by AviSynth just for Preview and Edit purposes.
    Audio = A2DAudioSource("C:\Users\Mike\Desktop\Backed up Edited VideoReDo Mpeg Videos\DVDTitle_0 (07) (02).mpg", CacheFolder="C:\Users\Mike\AppData\Local\Temp")

    Video = Video.ConvertToYV12(interlaced=true)

    AudioDub(Video, Audio)
    <>

    <12/17/2012 10:49:14 PM>
    START VIDEO DEMUXING OPERATIONS
    Target Video FileSize: 944.6 MB
    FFmpeg Parameters: -i "C:\Users\Mike\Desktop\Backed up Edited VideoReDo Mpeg Videos\DVDTitle_0 (07) (02).mpg" -vcodec copy "C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02).m2v"
    <>

    <12/17/2012 10:49:30 PM>
    END VIDEO DEMUXING OPERATIONS
    Created File: C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02).m2v (948.3 MB)
    OUTPUT VIDEO INFO: MPEG-2 Video - 3285 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (BFF) - 40:21 minutes - 72570 frames
    <>

    <12/17/2012 10:49:30 PM>
    START AUDIO DEMUXING OPERATIONS (Track 1)
    FFmpeg Parameters: -i "C:\Users\Mike\Desktop\Backed up Edited VideoReDo Mpeg Videos\DVDTitle_0 (07) (02).mpg" -acodec copy "C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_1.ToFix.ac3"
    <>

    <12/17/2012 10:49:49 PM>
    END AUDIO DEMUXING OPERATIONS (Track 1)
    Created File: C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_1.ac3 (55.4 MB)
    OUTPUT AUDIO INFO: AC3 - 192 kbps - CBR - 2 ch - 48000 Hz - 16 bit - 40:21 minutes (0 ms delay)
    <>

    <12/17/2012 10:49:49 PM>
    START DVD MENU BUILDING OPERATIONS
    DVD Menu settings:
    Style: 1
    Aspect Ratio: 1
    Titles Format: 1
    Template: Menu in Black
    Max Titles Page: 12
    Enable Play All: 1
    Force Play All: 0
    Background Audio: 0
    Max Thumbs Row: 4
    Thumb Image Source: 0
    Thumb Frame Position: 10%
    HL Frame Format: 0
    HL Selection Color: 5
    HL Play Color: 0
    Menu Video BitRate: 6000 kbps
    Motion Menu Duration: 15 seconds
    Thumb Drop Shadow: 2
    Play All Shadow: 2
    Arrows Shadow: 0
    <>

    <12/17/2012 10:49:53 PM>
    END DVD MENU BUILDING OPERATIONS
    Created File (Menu Page 1): C:\Users\Mike\Videos\DVD_1_MenuPage1.m2v (0 MB)
    <>

    <12/17/2012 10:49:53 PM>
    START DVD AUTHORING OPERATIONS
    BatchMux Parameters: -arglist "C:\Users\Mike\AppData\Local\Temp\DVD_1_BatchMux.i ni"
    BatchMux ini file:
    -d "C:\Users\Mike\Videos\DVD_1\VIDEO_TS"
    -mxp "C:\Users\Mike\AppData\Local\Temp\DVD_1_MuxMan.mxp "
    -l "C:\Users\Mike\AppData\Local\Temp\DVD_1_MuxMan.log "
    -muxman "C:\Program Files (x86)\AVStoDVD\MuxMan"
    -prio LOW
    -palette "C:\Users\Mike\AppData\Local\Temp\DVD_1_Palette.tx t"
    -v "C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02).m2v"
    -vidmode 4:3
    -a1 "C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_1.ac3"
    -a1lang en
    -cellfr "C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_Chapters.txt"
    -progfr "C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_Chapters.txt"
    -chapfr "C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_Chapters.txt"
    -SEG2v "C:\Users\Mike\Videos\DVD_1_MenuPage1.m2v"
    -SEG2vidmode LB
    -SEG2s1 "C:\Users\Mike\Videos\DVD_1_Menu.sst"
    -SEG2s1dmode WIDE_LB
    -SEG2hlmnu "C:\Users\Mike\AppData\Local\Temp\DVD_1_MenuPage1_ Buttons.mnu"
    -SEG2hlcsm "C:\Users\Mike\AppData\Local\Temp\DVD_1_HighlightS cheme.csm
    -hcn "C:\Users\Mike\AppData\Local\Temp\DVD_1_BatchMux.h cn"
    <>

    <12/17/2012 10:51:32 PM>
    Process aborted during DVD AUTHORING operations!

    Check following files for more details:

    AVStoDVD log file <C:\Users\Mike\Videos\DVD_1.log>
    BatchMux log file <C:\Users\Mike\Videos\DVD_1_BatchMux.log>
    <>

    <12/17/2012 10:51:39 PM>
    Log file created by AVStoDVD Release 2.5.1
    <>

    BatchMux version --> 1.3
    Destination Folder --> C:\Users\Mike\Videos\DVD_1\VIDEO_TS
    MuxMan Script File --> C:\Users\Mike\AppData\Local\Temp\DVD_1_MuxMan.mxp
    MuxMan Log String --> -l "C:\Users\Mike\AppData\Local\Temp\DVD_1_MuxMan.log "
    Folder of the MuxMan executable --> C:\Program Files (x86)\AVStoDVD\MuxMan
    Check presence of MuxMan.exe --> PASSED
    Palette File --> C:\Users\Mike\AppData\Local\Temp\DVD_1_Palette.txt
    Default Palette --> SUCCESSFULLY REDEFINED
    Segment #1 - Video File #1 --> C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02).m2v
    Checking asset for importing as --> M2V, M1V, MPV
    Video Coding Mode --> MPEG-2
    Video Resolution (Nominal) --> (720x480)
    MPEG-2 Aspect Ratio (DAR) --> 4:3
    Video Frame Rate --> 29,97 fps
    Video Bitrate (Nominal, Kbps) --> 5273
    VBV Buffer Size (Kbyte) --> 224
    Segment #1 - Video Display Mode --> 4:3
    Segment #1 - Audio #1 File #1 --> C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_1.ac3
    Segment #1 - Audio Lang Code #1 --> en
    Segment #1 - Timeframe file --> C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_Chapters.txt
    Segment #1 - Total Nr of Cells --> 9
    Segment #1 - Timeframe file --> C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_Chapters.txt
    Segment #1 - Total Nr of Programs --> 9
    Segment #1 - Timeframe file --> C:\Users\Mike\Videos\DVD_1_DVDTitle_0 (07) (02)_Chapters.txt
    Segment #1 - Total Nr of Chapters --> 9
    Segment #2 - Video File #1 --> C:\Users\Mike\Videos\DVD_1_MenuPage1.m2v
    Checking asset for importing as --> M2V, M1V, MPV
    Segment memory resources --> RELEASED
    Local Stack memory --> RELEASED
    File i/o structures --> DEALLOCATED
    Image Attached Files
    Quote Quote  
  30. @mccoady

    massive reset:

    1. Uninstall AVStoDVD
    2. Make sure that the reg key has been deleted
    3. Make sure that the AVStoDVD folder has been deleted
    4. Uninstall AviSynth
    5. Uninstall any directshow codecs packs you are using
    6. Reboot
    7. Install AVStoDVD new 2.6.0 alpha, the installer includes AviSynth and ffdshow
    8. Run again your project

    Let me know



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!