Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Fix/repair flv files (make flv files seekable,playable,inject metadata,fix duration)Sometimes when you download/capture flash video .FLV files with a Flash stream recorder, it turns out that they are corrupted (flv video plays too fast, flv video is not seekable, flv video is not playble, flv video stops after a few seconds).
How to fix FLV files: Re-download the video The common way to fix this problem is to re-download the video using the same Flash stream recorder or another one that handles FLV files better. |
#2
|
|||
|
|||
Re: Fix/repair flv files (make flv files seekable,playable,inject metadata,fix duratiHow to fix FLV files: Remux FLV (h.264) file into MP4 file
You can remux an FLV file into an MP4 file quickly without any transcoding. Get freeware FLV Extract and freeware mp4box. Using FLV Extract, drag the recorded/downloaded .FLV file 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: Code:
mp4box.exe -add "filename.264:fps=23.976" -add "filename.aac" "filename_output.mp4" Instead of mp4box you can use freeware GUI utility YAMB. Please note that mp4box and YAMB may give different results |
#3
|
|||
|
|||
Re: Fix/repair flv files (make flv files seekable,playable,inject metadata,fix duratiHow to fix FLV files: Add (inject) metadata with Replay Media Catcher 4
Replay Media Catcher 4 allows to fix time and duration of flash videos files. This allows to fix audio/video sync problems of flash video files and make FLV files seekable. How to fix time and duration with Fix FLV tool of RMC 4:
|
#4
|
|||
|
|||
Re: Fix/repair flv files (make flv files seekable,playable,inject metadata,fix duratiHow to fix FLV files: Add (inject) metadata with FLVMDI
FLV MetaData Injector (FLVMDI) is a Win32 console (command line) application that can add 'onMetaData' AMF data to FLV files. (There's also a GUI frontend FLVMDIGUI). FLVMDI optionally saves an XML version of the injected data, and can add an additional string data or save the onMetaData data to an XML file. FLVMDI has some unique functionality, but it's not as vital now because flashcom 1.5.2+ and Flash Video Exporter 1.2+ adds the required metadata. (Unfortunately there's still a gotcha with Sorenson Squeeze 4, also see Sorenson Squeeze (4.1) FLV Metadata upate...). FLV Meta Data Injector inserts proper meta data into FLV files, such as video size, length, last keyframe and more. You can select the options that are needed like "Include keyframes" and "Inject OnLastSecond Event": - "Include Keyframes" inserts periodic keyframes into the video to assist with non-seekable FLV videos. Some FLV files are not seekable, so you can't fast forward or rewind them. - "Inject OnLastSecond" inserts one final second after the video, to help remedy situations where FLV videos end too early. FLV MetaData Injector can batch process a folder of FLV video files. It is not recommended to work with more than a dozen of files at a time, because the software will probably crash. FLV MetaData Injector is compatible with Windows XP, Windows Server 2003/2008, Windows Vista, and Windows 7. FLVMDI and FLVMDIGUI are free to use. We will use FLV MetaData Injector (FLVMDI) and FLVMDIGUI to fix/repair flv files by injecting metadata.
|
#5
|
|||
|
|||
Re: Fix/repair flv files (make flv files seekable,playable,inject metadata,fix duratiHow to fix FLV files: More options
Quote:
|
#6
|
|||
|
|||
Re: Fix/repair flv files (make flv files seekable,playable,inject metadata,fix duratiHow to fix FLV files: Build VBR Time Map with AviDemux
Avidemux is a freeware video editor for Linux, Mac OS and Windows To fix FLV files with AviDemux:
|
Tags: add flv metadata, fix, fix flv, flash, flash video, flv, flv fixer, inject flv metadata, make flv playable, repair, repair flv |
Thread Tools | |
Display Modes | |
|
|