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.
+ Reply to Thread
Results 1 to 7 of 7
-
-
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.
-
AVS files are just text, paste them into the post between CODE tags.
video.avs
Code:directshowsource("TTGL02_24fps.mkv") Trim(32486,34643)
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)
Code:DirectShowSource("TTGL02_24fps.mkv", fps=24, convertfps=true)) Trim(32486,34643)
Last edited by AlanHK; 13th Feb 2010 at 09:13.
-
What application are you using to encode? Are you encoding video & audio separately? Why 2 separate avs?
-
Yes, I can play the mkv in windows media player without problems.
I add the details from the mkv to the attachments.
Tried it, it's not working.
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. -
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)
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)
Similar Threads
-
How to open aac file in avisynth?
By lovyagin in forum Video ConversionReplies: 13Last Post: 16th Aug 2009, 08:25 -
won't encode full file, and will only do certain file formats
By GregDz in forum ffmpegX general discussionReplies: 0Last Post: 21st Jun 2008, 21:27 -
Automating a VirtualDub encode (Avisynth?)
By crackerbear in forum Video ConversionReplies: 0Last Post: 12th Nov 2007, 15:39 -
Filter just part of a file with AviSynth?
By Holonet in forum EditingReplies: 6Last Post: 2nd Aug 2007, 06:21 -
I'd like to learn how to encode using VDM, AviSynth, and other programs
By Xandal in forum Newbie / General discussionsReplies: 1Last Post: 27th Jul 2007, 17:20