> Suffice to say, I'm trying to record video from a pi and send the video
> through to a tablet for later playback.
>

I did not read the full text attentively, but do you know that you can
probably do this without encoding a second time with ffmpeg?
The raspivid utility has options to resize and choose the framerate (that
you seem to try to change) and uses the hardware encoder to output directly
in h264 in real time.
You can get a file as you do, but some people also use gstreamer to stream
the video to the phone/tablet which might be useful depending on what you
want to do ultimately.

JackDesBwa
_______________________________________________
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".

Reply via email to