Reputation: 942
I have a mp4 file which has only mdat box(h.264, aac) and I can specify the video samples. I need to convert video samples to flv frames, how can be done?
Upvotes: 1
Views: 537
Reputation: 2007
This can be done using ffmpeg.
ffmpeg -i in.mp4 out.flv