I use ffmpeg to convert my files, but when I do so, I lose the keyframes metadata from my flv files.
The command I use right now is:
$/usr/local/bin/ffmpeg -i %s -ab 96k -ar 44100 -b 500k -r 25 -f flv %s
How can I avoid ffmpeg to delete the keyframes info?
Regards
Zeeshan
Answer
Even though the metadata can be lost during any conversion step, it is always possible to regenerate them later.
There are a few tools that can be used to regenerate keyframe informations, including:
No comments:
Post a Comment