how to use ffmpeg command?
lumixraku opened this issue ยท 1 comments
I've edit my clips and prepare to export, but crashed a lot of times. When I start game again I lost all the postion keyframes and time keyframes. I want to try ffmpeg command to export video file. I wonder what is the input file for ffmpeg command?
ffmpeg -y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%-an -c:v libx264 -preset ultrafast -pix_fmt yuv420p "%FILENAME%"
I'm really confused about this "-i - %FILTERS%". What is the input file for ffmpeg? I've read the log, and found the input source is 'pipe'.
Please go to the ReplayMod Forums and create a proper bug report.