Update FFmpeg parameters

Issue #508 resolved
Petr Nejedly repo owner created an issue

Deprecated params: * rtsp ?tcp * vcodec, acodec, map, bitrate * replace sameq with qscale 1 * replace async with asyncts http://ffmpeg.org/ffmpeg.html#asyncts * check user-agent http://ffmpeg.org/trac/ffmpeg/ticket/1291

Comments (8)

  1. Former user Account Deleted

    Using version 1.0,1, I see that ffmpeg is still invoked with -sameq. In a newer ffmpeg version, that argument is not working anymore, and will fail ffmpeg execution.

    Instead, use -q:a 1 and -q:v 1. Don't use -qscale, that won't work either.

  2. Log in to comment