-
Notifications
You must be signed in to change notification settings - Fork 427
audio / video frame samples/pts #2046
Unanswered
Ahmedr-augustus
asked this question in
1. Help
-
i have an output container that takes video frame inputs and audio frames as input to create a ffmpeg stream
the problem is with calculating the samples/pts (not sampling rate but audio sample size)
is there a way i can send audio and video frames without calculating it (the inputs might vary depending on the video im streaming) so i cant fix something
i try frame.pts=None
but it results in the stream timestamps getting messed up and my stream end up having 1000+hrs on vlc
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment