Replies: 1 comment 1 reply
-
Hello, To eliminate smearing and artifacts, you have to set Raw H264 NALUs don't contain timestamps. They can be decoded but they can't be played in the correct order and with the correct timing. MPEG-TS adds the timestamp information that allows to play them correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Forgive my huge gaps in knowledge. But I was wondering if it's possible to take an rtph264 track and write the NALUs directly to disk.
I've been playing with the client-read-h264-save-to-disk example. But I seem to be getting something wrong (lots of smearing and artifacts), and I suspect it's an issue with the TS encoder.
In the examples, the process seems to be a matter of using the client to decode the NALUs from the RTP packets, and then using another package to encode them to other formats (mpegts, images, etc). Is it possible to do this without encoding into other formats?
Thanks for a great library!
Beta Was this translation helpful? Give feedback.
All reactions