You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm new to ffmpeg and I have a silly question.
I need to read mp4 video and rewrite frames pts data.
Is there any way to achieve it with your lib?
I came with one solution, but it's not good:
I may read frames, save it as png and then write a new mp4 from my png with any settings I want.
Is there another way, which is more elegant?
The text was updated successfully, but these errors were encountered:
Hello, I'm new to ffmpeg and I have a silly question.
I need to read mp4 video and rewrite frames pts data.
Is there any way to achieve it with your lib?
I came with one solution, but it's not good:
I may read frames, save it as png and then write a new mp4 from my png with any settings I want.
Is there another way, which is more elegant?
The text was updated successfully, but these errors were encountered: