问题
I have captured video frame from multi media device. Captured stream has two slice packets. For testing a use case I need to convert it to transport stream with one slice packet.
Any suggestions/pointers?
回答1:
One slice is default on all h264 encoders I know of. Use ‘ffmpeg -i file.ts our -codec libx264 outfile.ts’
来源:https://stackoverflow.com/questions/58106400/how-to-convert-captured-video-stream-with-two-slice-packet-to-transport-stream-w