Default Audio Settings Issue

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
Post Reply
fe0109
Posts: 17
Joined: Fri Oct 21, 2016 3:20 pm

Default Audio Settings Issue

Post by fe0109 »

Hello,

ich have the problem that the default audio settings dont work properly.

I have choosen "First Matching Selected Language" but the fist audio-stream is alwasy selected seven times.

Unfortunately i can't add screenshots here.

Does anybody knows this problem and knows what to do to solve it?

Thanks in advanve!
Woodstock
Veteran User
Posts: 4619
Joined: Tue Aug 27, 2013 6:39 am

Re: Default Audio Settings Issue

Post by Woodstock »

How are you setting the defaults? Are you saving the preset after making the changes?

Defaults set only become defaults after they are saved to a preset, and that preset is loaded.

If you've done that, can you export the preset in question, and post that file?
fe0109
Posts: 17
Joined: Fri Oct 21, 2016 3:20 pm

Re: Default Audio Settings Issue

Post by fe0109 »

Hello,

thank for your response!

Yes, i have saved the profile with the default as new user profile.

I have now created a new profile: loaded the regular "Normal" profile, made my adjustments (inclusive the audio default settings) and saved the profile as a new user profile. The fist audio-stream is now not added seven times, but two times, the second audio-stream is added one time again correctly. Also the codec settings are for all added audio-streams false again (i have forgotton this in my first post). I have set passthrough for mp3, AAC, AC3 and DTS, but AAC-codes is selected for all added AC3-audio-streams, instead of passthrough.

Here is the exportet new profile:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist>
  <array>
    <dict>
      <key>AudioList</key>
      <array>
        <dict>
          <key>AudioBitrate</key>
          <string>160</string>
          <key>AudioEncoder</key>
          <string>AAC (avcodec)</string>
          <key>AudioMixdown</key>
          <string>Dolby Pro Logic II</string>
          <key>AudioSamplerate</key>
          <string>Auto</string>
          <key>AudioTrack</key>
          <integer>1</integer>
          <key>AudioTrackDRCSlider</key>
          <real>0</real>
          <key>AudioTrackDescription</key>
          <string>Unknown</string>
          <key>AudioTrackGainSlider</key>
          <real>0</real>
        </dict>
        <dict>
          <key>AudioBitrate</key>
          <string>160</string>
          <key>AudioEncoder</key>
          <string>AAC (avcodec)</string>
          <key>AudioMixdown</key>
          <string>Dolby Pro Logic II</string>
          <key>AudioSamplerate</key>
          <string>48</string>
          <key>AudioTrack</key>
          <integer>2</integer>
          <key>AudioTrackDRCSlider</key>
          <real>0</real>
          <key>AudioTrackDescription</key>
          <string>Unknown</string>
          <key>AudioTrackGainSlider</key>
          <real>0</real>
        </dict>
      </array>
      <key>AudioAllowAACPass</key>
      <true />
      <key>AudioAllowAC3Pass</key>
      <true />
      <key>AudioAllowDTSHDPass</key>
      <false />
      <key>AudioAllowDTSPass</key>
      <true />
      <key>AudioAllowMP3Pass</key>
      <true />
      <key>AudioEncoderFallback</key>
      <string>AC3</string>
      <key>ChapterMarkers</key>
      <true />
      <key>Default</key>
      <integer>0</integer>
      <key>FileFormat</key>
      <string>MP4 file</string>
      <key>Folder</key>
      <false />
      <key>Mp4HttpOptimize</key>
      <integer>0</integer>
      <key>Mp4iPodCompatible</key>
      <integer>0</integer>
      <key>PictureAutoCrop</key>
      <integer>1</integer>
      <key>PictureDeblock</key>
      <integer>4</integer>
      <key>PictureDecombDeinterlace</key>
      <false />
      <key>PictureDecombCustom</key>
      <string />
      <key>PictureDecomb</key>
      <integer>0</integer>
      <key>PictureDeinterlaceCustom</key>
      <string />
      <key>PictureDeinterlace</key>
      <integer>0</integer>
      <key>PictureDenoiseFilter</key>
      <string>off</string>
      <key>PictureDenoiseCustom</key>
      <string />
      <key>PictureDenoisePreset</key>
      <string>weak</string>
      <key>PictureDetelecine</key>
      <integer>0</integer>
      <key>PictureDetelecineCustom</key>
      <string />
      <key>PictureHeight</key>
      <integer>1080</integer>
      <key>PictureKeepRatio</key>
      <integer>0</integer>
      <key>PictureModulus</key>
      <integer>2</integer>
      <key>PicturePAR</key>
      <integer>1</integer>
      <key>PictureLeftCrop</key>
      <integer>0</integer>
      <key>PictureRightCrop</key>
      <integer>46</integer>
      <key>PictureTopCrop</key>
      <integer>140</integer>
      <key>PictureBottomCrop</key>
      <integer>140</integer>
      <key>PictureWidth</key>
      <integer>1920</integer>
      <key>PresetBuildNumber</key>
      <string>2016021100</string>
      <key>PresetDescription</key>
      <string>No Description</string>
      <key>PresetName</key>
      <string>1</string>
      <key>Type</key>
      <integer>1</integer>
      <key>UsesMaxPictureSettings</key>
      <integer>1</integer>
      <key>UsesPictureFilters</key>
      <integer>1</integer>
      <key>UsesPictureSettings</key>
      <integer>1</integer>
      <key>VideoAvgBitrate</key>
      <string />
      <key>VideoEncoder</key>
      <string>H.264 (x264)</string>
      <key>VideoFramerate</key>
      <string>Same as source</string>
      <key>VideoFramerateMode</key>
      <string>vfr</string>
      <key>VideoGrayScale</key>
      <false />
      <key>VideoQualitySlider</key>
      <real>20</real>
      <key>h264Level</key>
      <string>4.0</string>
      <key>x264OptionExtra</key>
      <string />
      <key>x264Preset</key>
      <string>slow</string>
      <key>h264Profile</key>
      <string>main</string>
      <key>x264Tune</key>
      <string>film</string>
      <key>x264UseAdvancedOptions</key>
      <integer>0</integer>
      <key>h265Profile</key>
      <string>none</string>
      <key>x265Preset</key>
      <string>veryfast</string>
      <key>x265Tune</key>
      <string>none</string>
      <key>VideoQualityType</key>
      <integer>2</integer>
      <key>VideoTargetSize</key>
      <string />
      <key>VideoTurboTwoPass</key>
      <integer>0</integer>
      <key>VideoTwoPass</key>
      <integer>0</integer>
      <key>x264Option</key>
      <string />
    </dict>
  </array>
</plist>
fe0109
Posts: 17
Joined: Fri Oct 21, 2016 3:20 pm

Re: Default Audio Settings Issue

Post by fe0109 »

Woodstock wrote:If you've done that, can you export the preset in question, and post that file?
Hello, have i exported and posted it in the right form?
Woodstock
Veteran User
Posts: 4619
Joined: Tue Aug 27, 2013 6:39 am

Re: Default Audio Settings Issue

Post by Woodstock »

Yes, that is the correct form. Now we need someone who knows more than me to see if there is a problem in the preset.
fe0109
Posts: 17
Joined: Fri Oct 21, 2016 3:20 pm

Re: Default Audio Settings Issue

Post by fe0109 »

Ok, thanks! :)
Post Reply