Skip to content

Instantly share code, notes, and snippets.

@danzeeeman
Created August 12, 2013 19:36
Show Gist options
  • Save danzeeeman/6214320 to your computer and use it in GitHub Desktop.
Save danzeeeman/6214320 to your computer and use it in GitHub Desktop.
ffmpeg Raspberry Pi
*** 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
@jvcleave
Copy link

is this a pipe to ffmpeg?

@timscaffidi
Copy link

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