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
When you specify a frame rate in e.g: Android720pFormatStrategy line 73, it seems to be ignored. If the input video is 60 fps, and we leave the above line specifying an output at 30 fps, the output file with still have 60 fps.
I assume this is because (as you have stated in many other questions) this library does not support video manipulation, just transcoding. Is that right?
When you specify a frame rate in e.g: Android720pFormatStrategy line 73, it seems to be ignored. If the input video is 60 fps, and we leave the above line specifying an output at 30 fps, the output file with still have 60 fps.
I assume this is because (as you have stated in many other questions) this library does not support video manipulation, just transcoding. Is that right?
This question on StackOverflow seems to be a user coming across the same problem.
Do you have any tips for someone trying modify your library to increase or decrease a video frame rate?
The text was updated successfully, but these errors were encountered: