Open InfiniteCoder01 opened 1 year ago
I would like to write an mp4 stream to ffmpeg's stdin (using pipes). How can I generate Mp4Sample-s to write_sample them into a stream?
Also, this interface requires Seek to be implemented on a stream. Is there a way I can deal with that?
I would like to write an mp4 stream to ffmpeg's stdin (using pipes). How can I generate Mp4Sample-s to write_sample them into a stream?