The FFmpeg concat filter works but it can not be used on remuxing (copy) streams. You'll have to re-encode.
Avanti only allows two input streams so with some tricks you could merge two vobs and recode them to something else. You need to use the -new option on the user command line like this...
-new -i "@source1" -i "@source2" -dvs -filter_complex "concat=v=0:a=0:v=1:a=1" -das -y "@destin1"
Probably a bit cryptic for the average Avanti user.
+ Reply to Thread
Results 751 to 758 of 758
Thread
-
Last edited by Chris K; 1st May 2013 at 12:30. Reason: typo
-
I do tests with Avanti on an old Athlon 1.66 Ghz single core and the startup time there is somewhere between 5-10 seconds.
Your profile tells you're on XP SP2 is this still the case? Your machine (CPU speed) should be OK.
Avanti runs a copy of FFmpeg and if you point to a location on a slow device (e.g. memory stick) to find FFmpeg, this could slowdown the startup procedure.
If you have FFmpeg just in the default Avanti FFmpeg folder and run from a normal HDD location then I have no idea what's wrong. -
At present my OS is Windows8, with a Quad Core CPU and 8 gigs RAM. It is normal for this program to load slow, eek.
-
As I wrote... on a slow Athlon machine with XP in 5-10 seconds. But there are compatibility issues on Windows 7 and the same can be expected on Windows 8. You could rename the folder in which you installed Avanti a bit and see what that does. Paths are the big culprit for Avanti on Windows 7.
The new version will come (soon) stored in a predefined folder. I have stable results with that. -
Is there any chromakey functionality in FFMpeg now or am I really just asking for too much at this point? I've been using the same build of FFMpeg for the last three years and recently upgraded it and Avanti so I really don't know what major changes have taken place, so if my questions seem retarded I apologize.
-
Not at an easy to use user level but it wouldn't surprise me if it can be done. Perhaps with this ...
http://ffmpeg.mplayerhq.hu/ffmpeg-filters.html#blend
But there is so much more currently in libavfilter and the -filter_complex option. In Avanti you can do almost anything that FFmpeg offers with additions on the user command line but it requires a lot of research to find out how.
Similar Threads
-
TEncoder 3.5.0 - Multithreaded GUI for FFMpeg and Mencoder (Support thread)
By ozok in forum Video ConversionReplies: 91Last Post: 6th May 2013, 22:43 -
GUI Encoders with Avisynth support?
By shagratt71 in forum Video ConversionReplies: 4Last Post: 13th Dec 2011, 05:27 -
AVANTI (FFMPEG) Question
By erichollis in forum Video ConversionReplies: 1Last Post: 18th Aug 2011, 15:54 -
Avanti - FFmpeg verison
By ABBrittain in forum Newbie / General discussionsReplies: 2Last Post: 22nd Jun 2011, 04:01 -
I need a supported build of ffmpeg for Avanti 0.4.8
By flashandpan007 in forum Video ConversionReplies: 1Last Post: 23rd Jun 2010, 09:28





Quote