View Single Post
Old 29th January 2022, 01:12   #31134  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
Quote:
Originally Posted by Mark_Venture View Post
What does it do if there are multiple audio streams included in the file? Should it keep them all?

Under special processing -> language selection... all are selected, and the boxes for limit 1 are unselected, and appears to be set "keep all" for audio in the ini

NVENCCRE.INI
Code:
[Options]
VIDEO_CODEC=1
AUDIO_CODEC=0
VIDEO_MODE=2
AUDIO_TO_KEEP=all
SUBS_TO_KEEP=all
AUDIO_TRACK_LIMIT=0
SUBTITLE_TRACK_LIMIT=0
NVENC_CAPABLE=1
USE_EXTERNAL_SUBS=1
HEVC_Q_VALUES=32,30,21
[Paths]
WorkingPath=I:\BD-WORK\
Sounds like it should keep them all. I'll look at the code and do some testing.

[Edit] Ok. I see the issue. Somehow I managed to not include a check for "all" in the audio language check. Duh...
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 30th January 2022 at 00:44.
jdobbs is offline   Reply With Quote