VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. Hello, I have a problem that got me stuck for all last week!

    I would like to know if it exists any software that allow me to merge or join two different .flv files; the software must be usable by command line (no GUI) in order to be embedded in external application. I tried ffmpeg and mencoder but they didnt produce any playable .flv, or maybe i just dont know them well enough.

    I also would like to avoid re-convert .flv to other format before joining them and re-convert in flv.

    Thank you all!!
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    I removed the request guide topic so moved your post here.

    How do you use ffmpeg? what commands?

    Macromedia Flash Proffesional I think can join but it wont be that easy to embedd...
    Quote Quote  
  3. Hello Baldrink!

    Thank you for moving my post in the right place!

    I tried to use this:

    ffmpeg -i first.flv -i second.flv third.flv

    It just gives a flv with the content of the first.flv.
    I also tried to use in windows:
    copy /b first.flv + second.flv third.flv
    and then reencode third.flv with ffmpeg but the result is the same

    what syntax would you write using ffmpeg?
    Thanks again a lot!!!
    Quote Quote  
  4. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Good luck. Unless all of the files have exactly the same resolution, bitrate, frame speed, etc, it won't work. You can try Mencoder


    Mencoder -o Output.flv -oac copy -ovc copy file1.flv file2.flv file3.flv
    Quote Quote  
  5. Already tried, the result file just plays the first .flv (

    The files do have the same characteristics since I tried to concat the same file after giving it a different names. So it seems there's no solution....

    thanks anyway
    Quote Quote  
  6. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    ffmpeg -i file1.flv -vcodec rawvideo -acodec pcm_16le file1.avi
    ffmpeg -i file2.flv -vcodec rawvideo -acodec pcm_16le file2.avi

    mencoder -o output.avi -oac copy -ovc copy -noskip file1.avi file2.avi



    Then, encode the result back to flv
    Quote Quote  
  7. I got this message Unknown audio codec 'pmc_16le' while converting to avi

    Seems like i have something missing, can I use some other codec?
    Quote Quote  
  8. Thanks Soopafresh,

    at the end Ive been able to make the operation by using just mencoder! It makes the job in a unique command line since it is allowed to have more than one input file!

    Thank you!
    Quote Quote  
  9. Movic-er
    Join Date
    Oct 2007
    Location
    United States
    Search PM
    flvjoin.exe that is shipped along with Movica should do the trick for you.

    http://movica.sourceforge.net
    Quote Quote  
  10. Member
    Join Date
    Oct 2007
    Location
    Greece
    Search Comp PM
    HELLO. I WILL SUPER WILL DO THE JOB FOR YOU.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!