Hi Adriano, On Thu, Oct 13, 2016 at 12:33:15 +0200, Adriano Todaro wrote: > [NULL @ 0x5590e4565b00] Unable to find a suitable output format for 'pipe:1' > pipe:1: Invalid argument [...] > Seemingly because ffmpeg can't guess the output format anymore.
Right, not from "pipe:". You'll have to tell it about the format you wish to use. > So the question is: how can crete a stream of jpeg images that I can send > through pipe:1? A series of images has the format "image2pipe". (I think documentation for that format is weak.) > I've tried to add something like "-f jpeg" but of course it didn't work. "-c:v mjpeg -f image2pipe pipe:1" should do the trick. Moritz _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".