[FFmpeg-user] Transport Stream (.ts) with ac3 audio
relaht at gmx.de
relaht at gmx.de
Sat Feb 15 14:38:30 CET 2014
Am 13.02.2014 um 16:48 schrieb Andy Furniss <adf.lists at gmail.com>:
> If this is just to test for personal use you can effectively do the same
> by building your own ffmpeg with this diff applied (or just edit by
> hand
That sounds like a great idea! :-)
And I think it worth a try.
So I just have to edit the file: mpegts.h
and change this line:
#define STREAM_TYPE_AUDIO_AC3 0x81
to this:
#define STREAM_TYPE_AUDIO_AC3 0x06
Am I right on this?
Or is there more to do?
More information about the ffmpeg-user
mailing list