I have created a new script for repairing the FLV files based on the flv processing code taken from my another script
AdobeHDS. it can help you in following scenarios.
- it can fix live streams recorded with rtmpdump which are not remuxable with ffmpeg or not properly seekable.
- it can extract valid flv data leaving out junk from interrupted downloads which are no longer resumable with rtmpdump. you can resume them after fixing with this script.
You can use script with following switches:
Code:
--help displays this help
--debug show debug output
--nometa do not save metadata in repaired file
--fixwindow [param] timestamp gap between frames to consider as timeshift
--in [param] input filename of flv file to be repaired
--out [param] output filename for repaired file
Download:
Code:
https://github.com/K-S-V/Scripts