|
-
Aug 21st, 2012, 12:10 PM
#1
Thread Starter
Lively Member
vb.net and ffmpeg to join mulitple videos
Hi,
can you use ffmpeg to join 2 video files together?
I have tried two methods which dont work.
both files are avi and output is avi
ffmpeg -i "concat:RAF153.avi|RAF157.avi" -f avi -acodec copy -vcodec copy output.avi
ffmpeg -i "c:\clips\RAF 153.avi" -i "c:\clips\RAF 157.avi" -f avi -acodec copy -vcodec copy "c:\clips\output.avi"
both dont work.
the ffmpeg was located in c:\clips\
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|