Created
August 12, 2013 19:36
-
-
Save danzeeeman/6214320 to your computer and use it in GitHub Desktop.
ffmpeg Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** THIS PROGRAM IS DEPRECATED *** | |
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead. | |
[rawvideo @ 0x1b28440] Estimating duration from bitrate, this may be inaccurate | |
Input #0, rawvideo, from '/home/pi/openFrameworks/apps/myApps/omxCameraApp/bin/data/ofxvrpipe0': | |
Duration: N/A, bitrate: N/A | |
Stream #0.0: Video: rawvideo, rgb24, 1280x720, 30 tbr, 30 tbn, 30 tbc | |
Incompatible pixel format 'rgb24' for codec 'mpeg4', auto-selecting format 'yuv420p' | |
[buffer @ 0x1b28e20] w:1280 h:720 pixfmt:rgb24 | |
[avsink @ 0x1b289a0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out' | |
[scale @ 0x1b323a0] w:1280 h:720 fmt:rgb24 -> w:1280 h:720 fmt:yuv420p flags:0x4 | |
Output #0, mov, to '/home/pi/openFrameworks/apps/myApps/omxCameraApp/bin/data/testMovie2013-08-12-19-35-00-065.mov': | |
Metadata: | |
encoder : Lavf53.21.1 | |
Stream #0.0: Video: mpeg4, yuv420p, 1280x720, q=2-31, 800 kb/s, 30 tbn, 30 tbc | |
Stream mapping: | |
Stream #0.0 -> #0.0 | |
Press ctrl-c to stop encoding | |
frame= 0 fps= 0 q=0.0 Lsize= 0kB time=10000000000.00 bitrate= 0.0kbits/s |
Yes, ofxVideoRecorder is basically an API to interface with ffmpeg via fifo pipes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is this a pipe to ffmpeg?