[FFmpeg-user] Problem about changing container mp4 to ts (hevc coded)

BongChan Cho qhdcks12 at gmail.com
Thu Aug 7 00:55:55 CEST 2014


Hello,
I have a problem.
I try to make TS(transport streem).
Input streem is mp4 container ,h.265 encoded.
What i want to do is that i don't want to change codec(no reencoding).
I just want to change container mp4 to TS(transport streem).
If it's not HEvC, no problem. I can use mpegts is this case.
At first, I try this commend.
ffmpeg -i input.mp4 -codec copy output.ts (of course, input.mp4 is encoded
by h.265/hevc)
it doesn't work.
I want to know exactly how can i solve this problem.
If it is impossible, I want to know the other way. (if u know)


More information about the ffmpeg-user mailing list