VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member spiritgumm's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    I had good luck with an earlier version of Avstodvd to convert blu to dvd a year ago. I needed to change my OS (from W7 Pro to Home), and had to reinstall everything. I installed the latest Avstodvd. It fails after a few minutes. I tried the earlier program, same problem. I reinstalled the latest version again since it has more idiot-proof features. I tried tweaking some of the ffdshow filters, then tried converting the movie, and the trailer, but no luck. My system is 64bit, and Avstodvd installs ffdshow 32 bit - I dont know if that matters.

    I tried converting the trailer with another program (I think it was Clown BD). I didnt set it right so I got a duplicate. For the heck of it, I tried the dupe in Avstodvd and it converted. So I copied the movie over as I did the trailer, loaded it in Avstodvd but conversion failed.

    The movie is a 3D/2D film. I dont know if that has something to do with it. The file plays in MPC, and when loaded in Avstodvd, the tool "Build a Directshow filter graph" will play it. I ran the Win7DSFIlterTweaker, but no improvement.
    I tried a few other programs, but none seem to work (or actually convert to dvd with proper options, like cropping, etc).
    Quote Quote  
  2. Member
    Join Date
    Nov 2003
    Location
    West Texas
    Search PM
    I ran into a few issues trying to convert Blu-ray to dvd using AVStoDVD, mostly due to DTS HD MA format in the original audio. I switched over to BD Rebuilder for conversion to DVD-video and have had good luck with it.

    If you want help with AVStoDVD however, you should include your log file from the failed encode.

    Regarding ffdshow, I believe AVStoDVD requires the 32bit version, which should run just fine in your 64bit operating system.
    Quote Quote  
  3. Member spiritgumm's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    I started to use BD Rebuilder, but got a warning window that it needed to modify my Directshow registry. Wasnt sure I wanted to do that, so I ignored it so I could check out the program. Didnt find any cropping options (for dvd output). The movie is full screen movie with black borders on the sides (MediaInfo says it's 16x9), but I would want to crop them.

    Avstodvd sees and loads the audio files when I add a video, but it's not processing them, generates an error and aborts. If I just try to output elementary streams, and remove the audio files from the title window, it will process the video (both movie and trailer) with FFmpeg 1-pass.
    However, I prefer HCenc 2-pass, and it stalls when that's called. I tried replacing the HCenc 26 beta version that came with Avstodvd (subbing into it the last stable version), and it now will process the video - as long as the audio files are removed and arent included in the aviysnth script. I can demux and process those separately, but I shouldnt have to.


    Here's one of many logs

    LOG

    <2/3/2014 10:49:31 AM>
    START PROCESS
    <>

    <2/3/2014 10:49:31 AM>
    PROJECT SETTINGS

    DVD Video Standard: NTSC
    DVD Titles number: 1
    DVD Size: 2199/2200 MB (100%)
    DVD Output Setup: DVD Folder
    DVD Label: DVD
    DVD Menu: No Menu
    Output Folder: C:\Users\Dave\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 Video Source Filter: A2DSource
    AVS Audio Source Filter: A2DSource
    AVS UpSize/DownSize Filter: Lanczos4Resize/Spline16Resize
    Frame Adjust Strategy: 1
    PAL SpeedUp: 0
    Video Resolution: 0
    Video BitRate Min: 2500
    Video BitRate Level 1: 8500
    Video Profile Level 2: 8500
    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 16pt (255,255,255)
    Chapters Interval: 5
    Use Source Chapters: 1
    DVD Burning Drive: E:\
    DVD Burning Speed: 4x
    Auto Erase DVD RW: 1
    Unload ActiveMovie library: 0
    Adjust ffdshow at runtime: 1
    Save General Settings: 0
    <>

    <2/3/2014 10:49:31 AM>
    TITLE 1 SOURCE FILES
    Video: C:\blu\MAN_IN_THE_DARK_3-D\BDMV\STREAM\00037.m2ts
    Info: AVC - 0 kbps - 1920x1080 - DAR 1.778 - 23.976 fps (CFR) - Progressive - 1:07:29 hours - 97081 frames
    Audio 1: C:\blu\MAN_IN_THE_DARK_3-D\BDMV\STREAM\00037.m2ts
    Info: DTS-HD - 0 kbps - VBR - 1 ch - 48000 Hz - 24 bit - 1:07:29 hours (0 ms delay)
    Audio 2: C:\blu\MAN_IN_THE_DARK_3-D\BDMV\STREAM\00037.m2ts
    Info: DTS-HD - 0 kbps - VBR - 2 ch - 48000 Hz - 24 bit - 1:07:29 hours (0 ms delay)
    [MediaInfoLib - v0.7.61]
    <>

    <2/3/2014 10:49:31 AM>
    AVISYNTH SCRIPT
    Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")

    Video = A2DVideoSource("C:\blu\MAN_IN_THE_DARK_3-D\BDMV\STREAM\00037.m2ts", CacheFolder="C:\Users\Dave\AppData\Local\Temp", FrameRate=23.976, VFR=false)
    Audio = A2DAudioSource("C:\blu\MAN_IN_THE_DARK_3-D\BDMV\STREAM\00037.m2ts", CacheFolder="C:\Users\Dave\AppData\Local\Temp")

    Video = Video.ConvertToYV12()
    Video = Video.Crop(240,0,-240,0)
    Video = Video.Spline16Resize(720,480)
    #Using DGPulldown/HCenc to upsize FPS

    Audio = Audio.ConvertToMono

    AudioDub(Video, Audio)
    <>

    <2/3/2014 10:49:31 AM>
    AVISYNTH SCRIPT (Audio Track 2)
    Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
    LoadPlugin("C:\Program Files (x86)\AVStoDVD\Lib\ffms2.dll")

    Video = A2DVideoSource("C:\blu\MAN_IN_THE_DARK_3-D\BDMV\STREAM\00037.m2ts", CacheFolder="C:\Users\Dave\AppData\Local\Temp", FrameRate=23.976, VFR=false)
    # Forced 'FFAudioSource' to encode secondary Audio Tracks
    Audio = FFAudioSource("C:\blu\MAN_IN_THE_DARK_3-D\BDMV\STREAM\00037.m2ts", track=2, cachefile="C:\Users\Dave\AppData\Local\Temp\A2DFFA _" + String(Rand()) + ".cache")

    Video = Video.ConvertToYV12()
    Video = Video.Crop(240,0,-240,0)
    Video = Video.Spline16Resize(720,480)
    #Using DGPulldown/HCenc to upsize FPS

    AudioDub(Video, Audio)
    <>

    <2/3/2014 10:49:31 AM>
    START VIDEO ENCODING OPERATIONS
    Encoding Profile: HCenc VBR 2-pass
    Target Video FileSize: 1978.5 MB
    Encoding Parameters: -ini "C:\Users\Dave\AppData\Local\Temp\DVD_0_00037. HCen c.ini"
    HCenc ini file:
    *INFILE C:\Users\Dave\AppData\Local\Temp\DVD_0_00037_1.avs
    *AVSRELOAD
    *OUTFILE C:\Users\Dave\Videos\DVD_0_00037.m2v
    *LOGFILE C:\Users\Dave\AppData\Local\Temp\DVD_0_00037.HCenc .log
    *MAXBITRATE 9000
    *BITRATE 4099
    *PROFILE BEST
    *ASPECT 4:3
    *PROGRESSIVE
    *TFF
    *PULLDOWN
    *BIAS 40
    *DC_PREC 9
    *MATRIX MPEG
    *AQ 1
    *LUMGAIN 1
    *SMP
    *PRIORITY IDLE
    *DBPATH C:\Users\Dave\AppData\Local\Temp
    *WAIT 2
    <>

    <2/3/2014 10:55:27 AM>
    Process aborted during Title 1 VIDEO encoding operations.

    For Video issues troubleshooting see Help/FAQ/Video section.
    <>

    <2/3/2014 10:55:27 AM>
    Log file created by AVStoDVD Release 2.7.3
    <>
    Last edited by spiritgumm; 4th Feb 2014 at 21:50.
    Quote Quote  



Similar Threads

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