Opened 2 years ago

Closed 20 months ago

Last modified 20 months ago

#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 Elon Musk, 20 months ago

Resolution: fixed
Status: newclosed

comment:2 by Carl Eugen Hoyos, 20 months ago

Component: undeterminedavcodec
Keywords: xwd added
Priority: normalwish
Type: defectenhancement
Note: See TracTickets for help on using tickets.