Search found 2 matches
- 2019-02-01T08:01:21-07:00
- Forum: Users
- Topic: pipe ffmpeg output to magick
- Replies: 3
- Views: 5737
Re: pipe ffmpeg output to magick
The suggested code only pipes the first image. I need to pipe all images in order to compute the mean.
- 2019-01-25T08:41:42-07:00
- Forum: Users
- Topic: pipe ffmpeg output to magick
- Replies: 3
- Views: 5737
pipe ffmpeg output to magick
Is there a way to pipe output files from FFPEG directly into MAGICK CONVERT?
I want to take the output frames then average them without making hundreds of intermediate files.
(working on a PC)
This example fails ERROR MESSAGE: Unable to find a suitable output format for 'pipe:1'
ffmpeg -i MDI_3434 ...
I want to take the output frames then average them without making hundreds of intermediate files.
(working on a PC)
This example fails ERROR MESSAGE: Unable to find a suitable output format for 'pipe:1'
ffmpeg -i MDI_3434 ...