How can I merge two FLV files with software that doesn't cost anything? and what do I need to do this?
+ Reply to Thread
Results 1 to 20 of 20
-
http://www.technologyforever.com/video1.html
Video hosting and video sharing community
http://www.technologyforever.com/game1.html
free online games -
Have you tried the copy command:
Syntax:
COPY [d:][path]filename1+[d:][path]filename2 [d:][path]filename3
Purpose: Copies or appends files. Files can be copied with the same name or with a new name.
To copy and combine (concatenate) the files TEST1.DOC and TEST2.DOC to a new file, TEST3.DOC, enter:
copy test1.doc+test2.doc test3.doc
Good Luck!
TTWC"I've got a present for ya!" - TTWC -
this doesn't work it only plays the first one when they are merged
http://www.technologyforever.com/video1.html
Video hosting and video sharing community
http://www.technologyforever.com/game1.html
free online games -
You can try using FLV Extract. That will generally extract an AVI video stream and MP3 audio stream from an FLV. (Note: you'll need to have codecs installed on your system to be able to view or work with the resulting AVIs - FLV or VP6. ffdshow can handle both, if you prefer.) You can mux the MP3 audio streams back into the AVI files, and then use whatever AVI-joining program you like to join the AVIs, and convert the result back to FLV.
Of course, that's one way of doing it. I don't know of any way to do it without converting the files or using FLV Extract (which just extracts, not converts).If cameras add ten pounds, why would people want to eat them? -
Does any one know of a simple way to do this?
They are for web use that's why I just wanted to merge them the FLV I want to add to the front of the other videos is 3 seconds with my site logo and sound FX
Can this be done with FLASH?
Or is there another method of doing this?
Here is an example of one of the videos
http://www.technologyforever.com/v1.phphttp://www.technologyforever.com/video1.html
Video hosting and video sharing community
http://www.technologyforever.com/game1.html
free online games -
Q: How do I join (merge) two FLV files ?
A: After trial n error, here's how to do it using mencoder, via DOS console command line:
--> mencoder -oac copy -ovc copy -o c:\video.flv c:\a.flv c:\b.flv
Below is a demo of the result from JOIN'ing two flv video files together to make one final video,
but without re-encoding:
--> vhelp.demo.two.joined.video.files.rar -- 327 kb
Notes:
[x] Be sure that the video's are the same in attributes.. ie, fps, audio, and resolution.
[x] I have not tested against two sources to see what errors may pop up .. it wasn't
imortant to me for this response.
[x] video A.FLV is 212 frames
[x] video B.FLV is 149 frames
[x] video VIDEO.FLV frames is aprox 361 (although vdub start its frames at zero)
-vhelp 4395 -
-
Originally Posted by vhelpCode:
mencoder -of lavf -oac copy -ovc copy -o video.flv a.flv b.flv
-
I'm mistake.
FFmpeg can't encode VP6F, but can decode and copy.
Well...
Code:mencoder -of lavf -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -ovc copy -oac copy 1_part.flv 2_part.flv -o joined.flv
[EDIT]I'm check again other files and OK, hmm...[EDIT]
Code:ffmpeg -i joined.flv -vcodec copy -acodec copy final.flv
[EDIT]Only one stupid problem after remux - 1000 FPS.[EDIT]
Tested with MEncoder dev-SVN-r23833-4.2.0 and FFmpeg SVN-r10141.
Alternatively - latest builds Avidemux and Movica. -
Originally Posted by 45tripp
This syntax not join files (copy only one part). -
Hi Placio74
Actually, it does -- at least the version I was using, though in the demo
script I posted above, it was transcoding (copying) aka, muxing
the VP6 (vfw flash version) video .. and in this demo script, I was showing
the JOIN 'ing aspects of two videos which happend to be flash and was
also requested in the topic itself. Anyway.
I'll asume you were trying to point out a posible issue with vp6 codec and ffmpeg ??
Actually, it's vp61 or vp62 that I use vs. the standard flv1 that ffmpeg
(and I think) mencoder uses through lavc or whatever it uses, internally,
and that YouTube uses, also.
So I'm guessing that you looked at the demo sample I posted above, which
housed 3 video files, and was (is) using the vp61 (FLV or Flash via vfw
[video for windows] format) codec.
Actually, YouTube can decode a great many other video codec formats,
even though they recommend (and prefer) divx/xvid.
-vhelp 4398 -
Originally Posted by vhelp
Originally Posted by Placio74
Please upload again.
[EDIT]OK, i'm add right url...
Nothing unusual - it's just join and change container to AVI...
(Hmm... MEncoder... possible problems with VFR FLV's.)
[EDIT]
I'm know about this ()...
https://forum.videohelp.com/topic333660-30.html#1741011
(very interesting) -
Originally Posted by 45tripp
-
-
To merge FLV files try Andy's FLV Joiner
It's not recommendable to do that but can be done with avc2avi + AVIMux GUI. It's better to put those in mkv or mp4 containers. -
Merge two files in one,i think you need to use a program to help you, there are many program can help you, some cost money, some free...good luck
Similar Threads
-
merge 2 subtitles files
By massimo.max in forum SubtitleReplies: 15Last Post: 29th Dec 2012, 02:35 -
Merge 2 FLV video files side by side
By zsuppguy in forum Newbie / General discussionsReplies: 3Last Post: 7th Jan 2010, 16:58 -
Multiple FLV files into 1 big FLV file, how??
By vividbreeze in forum Newbie / General discussionsReplies: 1Last Post: 16th Dec 2008, 15:11 -
How to merge audio file(mp3) and a video file (flv)
By suresh3484 in forum Video Streaming DownloadingReplies: 0Last Post: 20th May 2008, 00:15 -
How to merge video and audio tracks to FLV?
By Nuieve in forum Newbie / General discussionsReplies: 4Last Post: 9th Apr 2008, 11:03