[FFmpeg-devel] [PATCH] Add TrueHD support for MPEG Transport Stream format
刘 岐
lingjiujianke at gmail.com
Tue Oct 22 02:39:06 CEST 2013
Hi Guys,
have used paycheck check, pass
have test samples, pass
use ffmpeg output:
before use this patch: output_before.log
after use this patch: output_after.log
I have attached all the log file.
the feature from ffmpeg-user mail list, perhaps this a general feature for m2ts,
the mail context addr: http://ffmpeg.org/pipermail/ffmpeg-user/2013-October/017956.html
the TrueHD in m2ts test sample is here :
http://blog.fs-linux.org/truehd.m2ts
http://blog.fs-linux.org/truehd2.m2ts
use command ffmpeg -i ~/Downloads/truehd.m2ts -vn -acodec copy -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -map 0:5 -map 0:6 -map 0:7 -map 0:8 out.m2ts
and to see the out.m2ts
I have used the ffplay ,ffmpeg ,ffprobe to test the case, it's OK
Thanks for your review :)
Steven Liu
More information about the ffmpeg-devel
mailing list