Audio/video stream recording forums
Free Tutorials: How to Capture Streaming Video/Audio Step by Step |
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
Repairing FLV files by remuxing them with freeware FLV Extract and mp4boxThe index of the saved .flv file can be off. This may cause playability issues with some .flv players.
You can remux the file into a .mp4 file quickly without any transcoding, and the index will be correct. Get FLV Extract and mp4box. Using FLV Extract, drag the saved .flv file from getflv to the FLV Extract window. It will demux into video and audio files, ending in .264 and .aac Then, use mp4box to remux those files into an .mp4, like this: Code:
mp4box.exe -add "filename.264:fps=23.976" -add "filename.aac" "filename_output.mp4" |
|
#2
|
|||
|
|||
Re: Repairing FLV files by remuxing them with freeware FLV Extract and mp4boxThose are working for me. Check the command line carefully and also watch the text displayed by mp4box to be sure it is using your input framerate (it defaults to 25). Also check the output video file to be sure the framerate is the same as what you had on the command line.
|
|
| Tags: fix, flv, flv extract, mp4, mp4box, out of sync, problem, repair, repairing |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GetFLV can download Hulu.com videos now. | any ANONYMOUS forum user | Video stream recording | 131 | 11-09-2009 09:29 PM |