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

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


2012/3/2 pobre <pobrejuanito at gmail.com>:
> One of the Apple App Store's requirement for video apps is having a baseline
> 64kbps audio-only stream.  I am having trouble figuring out how to convert
> my mp4 videos into mpegts to include audio-only.
>
> Any hints as to how to generate 64kbps audio-only mpegts from mp4?  It would
> be nice to have a black screen and only audio playing which totals 64kbps.

Sth like
ffmpeg -i yourfile.mp4 -vn -acodec libfaac -b:a 64k out.ts

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list