CrazyOrr/FFmpegRecorder

FFmpegRecorder using TimeLabs set tempo and setpts

sureapps opened this issue · 1 comments

Like i have need to 2x , 3x, 4x or 0.5x video recording in my project so can you help me how to possible using your library.

Thank you

FIrst, you need to find out how to do this using FFmpeg command line tools like this.
Then, you can try using FFmpegFrameFilter like this to pass in the same options and parameters as in command line tools to see if it works out.