Hi Carl, Thanks for directing me to the libav-user mail list.
I would, however want to start and use the ffmpeg executable from within my program (in a process) and open the pipe programmatically, like in the brief stackoverflow example mentioned in my first post. This to avoid getting to deep into the ffmpeg code, as I believe that may be a larger project. Thanks, -tk -----Original Message----- From: ffmpeg-user [mailto:[email protected]] On Behalf Of Carl Eugen Hoyos Sent: Tuesday, October 01, 2019 9:47 AM To: FFmpeg user questions <[email protected]> Subject: Re: [FFmpeg-user] Piping example? Am Di., 1. Okt. 2019 um 18:41 Uhr schrieb Totte Karlsson <[email protected]>: > I'm having an application that generates device dependent bitmaps that > are combined using ffmpeg into an avi file by giving ffmpeg a folder > of them written to file. > > I would like to use a pipe and stream the frames directly to ffmpeg > for avi creation (possibly using compression) but can't find many > examples of how to do the piping part. > > The code is running on Windows and everything is written in C++. Consider posting on libav-user: https://ffmpeg.org/contact.html#MailingLists Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
