[FFmpeg-trac] #5229(undetermined:new): movie filter does not accept pipe protocol as input
FFmpeg
trac at avcodec.org
Thu Feb 11 09:42:39 CET 2016
#5229: movie filter does not accept pipe protocol as input
-------------------------------------+-------------------------------------
Reporter: dericed | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: git-master | undetermined
Keywords: movie, pipe | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by richardpl):
It does work here:
ffmpeg -f lavfi -i mandelbrot -c copy -f nut - | ffmpeg -f lavfi -i
"movie=pipe\\\:0" -f nut -c:v rawvideo - | mpv -
You need to escape ':'.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/5229#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list