[FFmpeg-user] ffmpeg on low power hardware

John Saturday stozher at gmail.com
Tue Feb 21 21:51:22 CET 2012


> Is there a way to download RTSP streams on a very low power
> machine and how to prevent such problems?

Just use "copy":

ffmpeg -i rtsp://... -f mpegts -c copy output.mpeg.ts

older variant of options is a: -vcodec copy -acodec copy -scodec copy


More information about the ffmpeg-user mailing list