maybe the attachment helps
+ Reply to Thread
Results 31 to 34 of 34
-
test.avs is using a different video. It's for debugging purposes. The audio doesn't matter for that test (you can use killaudio() ), because you're going to be using the orginal audio when you're applying it to the actual video . It might be because you're using directshowsource() on your mkv - it's not accurate. When you have a bunch of trims and seeks, non linear access, temporal filters in your script - directshowsource can cause mixed up frames. If you change it to ffms2 or another accurate method like lsmash it should work . It's a smarter, better way of doing it. It will work with any video, because it inherits the properties of the orginal video , such as frame count, etc.. .
But if you're happy manually usig Trim() with the first method, go ahead
Similar Threads
-
[ffmpeg]How to adding logo into end of video?
By radiaku in forum Newbie / General discussionsReplies: 0Last Post: 30th Sep 2013, 12:32 -
batch adding logo without reencoding the whole frame area
By dudinka in forum EditingReplies: 5Last Post: 5th Jun 2013, 16:15 -
Adding logo/text to mp4
By juodas in forum Video ConversionReplies: 20Last Post: 16th Apr 2013, 10:33 -
help adding logo to video
By abm in forum EditingReplies: 3Last Post: 27th Aug 2012, 11:47 -
Adding logo
By kenryuakuma in forum Newbie / General discussionsReplies: 0Last Post: 4th Nov 2011, 01:49