Hi there! I need to capture video from a camera (macOS) and then pass it
through a file pipe to ffplay for displaying it. Can't figure out how to
specify ffmpeg's output pixel format. When passing -pix_fmt argb ffmpeg
says that the format is incompatible with the input device (?). I expect
ffmpeg to transcode whatever incoming pixel format is to the one I
specified so that I can have ffplay read from file pipe like this "ffplay
-f rawvideo -vcodec rawvideo -s 320x180 -i file_pipe".
Also, can ffmpeg write to a file pipe (not the pipe:
<http://ffmpeg.org/ffmpeg-protocols.html#pipe> functionality)?

Thanks!

-- 
Peter Gusev <https://www.linkedin.com/in/peter-gusev-8135441a/>
*[email protected] <[email protected]>*


*+1 213 587-27-48*


*Research Scholar @ REMAP UCLA <http://www.remap.ucla.edu/home/about>Video
streaming/ICN networks/Creative Coding/Interactive Media*
*dj peetonn <https://soundcloud.com/peter-gusev>*
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to