fredirty2017
fredirty2017

Reputation: 103

How to set H264 NVENC encoding parameters to output high-quality video stream?

Upvotes: 0

Views: 1831

Answers (1)

fredirty2017
fredirty2017

Reputation: 103

  • .\ffmpeg.exe -probesize 32768 -i "{rtmp_url}" -acodec copy -vcodec copy -f flv {local_file_path}
  • Save the live stream as a local file and then play, the picture effect is in line with expectations, which means that the picture may be blurred due to the player's own factors.

Upvotes: 0

Related Questions