VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Hey, I cannot encode my avisynth file for a reason.
    My video avs is:
    http://www.sendspace.com/file/3cf0uk
    My audio avs is:
    http://www.sendspace.com/file/quf15w

    Error is "Exception message: DirectShowSource: The audio Graph failed to restart after seeking. Status = 0x80004005"

    Can anybody help me?
    Thank you very much for your kind help.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Can you play the mkv in windows media player without problems? If not install haali, ffdshow.
    Can you please also post the details from the mkv. Use Mediainfo.

    And I have fixed so you can attach avs files when you post here(I hate download services .
    Quote Quote  
  3. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    AVS files are just text, paste them into the post between CODE tags.

    video.avs
    Code:
    directshowsource("TTGL02_24fps.mkv")
    Trim(32486,34643)
    audio.avs
    Code:
    DirectShowSource("video.avs",video=false)


    Anyway, I don't know what your problem is, but I use a script like :
    Code:
    DirectShowSource("803.mkv", fps=23.976, convertfps=true)
    if your video is indeed 24 fps, maybe try
    Code:
    DirectShowSource("TTGL02_24fps.mkv", fps=24, convertfps=true))
    Trim(32486,34643)
    Last edited by AlanHK; 13th Feb 2010 at 09:13.
    Quote Quote  
  4. What application are you using to encode? Are you encoding video & audio separately? Why 2 separate avs?
    Quote Quote  
  5. Originally Posted by Baldrick View Post
    Can you play the mkv in windows media player without problems? If not install haali, ffdshow.
    Can you please also post the details from the mkv. Use Mediainfo.

    And I have fixed so you can attach avs files when you post here(I hate download services .
    Yes, I can play the mkv in windows media player without problems.
    I add the details from the mkv to the attachments.

    Originally Posted by AlanHK View Post
    AVS files are just text, paste them into the post between CODE tags.

    video.avs
    Code:
    directshowsource("TTGL02_24fps.mkv")
    Trim(32486,34643)
    audio.avs
    Code:
    DirectShowSource("video.avs",video=false)
    Anyway, I don't know what your problem is, but I use a script like :
    Code:
    DirectShowSource("803.mkv", fps=23.976, convertfps=true)
    if your video is indeed 24 fps, maybe try
    Code:
    DirectShowSource("TTGL02_24fps.mkv", fps=24, convertfps=true))
    Trim(32486,34643)
    Tried it, it's not working.

    Originally Posted by poisondeathray View Post
    What application are you using to encode? Are you encoding video & audio separately? Why 2 separate avs?
    MeGUI.
    I need 2 separate avs because the part I want to cut is from an episode, so one avs file is holding the part of the video I need and the other one is holding the part of the audio I need.
    Image Attached Thumbnails Click image for larger version

Name:	Photo.PNG
Views:	231
Size:	111.2 KB
ID:	541  

    Quote Quote  
  6. Directshow can cause problems (if you have system problems with filters , etc.)

    Use ffmpegsource2
    http://code.google.com/p/ffmpegsource/

    Code:
    FFMpegSource2("TTGL02_24fps.mkv",atrack=-1)
    AssumeFPS(24000,1001)
    Trim(32486,34643)
    This script specifies both audio & video

    Preview your script in a media player, or vdub to see it's in sync, or the frames are cut at the exact place you want (Directshow isn't frame accurate, so your frame numbers may be off from the old script, and adjust accordingly)
    Quote Quote  
  7. TnX man, it worked. ^-^
    Quote Quote  



Similar Threads

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