문제

I have many ts file for apple streaming ( MPEG2-TS format ). Can I change, for example PTS/PCR params for this files, using ffmpeg ?

도움이 되었습니까?

해결책

Yes.

Have a look at the setpts filter. Their slow-motion example would look like this using the command line:

ffmpeg -i in.mpg -vf setpts=2.0*PTS out.mpg
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top