cdgriffith / cdgriffith/FastFlix

[ Feature Request ] Maximum bitrate and sound volume

Open
#762 0 comments 0 reactions 0 assignees View on GitHub
feature request
Dominant language
Python
Stars
1.6k
Forks
77
PR merge metrics
No merged PRs in 30d

Description

If not using an maximum bitrate value will be used an automatic value.
Nvencc use --max-bitrate --vbv-bufsize to select an maximum bitrate value.
FastFlix has the options maxrate and bufsize, but need both value enabled to work.
Using only an value in --max-bitrate does --vbv-bufsize auto too being more simple.
Is possible select a sound volume value using the nvencc command
for track 1
--audio-filter volume=4dB
for track 2
--audio-filter 2?volume=4dB

lowering the volume
--audio-filter volume=-4dB

both settings will be good to be added in FastFlix.
Have a nice week.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing FastFlix’s existing maxrate and bufsize options into the NVEncC command; the issue says both currently need values. Then inspect how per-track --audio-filter arguments are assembled. Done means users can set a maximum bitrate with automatic buffer sizing and adjust volume independently for each audio track.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.