FFmpegRecorder icon indicating copy to clipboard operation
FFmpegRecorder copied to clipboard

FFmpegRecorder using TimeLabs set tempo and setpts

Open sureapps opened this issue 5 years ago • 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

sureapps avatar Jun 19 '20 09:06 sureapps

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.

CrazyOrr avatar Jul 10 '20 13:07 CrazyOrr