VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hi, I have been trying to find a easy solution to converting a large number of flv videos to mp4. Actually I just want to change containers from flv to mp4 (will settle for mkv) I have found mymp4box and mkvtools but neither seem to support flv as input. I have tried SUPER just stream copy but is crashes every time. Any suggestions would really be appreciated!

    Cheers,

    -Gaiko
    Quote Quote  
  2. you can do it with a batch script

    1) place copy of ffmpeg.exe in same directory of videos

    2) copy & paste the following into notepad, save it, rename extension to .bat from .txt

    for %%a in ("*.flv") do ffmpeg -i %%a -vcodec copy -acodec copy %%~na.mp4

    3) double click .bat file
    Quote Quote  
  3. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    I don't think this will work for VP6. Only AVC. You can change %%~na.mp4 to %%~na.mkv to put flv in an mkv container.

    Super will work on AVC FLV.
    Quote Quote  



Similar Threads

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