[FFmpeg-trac] #8713(undetermined:closed): NVenc encodes broken? Now treble file size for exactly same commandline
FFmpeg
trac at avcodec.org
Sat Jun 6 17:54:05 EEST 2020
#8713: NVenc encodes broken? Now treble file size for exactly same commandline
-------------------------------------+-------------------------------------
Reporter: hydra3333 | Owner:
Type: defect | Status: closed
Priority: normal | Component:
| undetermined
Version: git-master | Resolution: invalid
Keywords: nvenc | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by oromit):
* status: new => closed
* resolution: => invalid
Comment:
Before those fixes, you could literally change the -cq value from 30 to
10, and not get any difference in file size and quality, because the
default bitrate capped it down to a quality even worse than 30.
So that behavior clearly was broken and did not work in any useful
fashion.
Instead of experimenting with maxrate, you should experiment with the cq
value itself, which now correctly works as intended.
Obviously, if you have a strict maxrate requirement, you can set that. But
if you want vbr with a target quality in mind, there is no need for a
maxrate.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8713#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list