android-transcoder
android-transcoder copied to clipboard
Specified frame rate ignored
trafficstars
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?