this would normally work with an ffmpeg command line :
Code: Select all
ffmpeg.exe -re -i <inputvideofile.mp4> -vf format=yuv420p,scale=-2:288 -c:v libvpx -quality realtime -b:v 300k -c:a libvorbis -b:a 64k -ar 44100 -g 1 -keyint_min 1 -f webm \\\\?\\pipe\\myffpipe
Code: Select all
ADD 1-1 STREAM \\\\?\\pipe\\myffpipe -vf format=yuv420p,scale=-2:288 -c:v libvpx -quality realtime -b:v 300k -c:a libvorbis -b:a 64k -ar 44100 -g 1 -keyint_min 1 -f webm
Code: Select all
Dynamic exception type: class boost::filesystem::filesystem_error
std::exception::what: boost::filesystem::remove: The parameter is incorrect: "\\?\pipe\ccgpreview"