VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    Why does AVSTODVD want to resize my video? Also why is SSRC failing?

    Error is: "ERROR, SSRC: could not resample between two sample rates."

    Code:
    <3/22/2010 12:18:50 PM>
    START PROCESS
    <>
    
    <3/22/2010 12:18:50 PM>
    PROJECT SETTINGS
    
    DVD Video Standard: NTSC
    DVD Titles number: 1
    DVD Size: 42/4450 MB (1%)
    DVD Output Setup: MPEG2 File
    DVD Label: DVD
    DVD Menu: No Menu
    Output Folder: C:\video\out
    Delete Temp Process Files: Yes
    Delete Working Files: Yes
    Edit Command Parameters: No
    Post Process Task: Show Progress Status window
    
    PREFERENCES
    
    AVS Source Filter: DirectShowSource
    AVS Resize Filter: Spline64Resize
    Video Resolution: 1
    Video BitRate Min: 4500
    Video BitRate Level 1: 8000
    Video Profile Level 2: 4500
    Video BitRate Max: 9000
    Keep DVD Compliant Video: 0
    AC3 Audio Encoder: 0
    DVD Audio Format: 0
    DVD Audio BitRate: 192
    Keep DVD Compliat Audio: 0
    Normalize Audio: 0
    DVD Audio Language: EN - English
    DVD Subs Language: EN - English
    Chapthers Interval: 5
    Use Source Chapters: 1
    DVD Burning Drive: M: ATAPI DVD A  DH16A1L KH39
    DVD Burning Speed: 4x
    Auto Erase DVD RW: 1
    Save Log file: 1
    Unload ActiveMovie library: 0
    Adjust ffdshow mixer: 1
    <>
    
    <3/22/2010 12:18:50 PM>
    TITLE 1 SOURCE FILES
    Video: C:\video\out\2005-01-09 181343.avi
    Info: Huffman - 48231 kbps - 720x480 - DAR 1.5 - 29.97 fps (CFR) -  - 38 seconds - 1150 frames
    Audio: C:\video\out\2005-01-09 181343.avi
    Info: PCM - 242 kbps - CBR - 7575Hz - 2ch - 38 seconds
    Subs: 
    [MediaInfoLib - v0.7.26]
    <>
    
    <3/22/2010 12:18:50 PM>
    AVISYNTH SCRIPT
    Video = DirectShowSource("C:\video\out\2005-01-09 181343.avi", fps=29.97, convertfps=true, audio=false)
    Audio = DirectShowSource("C:\video\out\2005-01-09 181343.avi", video=false)
    
    Video = Video.ConvertToYV12
    Video = Video.AddBorders(0,30,0,30)
    Video = Video.Spline64Resize(720,480)
    
    Audio = Audio.SSRC(48000)
    
    AudioDub(Video, Audio)
    <>
    
    <3/22/2010 12:18:50 PM>
    START VIDEO ENCODING OPERATIONS
    Encoding Profile: HCenc VBR 2-pass
    Target Video FileSize: 40.8 MB
    HCenc Parameters: -ini "C:\Users\p14000\AppData\Local\Temp\DVD_1_2005-01-09 181343.HCenc.ini"
    HCenc ini file:
    *INFILE C:\Users\p14000\AppData\Local\Temp\DVD_1_2005-01-09 181343.avs
    *AVSRELOAD
    *OUTFILE C:\video\out\DVD_1_2005-01-09 181343.m2v
    *LOGFILE C:\Users\p14000\AppData\Local\Temp\DVD_1_2005-01-09 181343.HCenc.log
    *MAXBITRATE 9000
    *BITRATE 9000
    *PROFILE BEST
    *ASPECT 4:3
    *PROGRESSIVE
    *BIAS 90
    *DC_PREC 10
    *MATRIX MPEG
    *AQ 1
    *LUMGAIN 0
    *SMP
    *PRIORITY IDLE
    *WAIT 2
    <>
    
    <3/22/2010 12:19:17 PM>
    PROCESS ABORTED DURING TITLE 1 VIDEO ENCODING OPERATIONS.
    
    CHECK LOG FILE <C:\VIDEO\OUT\DVD_1.LOG> FOR MORE INFO.
    <>
    
    <3/22/2010 12:19:17 PM>
    Log file created by AVStoDVD Release 2.2.6
    <>
    Code:
    General
    Complete name                    : c:\video\out\2005-01-09 181343.avi
    Format                           : AVI
    Format/Info                      : Audio Video Interleave
    File size                        : 222 MiB
    Duration                         : 38s 372ms
    Overall bit rate                 : 48.5 Mbps
    Writing library                  : VirtualDub build 32706/release
    
    Video
    Format                           : Huffman
    Codec ID                         : HFYU
    Codec ID/Info                    : Huffman Lossless YUV and RGB formats (with Alpha-channel)
    Duration                         : 38s 371ms
    Bit rate                         : 48.2 Mbps
    Width                            : 720 pixels
    Height                           : 480 pixels
    Display aspect ratio             : 1.500
    Frame rate                       : 29.970 fps
    Standard                         : NTSC
    Bits/(Pixel*Frame)               : 4.657
    Stream size                      : 221 MiB (99%)
    
    Audio
    Format                           : PCM
    Format settings, Endianness      : Little
    Format settings, Sign            : Unsigned
    Codec ID                         : 1
    Codec ID/Hint                    : Microsoft
    Duration                         : 38s 372ms
    Bit rate mode                    : Constant
    Bit rate                         : 242 Kbps
    Channel(s)                       : 2 channels
    Sampling rate                    : 7 575 Hz
    Resolution                       : 16 bits
    Stream size                      : 1.11 MiB (0%)
    Interleave, duration             : 34 ms (1.01 video frame)
    Interleave, preload duration     : 500 ms
    Quote Quote  
  2. Originally Posted by thomasj View Post
    Why does AVSTODVD want to resize my video?
    Because the DAR is 1.5 and not 4/3. Use 'Vertical Resize' in 'Title Edit'/'Avisynth' to adjust it.

    Originally Posted by thomasj View Post
    Also why is SSRC failing?
    7575 Hz is not a very common sample rate, SSRC may not support it. Try to use ResampleAudio(48000) instead.


    MrC

    AVStoDVD Homepage
    Quote Quote  
  3. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    Thanks MrC, that's very helpful--just wanted I needed to know.
    Quote Quote  



Similar Threads

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