[FFmpeg-user] Feeding FFMPEG from buffer in c code RAW H264 to MP4 wrapping, or named fifo?

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue May 9 16:19:28 EEST 2017


2017-05-08 23:47 GMT+02:00 abraxas1 <abraxas1 at gmail.com>:

> char* execargs[ {PATH_TO_FFMPEG,"-re","-y","-framerate","30",
> "-f","h264","-video_size","1920x1080","-i",
> g_fifname,"-c:v","copy","-an",pathname, (char*)0};

Test the command from the shell, remove the useless options
like "f", "framerate" and "video_size" and if it doesn't work,
provide the complete, uncut console output.

Carl Eugen


More information about the ffmpeg-user mailing list