[FFmpeg-user] Possible to use named pipe between ffmpeg and ffplay on Windows?

Maxim Kozlov rogat1y at gmail.com
Tue Jun 4 22:06:03 CEST 2013


My bad in command line.
Try this:

ffmpeg -f dshow -rtbufsize 1000000k -s 1280x720 -r 30 -i video="Logicool HD
Webcam C310" -an -c:v libx264 -q 0 -f h264 - | ffmpeg -f h264 -i - -an -c:v
copy -f mp4 file.mp4 -an -c:v copy -f h264 pipe:play | ffplay -i pipe:play


More information about the ffmpeg-user mailing list