faraway
faraway

Reputation: 942

how to create flv videoframe from h.264 AAC samples in mp4

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

Answers (1)

d33pika
d33pika

Reputation: 2007

This can be done using ffmpeg.

ffmpeg -i in.mp4 out.flv

Upvotes: 1

Related Questions