[FFmpeg-user] Translating working command line to programmatic code
Roger Pack
rogerdpack2 at gmail.com
Wed Aug 8 17:52:30 CEST 2012
> Thanks for the response. I referenced the streaming guide while trying to get the command line working. As for v4l2, not sure, but at the moment I'm less concerned about the camera, and more concerned about trying to convert this command line:
>
> ffmpeg -i ~/SampleVideo.mp4 -re -r 24 -b:v 1000k -f flv rtmp://localhost/live/SAMPLE_STREAM
>
> into programmatic code.
http://ffmpeg.org/developer.html
and https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples
might help
More information about the ffmpeg-user
mailing list