#9714 closed enhancement (fixed)
Unable to process 'xwd_pipe'
Reported by: | Aleksey Blinov | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | git-master | Keywords: | xwd |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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
Change History (2)
comment:1 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 2 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | xwd added |
Priority: | normal → wish |
Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.
Fixed in 79dcee34dddf7c82d2e865f07b7b9887d3fb16a3