#9715: Unable to process 'xwd_pipe'
-------------------------------------+-------------------------------------
Reporter: Aleksey | Type: defect
Blinov |
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
I'm trying to create a video from the sequence of xwd images.
The command fails with this error: "pipe:: Invalid Argument"
{{{
% cat frame1.xwd frame2.xwd frame3.xwd | ffmpeg -f xwd_pipe -s:v 1916x2116
-vcodec xwd -pix_fmt bgra -r 3 -i - -c:v libx264 -y output.mp4
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9715>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".