VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Mar 2010
    Location
    North America
    Search Comp PM
    Hello there,

    Very new to the DVD authoring thing here. I've found that AVStoDVD is a great program, but without much video expertise I'm consistently at a loss on how to get it to work. Thanks to people on this forum and the creator of the program, I've gotten some help. But the latest issue I find is the inability to make .iso's for some projects. AVStoDVD seems to fail at the muxing stage. Here are the log files. Can anyone tell me what I'm doing wrong here? Thanks.


    Mordum + Penance_0.txt -

    <3/25/2010 9:13:12 PM>
    START PROCESS
    <>

    <3/25/2010 9:13:12 PM>
    PROJECT SETTINGS

    DVD Video Standard: NTSC
    DVD Titles number: 2
    DVD Size: 4408/4450 MB (99%)
    DVD Output Setup: ISO UDF Image
    DVD Label: Mordum + Penance
    DVD Menu: Static Menu
    Output Folder: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos
    Delete Temp Process Files: Yes
    Delete Working Files: Yes
    Edit Command Parameters: No
    Post Process Task: Show Progress Status window

    PREFERENCES

    AVS Source Filter: A2DSource
    AVS Resize Filter: Lanczos4Resize
    Video Resolution: 0
    Video BitRate Min: 2500
    Video BitRate Level 1: 6000
    Video Profile Level 2: 4500
    Video BitRate Max: 8500
    Keep DVD Compliant Video: 1
    AC3 Audio Encoder: 0
    DVD Audio Format: 0
    DVD Audio BitRate: 192
    Keep DVD Compliat Audio: 1
    Normalize Audio: 0
    DVD Audio Language: EN - English
    DVD Subs Language: EN - English
    Chapthers 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
    <>

    <3/25/2010 9:13:12 PM>
    TITLE 1 SOURCE FILES
    Video: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Mordum.mpeg
    Info: MPEG-2 Video - 4573 kbps - 720x480 - DAR 1.5 - 29.97 fps (CFR) - Progressive - 47:11 minutes - 84847 frames
    Audio: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Mordum.mpeg
    Info: AC3 - 448 kbps - CBR - 48000Hz - 2ch - 47:10 minutes
    Subs:
    []
    <>

    <3/25/2010 9:13:12 PM>
    AVISYNTH SCRIPT
    Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

    # Video is frameserved by AviSynth just for Preview and Edit purposes.
    Video = A2DVideoSource("C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Mordum.mpeg", CacheFolder = "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp")
    Audio = A2DAudioSource("C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Mordum.mpeg", CacheFolder = "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp")

    Video = Video.ConvertToYV12
    Video = Video.AddBorders(0,30,0,30)
    Video = Video.Lanczos4Resize(720,480)

    Audio = Audio.Normalize()
    Audio = Audio.DelayAudio(-2.3)

    AudioDub(Video, Audio)
    <>

    <3/25/2010 9:13:12 PM>
    START VIDEO DEMUXING OPERATIONS
    Target Video FileSize: 1543.3 MB
    FFmpeg Parameters: -i "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Mordum.mpeg" -vcodec copy "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.m2v"
    <>

    <3/25/2010 9:14:53 PM>
    END VIDEO ENCODING OPERATIONS
    Created File: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.m2v (1495.3 MB)
    OUTPUT VIDEO INFO: MPEG-2 Video - 4465 kbps - 720x480 - DAR 1.5 - 29.97 fps (CFR) - Progressive - 47:08 minutes - 84762 frames
    <>

    <3/25/2010 9:14:54 PM>
    START AUDIO ENCODING OPERATIONS
    Wavi+Aften Parameters: "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_01_T Mordum.avs" - | "C:\Program Files\AVStoDVD\Aften\aften.exe" -b 448 -pad 0 -dynrng 5 -bwfilter 0 - "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.ac3"
    <>

    <3/25/2010 9:17:23 PM>
    END AUDIO ENCODING OPERATIONS
    A2DAudioSource: DirectShowSource
    Created File: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.ac3 (151.1 MB)
    OUTPUT AUDIO INFO: AC3 - 448 kbps - CBR - 48000Hz - 2ch - 47:08 minutes
    <>

    <3/25/2010 9:17:23 PM>
    TITLE 2 SOURCE FILES
    Video: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Penance.mpeg
    Info: MPEG-2 Video - 3821 kbps - 720x480 - DAR 1.778 - 29.97 fps (CFR) - Progressive - 1:24:55 hours - 152717 frames
    Audio: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Penance.mpeg
    Info: AC3 - 448 kbps - CBR - 48000Hz - 2ch - 1:24:55 hours
    Subs:
    []
    <>

    <3/25/2010 9:17:23 PM>
    AVISYNTH SCRIPT
    Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

    # Video is frameserved by AviSynth just for Preview and Edit purposes.
    Video = A2DVideoSource("C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Penance.mpeg", CacheFolder = "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp")
    Audio = A2DAudioSource("C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Penance.mpeg", CacheFolder = "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp")

    Video = Video.ConvertToYV12

    Audio = Audio.Normalize()
    Audio = Audio.DelayAudio(-2.3)

    AudioDub(Video, Audio)
    <>

    <3/25/2010 9:17:24 PM>
    START VIDEO DEMUXING OPERATIONS
    Target Video FileSize: 2321.2 MB
    FFmpeg Parameters: -i "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Penance.mpeg" -vcodec copy "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.m2v"
    <>

    <3/25/2010 9:19:40 PM>
    END VIDEO ENCODING OPERATIONS
    Created File: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.m2v (2243.6 MB)
    OUTPUT VIDEO INFO: MPEG-2 Video - 3721 kbps - 720x480 - DAR 1.778 - 29.97 fps (CFR) - Progressive - 1:24:50 hours - 152564 frames
    <>

    <3/25/2010 9:19:40 PM>
    START AUDIO ENCODING OPERATIONS
    Wavi+Aften Parameters: "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_02_T Penance.avs" - | "C:\Program Files\AVStoDVD\Aften\aften.exe" -b 448 -pad 0 -dynrng 5 -bwfilter 0 - "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.ac3"
    <>

    <3/25/2010 9:22:40 PM>
    END AUDIO ENCODING OPERATIONS
    A2DAudioSource: DirectShowSource
    Created File: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.ac3 (272 MB)
    OUTPUT AUDIO INFO: AC3 - 448 kbps - CBR - 48000Hz - 2ch - 1:24:53 hours
    <>

    <3/25/2010 9:22:41 PM>
    START DVD MENU BUILDING OPERATIONS
    DVD Menu settings: Style 0, DAR 1, Titles Format 1, Video BitRate 9000, Menu Pages 1, Menu Titles 2
    <>

    <3/25/2010 9:22:57 PM>
    END DVD MENU BUILDING OPERATIONS
    Created File (Menu Page 1): C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MenuPage1.bmp (2.5 MB)
    <>

    <3/25/2010 9:22:57 PM>
    START DVD AUTHORING OPERATIONS
    BatchMux Parameters: -arglist "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_BatchMux.ini"
    BatchMux ini file:
    -d "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0\VIDEO_TS"
    -mxp "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MuxMan.mxp"
    -l "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MuxMan.log"
    -muxman "C:\Program Files\AVStoDVD\MuxMan"
    -prio LOW
    -v "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.m2v"
    -vidmode 4:3
    -a1 "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.ac3"
    -a1lang en
    -cellfr "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_01_T Mordum_MuxMan.txt"
    -progfr "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_01_T Mordum_MuxMan.txt"
    -chapfr "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_01_T Mordum_MuxMan.txt"
    -SEG2v "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.m2v"
    -SEG2vidmode LB
    -SEG2a1 "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.ac3"
    -SEG2a1lang en
    -SEG2cellfr "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_02_T Penance_MuxMan.txt"
    -SEG2progfr "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_02_T Penance_MuxMan.txt"
    -SEG2chapfr "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_02_T Penance_MuxMan.txt"
    -SEG3v "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MenuPage1.bmp"
    -SEG3vidmode LB
    -SEG3s1 "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Menu.sst"
    -SEG3s1dmode WIDE_LB
    -SEG3hlmnu "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MenuPage1_Buttons.mnu"
    -SEG3hlcsm "C:\Program Files\AVStoDVD\Menu\Highlight_Scheme.csm"
    -hcn "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_BatchMux.hcn"
    <>

    <3/25/2010 9:23:09 PM>
    PROCESS ABORTED DURING DVD AUTHORING OPERATIONS!

    CHECK FOLLOWING FILES FOR MORE DETAILS:

    AVSTODVD LOG FILE <C:\DOCUMENTS AND SETTINGS\DJ HAZ-MAT\MY DOCUMENTS\MY VIDEOS\MORDUM + PENANCE_0.LOG>
    BATCHMUX LOG FILE <C:\DOCUMENTS AND SETTINGS\DJ HAZ-MAT\MY DOCUMENTS\MY VIDEOS\MORDUM + PENANCE_0_BATCHMUX.LOG>
    <>

    <3/25/2010 9:23:12 PM>
    Log file created by AVStoDVD Release 2.2.6
    <>

    ------------------------------------------------------------------------------------
    Mordum + Penance_0_BatchMux.txt

    BatchMux version --> 1.3
    Destination Folder --> C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0\VIDEO_TS
    MuxMan Script File --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MuxMan.mxp
    MuxMan Log String --> -l "C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MuxMan.log"
    Folder of the MuxMan executable --> C:\Program Files\AVStoDVD\MuxMan
    Check presence of MuxMan.exe --> PASSED
    Segment #1 - Video File #1 --> C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.m2v
    Checking asset for importing as --> M2V, M1V, MPV
    Video Coding Mode --> MPEG-2
    Video Resolution (Nominal) --> (720x480)
    WARNING - MPEG-2 Aspect Ratio Code 1 not allowed for DVD
    Video Frame Rate --> 29,97 fps
    Video Bitrate (Nominal, Kbps) --> 8789
    VBV Buffer Size (Kbyte) --> 224
    Segment #1 - Video Display Mode --> 4:3
    Segment #1 - Audio #1 File #1 --> C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.ac3
    Segment #1 - Audio Lang Code #1 --> en
    Segment #1 - Timeframe file --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_01_T Mordum_MuxMan.txt
    Segment #1 - Total Nr of Cells --> 10
    Segment #1 - Timeframe file --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_01_T Mordum_MuxMan.txt
    Segment #1 - Total Nr of Programs --> 10
    Segment #1 - Timeframe file --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_01_T Mordum_MuxMan.txt
    Segment #1 - Total Nr of Chapters --> 10
    Segment #2 - Video File #1 --> C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.m2v
    Checking asset for importing as --> M2V, M1V, MPV
    Video Coding Mode --> MPEG-2
    Video Resolution (Nominal) --> (720x480)
    MPEG-2 Aspect Ratio (DAR) --> 16:9
    Video Frame Rate --> 29,97 fps
    Video Bitrate (Nominal, Kbps) --> 8789
    VBV Buffer Size (Kbyte) --> 224
    Segment #2 - Video Display Mode --> LB
    Segment #2 - Audio #1 File #1 --> C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_02_T Penance.ac3
    Segment #2 - Audio Lang Code #1 --> en
    Segment #2 - Timeframe file --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_02_T Penance_MuxMan.txt
    Segment #2 - Total Nr of Cells --> 17
    Segment #2 - Timeframe file --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_02_T Penance_MuxMan.txt
    Segment #2 - Total Nr of Programs --> 17
    Segment #2 - Timeframe file --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_Title_02_T Penance_MuxMan.txt
    Segment #2 - Total Nr of Chapters --> 17
    Segment #3 - Video File #1 --> C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MenuPage1.bmp
    Checking asset for importing as --> BMP
    Image size --> (928x80)
    Segment memory resources --> RELEASED
    Local Stack memory --> RELEASED
    File i/o structures --> DEALLOCATED
    Quote Quote  
  2. Mod Neophyte redwudz's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Search Comp PM
    It may not have anything to do with it, but in this title, 'Mordum + Penance_0_Title_01_T Mordum.m2v' the '+' symbol seems a bad idea. I usually avoid mathmatical symbols, along with gramatical symbols like / - , . ? :, etc., in titles.

    But someone else here may spot something more in the log.
    Quote Quote  
  3. There is one 'real' warning:
    WARNING - MPEG-2 Aspect Ratio Code 1 not allowed for DVD

    MuxMan is quite picky about the compliance with the DVD spec. You can try to use DVDPatcher or similar to correct the aspect ratio.
    See here:
    http://dvd.sourceforge.net/dvdinfo/mpeghdrs.html#seq

    Only Aspect Ratio Code 2 or 3 is allowed for DVD
    Quote Quote  
  4. There are 2 issues

    1.
    <3/25/2010 9:13:12 PM>
    START VIDEO DEMUXING OPERATIONS
    Target Video FileSize: 1543.3 MB
    FFmpeg Parameters: -i "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\T Trilogy\T Mordum.mpeg" -vcodec copy "C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.m2v"
    <>

    <3/25/2010 9:14:53 PM>
    END VIDEO ENCODING OPERATIONS
    Created File: C:\Documents and Settings\DJ Haz-Mat\My Documents\My Videos\Mordum + Penance_0_Title_01_T Mordum.m2v (1495.3 MB)
    OUTPUT VIDEO INFO: MPEG-2 Video - 4465 kbps - 720x480 - DAR 1.5 - 29.97 fps (CFR) - Progressive - 47:08 minutes - 84762 frames
    <>
    You should force AVStoDVD to re-encode title 1 because it has a DAR of 1.5, instead of 1.333 or 1.778. Next AVStoDVD release will check also DAR to verify DVD video compliance. Thanks borax for the clarification.


    2.
    The Menu background file C:\DOCUME~1\DJHAZ-~1\LOCALS~1\Temp\Mordum + Penance_0_MenuPage1.bmp is NOT a DVD bckg file but a AviSynth error output picture (size 928x80).

    BTW, KKPHM, you should have received the same warning when you were creating the DVD Menu, shouldn't you?

    redwuk may have hit the point: using special chars is always a pain.


    Rename your input file, force title 1 re-encoding (or use DVDPatcher to correct DAR), re-build your project and then retry.



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  



Similar Threads

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