mp4-rust icon indicating copy to clipboard operation
mp4-rust copied to clipboard

How to set `seq_param_set` and `pic_param_set` of `AacConfig` from raw H264 stream without input file?

Open 21pages opened this issue 3 years ago • 0 comments

I found that sps and pps can be get from input file in example mp4copy, but now I don't have input file, I just have h264 frames, how can I set seq_param_set and pic_param_set?

21pages avatar Sep 21 '22 01:09 21pages