[FFmpeg-user] Generate 64kbps audio-only MPEGTS from MP4

Andrey Utkin andrey.krieger.utkin at gmail.com
Fri Mar 2 19:27:25 CET 2012


2012/3/2 pobre <pobrejuanito at gmail.com>:
> Gosh! Thank you! I added -f mpegts for the segmenter to break it up!
>
> ffmpeg -i myvideo.mp4 -f mpegts -vn -acodec libfaac -b:a 64k
>
> And it works!
>
> Is there a way I can add an image to the audio playing?
>
>
> I'll be submitting it to Apple Store to see if I meet their requirement.

Don't exactly what you got (without image) is what is required (audio only?)
I'm not an expert in apple-compliant streams, but... "Image" you add
will convert into video stream, which will take its part of bitrate,
and result will be certainly not just 64kbit audio-only stream.

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list