VideoHelp Forum
+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast
Results 31 to 60 of 73
Thread
  1. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Looks like a nice little program!!
    But I am having audio problems or lack there of.
    I have a MPEG-4 Xvid Video .avi with standard Mpeg-1 layer 3 176 44.1khz audio.
    But for some reason when I encode the file, only been trying mp4, i am not get any audio???
    In audio handler I have tried ignore and no audio.
    In audio handler I have tried custom then going under the audio tab main leaving everything as default, when I click Add to Queue and then Start Queue nothing happens. Under Jobs tab, i have
    -STARTED mplayer processing started
    -STARTED extraction audio stream with mplayer.
    But are at 0%, i even lift it for an hour to made sure.
    I am using your latest complete build on the Hybrid package from your site and downloading the missing avsINFO.pro file.

    Any help would be great!!!
    Quote Quote  
  2. 1st you don't need avsInfo at all.
    2nd please create a debug output (see: http://www.selur.de/support for what infos might be helpful to reproduce a problem)
    Just tried here and it seemed like it's working on my machine,.. it may be mencoder/mplayer is missing some dependency again (thought I compiled it statically) will look at it later today, if you send me some debugoutput and I'm back from a family event,...

    If Hybrid doesn't come back from the extraction, you could try to:
    1. switch to the Jobs-tab
    2. disable 'Minimize job command lines'
    3. copy the extraction call
    4. call the call in a terminal to determine if something is going wrong,..


    ----

    for better understanding of Audio handling:
    Audio handling: Allows you to select the general audio handling.
    Available options are:
    • custom: enables the Audio-tab, where you can manually choose the audio and how it should be processed by adding it to the audio job queue.
    • autoadd (first): enables the Audio-tab, but automatically adds the first input audio stream from the input file to the audoi job queue with the settings defined in the Audio-tab.
      side notes:
      • You can still add additional audio streams in the
      • Audio-tab.)
      • Setting will not adjust to changes regarding the audio format after loading the source!
    • auto add (all): like auto add (fist), but all the stream from the input are processed automatically.
    • passthrough all: automatically adds all the streams from the input to the audio queue in the Audio-tab.
    • ignore: disables all audio handling (needed if you want to create a video only file)
    source: toolTip in Hybrid

    If you select custom, you need to make sure to add your selection in the audio tab by pressing the '+' button.

    Cu Selur
    Last edited by Selur; 6th May 2012 at 00:44.
    Quote Quote  
  3. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Here is the log file.
    Tried several different things but still the same thing.
    Using Version 10.7.3 of Mac OS X by the way.
    Image Attached Files
    Quote Quote  
  4. what happens if you call in a terminal:
    Code:
    "/Users/ianedwards/Desktop/Hybrid.app/Contents/MacOS/mplayer" -aid 1 -msglevel statusline=5:all=0 -mc 0 -hardframedrop -vc dummy -nocorrect-pts -aid 1 "/Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi" -vo null -ao pcm:fast:waveheader:file=""/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3""
    (only thing strange is the wave header part,... -> will look into it, but sadly a log file doesn't help much. I need the debug output output,..

    Cu Selur
    Quote Quote  
  5. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Sorry about that, I upload the wrong file
    Image Attached Files
    Quote Quote  
  6. yup, I think it's the waveheader thing, please check if:
    Code:
    "/Users/ianedwards/Desktop/Hybrid.app/Contents/MacOS/mplayer" -aid 1 -msglevel statusline=5:all=0 -mc 0 -hardframedrop -vc dummy -nocorrect-pts -aid 1 "/Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi" -vo null -ao pcm:fast:file=""/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3""
    runs fine if you call it in a terminal.
    Quote Quote  
  7. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    It does not do anything for me. Just stays at 0% and nothing. I lift it open for a full hour.
    Trying it again right now.
    I have it to custom,
    -under Audio tab, Reencode audio stream checked on, Bitrate set to 192, then clicked on the + symbol
    -
    Last edited by Cabal2000; 6th May 2012 at 09:22.
    Quote Quote  
  8. try:
    Code:
    "/Users/ianedwards/Desktop/Hybrid.app/Contents/MacOS/mplayer" -v -mc 0 -vc dummy -nocorrect-pts -aid 1 -i "/Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi" -dumpaudio -dumpfile "/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3"
    Cu Selur
    Quote Quote  
  9. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    In a Terminal? I did but nothing happened. Sorry but I am still very new to MAC
    Quote Quote  
  10. yes in a terminal.

    Nothing, is not much,...
    You need to:
    1. open terminal copy&paste the line above
    2. press the enter-key
    this should execute the command line and at least cause some sort of output,..

    Cu Selur
    Quote Quote  
  11. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Last login: Sun May 6 11:56:18 on ttys000
    boxee:~ ianedwards$ "/Users/ianedwards/Desktop/Hybrid.app/Contents/MacOS/mplayer" -v -mc 0 -vc dummy -nocorrect-pts -aid 1 -i "/Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi" -dumpaudio -dumpfile "/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3"
    Unknown option on the command line: -i
    Error parsing option on the command line: -i
    MPlayer UNKNOWN-4.2.1 (C) 2000-2012 MPlayer Team
    CPU vendor name: GenuineIntel max cpuid level: 13
    CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (Family: 6, Model: 42, Stepping: 7)
    extended cpuid-level: 8
    extended cache-info: 16801856
    Detected cache-line size is 64 bytes
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 1
    Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 SSSE3 CMOV
    get_path('codecs.conf') -> '/Users/ianedwards/.mplayer/codecs.conf'
    Reading optional codecs config file /Users/ianedwards/.mplayer/codecs.conf: No such file or directory
    Reading optional codecs config file /Users/selur/Desktop/target/bin-tools/target/etc/mplayer/codecs.conf: No such file or directory
    Using built-in default codecs.conf.
    init_freetype
    Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
    get_path('fonts') -> '/Users/ianedwards/.mplayer/fonts'
    Quote Quote  
  12. okay, please try:
    Code:
    "/Users/ianedwards/Desktop/Hybrid.app/Contents/MacOS/mplayer" -v -mc 0 -vc dummy -nocorrect-pts -aid 1 -dumpaudio -dumpfile "/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3" "/Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi"
    Quote Quote  
  13. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Last login: Sun May 6 12:07:09 on ttys000
    boxee:~ ianedwards$ "/Users/ianedwards/Desktop/Hybrid.app/Contents/MacOS/mplayer" -v -mc 0 -vc dummy -nocorrect-pts -aid 1 -dumpaudio -dumpfile "/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3" "/Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi"
    MPlayer UNKNOWN-4.2.1 (C) 2000-2012 MPlayer Team
    CPU vendor name: GenuineIntel max cpuid level: 13
    CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (Family: 6, Model: 42, Stepping: 7)
    extended cpuid-level: 8
    extended cache-info: 16801856
    Detected cache-line size is 64 bytes
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 1
    Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 SSSE3 CMOV
    get_path('codecs.conf') -> '/Users/ianedwards/.mplayer/codecs.conf'
    Reading optional codecs config file /Users/ianedwards/.mplayer/codecs.conf: No such file or directory
    Reading optional codecs config file /Users/selur/Desktop/target/bin-tools/target/etc/mplayer/codecs.conf: No such file or directory
    Using built-in default codecs.conf.
    init_freetype
    Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
    get_path('fonts') -> '/Users/ianedwards/.mplayer/fonts'
    Configuration: --cc=/usr/bin/gcc --disable-x11 --disable-gl --disable-qtx --with-freetype-config=/Users/selur/Desktop/target/bin-tools/target/bin/freetype-config --prefix=/Users/selur/Desktop/target/bin-tools/target
    CommandLine: '-v' '-mc' '0' '-vc' 'dummy' '-nocorrect-pts' '-aid' '1' '-dumpaudio' '-dumpfile' '/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3' '/Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi'
    Using Darwin accurate timing
    Terminal type `xterm-256color' is not defined.
    get_path('input.conf') -> '/Users/ianedwards/.mplayer/input.conf'
    Reading optional input config file /Users/ianedwards/.mplayer/input.conf: No such file or directory
    Reading optional input config file /Users/selur/Desktop/target/bin-tools/target/etc/mplayer/input.conf: No such file or directory
    Falling back on default (hardcoded) input config
    Can't init Apple Remote.
    get_path('MythBusters - 10x05 - Battle Of The Sexes.avi.conf') -> '/Users/ianedwards/.mplayer/MythBusters - 10x05 - Battle Of The Sexes.avi.conf'

    Playing /Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi.
    get_path('sub/') -> '/Users/ianedwards/.mplayer/sub/'
    [file] File size is 397235488 bytes
    STREAM: [file] /Volumes/Torrent Drive/1.Torrents/2.TV Shows/MythBusters/MythBusters - 10x05 - Battle Of The Sexes.avi
    STREAM: Description: File
    STREAM: Author: Albeu
    STREAM: Comment: based on the code from ??? (probably Arpi)
    libavformat version 54.3.100 (internal)
    Configuration: --enable-gpl --enable-version3 --enable-nonfree --disable-doc --disable-debug --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-libfreetype --cc=/usr/bin/gcc --disable-vda --disable-devices --disable-ffplay --disable-ffserver --disable-ffprobe --disable-shared --enable-static --prefix=/Users/selur/Desktop/target/bin-tools/target
    LAVF_check: AVI format
    AVI file format detected.
    list_end=0x192
    ======= AVI Header =======
    us/frame: 40000 (fps=25.000)
    max bytes/sec: 0
    padding: 0
    MainAVIHeader.dwFlags: (2320) HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE
    frames total: 64049 initial: 0
    streams: 2
    Suggested BufferSize: 0
    Size: 640 x 352
    ==========================
    list_end=0x120
    ==> Found video stream: 0
    [aviheader] Video stream found, -vid 0
    ====== STREAM Header =====
    Type: vids FCC: XVID (44495658)
    Flags: 0
    Priority: 0 Language: 0
    InitialFrames: 0
    Rate: 25/1 = 25.000
    Start: 0 Len: 64049
    Suggested BufferSize: 133875
    Quality 0
    Sample size: 0
    ==========================
    Found 'bih', 40 bytes of 40
    ======= VIDEO Format ======
    biSize 40
    biWidth 640
    biHeight 352
    biPlanes 1
    biBitCount 12
    biCompression 1145656920='XVID'
    biSizeImage 337920
    ===========================
    Regenerating keyframe table for MPEG-4 video.
    ======= Video Properties Header =======
    Format: 0 VideoStandard: 0
    VRefresh: 25 HTotal: 640 VTotal: 352
    FrameAspect: 16384:9011 Framewidth: 640 Frameheight: 352
    Fields: 1
    == Field 0 description ==
    CompressedBMHeight: 352 CompressedBMWidth: 640
    ValidBMHeight: 352 ValidBMWidth: 640
    ValidBMXOffset: 0 ValidBMYOffset: 0
    VideoXOffsetInT: 0 VideoYValidStartLine: 0
    =======================================
    list_end=0x192
    ==> Found audio stream: 1
    [aviheader] Audio stream found, -aid 1
    ====== STREAM Header =====
    Type: auds FCC: U (55)
    Flags: 0
    Priority: 0 Language: 0
    InitialFrames: 0
    Rate: 16000/1 = 16000.000
    Start: 0 Len: 40937012
    Suggested BufferSize: 418
    Quality 0
    Sample size: 1
    ==========================
    Found 'wf', 30 bytes of 18
    ======= WAVE Format =======
    Format Tag: 85 (0x55)
    Channels: 2
    Samplerate: 44100
    avg byte/sec: 16000
    Block align: 1
    bits/sample: 0
    cbSize: 12
    mp3.wID=1
    mp3.fdwFlags=0x2
    mp3.nBlockSize=418
    mp3.nFramesPerBlock=1
    mp3.nCodecDelay=0
    ================================================== ========================
    list_end=0x1CC
    hdr=Software size=37
    Software : MEncoder Sherpya-MT-SVN-r32848-4.5.0
    list_end=0x1785C878
    Found movie at 0x100C - 0x1785C878
    Reading INDEX block, 161994 chunks for 64049 frames (fpos=394643584).
    AVI index offset: 0x1008 (movi=0x100C idx0=0x4 idx1=0x9B4)
    Auto-selected AVI video ID = 0
    AVI: Searching for audio stream (id:1)
    XXX initial v_pts=0.000 a_pos=0 (0.000)
    AVI video size=352370439 (64049) audio size=40937012 (40937012)
    VIDEO: [XVID] 640x352 12bpp 25.000 fps 1100.3 kbps (134.3 kbyte/s)
    Auto-selected AVI audio ID = 1
    ds_fill_buffer: EOF reached (stream: audio)
    dump: 40937012 bytes written to '/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3'.
    Core dumped

    Exiting... (End of file)
    boxee:~ ianedwards$
    Quote Quote  
  14. okay, that looks good, now please check if
    '/var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3
    exists.
    call in a terminal:
    1.
    Code:
     cd /var/folders/p3/wz4vwfmn6qld7qsyfh0k1xx00000gn/T/
    (press enter)
    2.
    Code:
    ls
    (press enter)
    and check if the output of that command contains:
    MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3

    Cu Selur
    Quote Quote  
  15. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Cleanup At Startup
    Dancing.with.the.Stars.US.S14E01.HDTV.XviD-2HD.264
    Dancing.with.the.Stars.US.S14E01.HDTV.XviD-2HD_18_19_44_641_02.stats.mbtree.temp
    Dancing.with.the.Stars.US.S14E01.HDTV.XviD-2HD_18_19_44_641_02.stats.temp
    Dancing.with.the.Stars.US.S14E01.HDTV.XviD-2HD__aid_1__18_19_44_641_01.mp3
    HybridEDLFile.edl
    MacKeeperUninstaller.app
    MythBusters
    MythBusters - 10x03 - Square Wheels_11_51_08_771_05.264
    MythBusters - 10x03 - Square Wheels_11_59_27_341_05.264
    MythBusters - 10x04 - Swinging Pirates DELAY -43ms__aid_1__10_42_11_531_02.aac
    MythBusters - 10x05 - Battle Of The Sexes DELAY -43ms__aid_1__10_44_12_641_02.aac
    MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3
    TemporaryItems
    com.apple.TextEdit
    icssuis501
    wda_18_29_07_951_01.stats.mbtree.temp
    wda_18_29_07_951_01.stats.temp
    wda_18_29_55_161_01.stats.mbtree.temp
    wda_18_29_55_161_01.stats.temp
    boxee:T ianedwards$
    Quote Quote  
  16. Nice, "MythBusters - 10x05 - Battle Of The Sexes__aid_1__10_44_50_541_01.mp3" is there -> give me half an hour to fix it in the code and upload a fixed version.
    Quote Quote  
  17. sorry, for the waiting, uploading took longer than I thought,..
    please try the attached file,..

    this should fix the audio problem,..
    Last edited by Selur; 6th May 2012 at 13:47.
    Quote Quote  
  18. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Originally Posted by Selur View Post
    sorry, for the waiting, uploading took longer than I thought,..
    please try the attached file,..

    this should fix the audio problem,..

    Much Thx, going to give it a try in a little bit!!
    Quote Quote  
  19. That would be great, if it fixes the problem I'll release a new public version for all OSs in a few hours.
    Quote Quote  
  20. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Still getting the same problem. I used the one package that you gave me.
    Audio handling - custom. Under audio tab I did change anything but I did click on the + to add encode to queue.
    I did notice that when I started the queue the audio encode took 0 time, I do mean nothing. I clicked start and pretty much jumped to video encode.
    Image Attached Files
    Quote Quote  
  21. Please redo the debugouput, and make sure to delete the old debug output file before,.. (it's a real pain to read 10k+ lines )
    Quote Quote  
  22. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    lol, no problem!!
    Quote Quote  
  23. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Here ya go!!!
    Image Attached Files
    Quote Quote  
  24. btw. to speed up the process of finding the audio handling problem it might help to set video handling to 'ignore' while looking for the problem, this way the debug output is smaller and the whole processing is faster since no video handling needs to be done.
    Quote Quote  
  25. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Audio only
    Quote Quote  
  26. you forgot to attach the debugoutput
    Quote Quote  
  27. Member
    Join Date
    Dec 2002
    Location
    Canada
    Search Comp PM
    Sorry, this is the audio only log
    Image Attached Files
    Quote Quote  
  28. you forgot it again,..
    Quote Quote  
  29. never mind found the problem:
    "-threads 4 -y - i" should be "-threads 4 -y -i "
    will upload a new version,..
    Quote Quote  
  30. man compiling Hybrid so often really is a pain,... (I have to think about buying a new mac this year,.. my mac mini really takes it's time,..)
    + if I move again to another apartment I will first check that there is a Internet connection which has more than 1MBit/s upload,..
    Last edited by Selur; 6th May 2012 at 15:03.
    Quote Quote  



Similar Threads

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