mdhiggins / sickbeard_mp4_automator

Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
MIT License
1.52k stars 201 forks source link

Duplicated audio #1679

Closed andrerxavier closed 1 year ago

andrerxavier commented 1 year ago

Describe the bug I'm using Automator and the transcoding occurs but ends up duplicating the audio, my interest is to keep one audio in pt-br and the second original, I've changed the settings in several ways, but the audio is always duplicated. The same goes for subtitles.

autoProcess.ini settings autoprocess.ini

Log files sma.log mediainfo - movie

FFMpeg headers fmpeg version N-112163-g5d98259841 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.2) configuration: --enable-nonfree --enable-cuda-nvcc --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64 libavutil 58. 25.100 / 58. 25.100 libavcodec 60. 27.100 / 60. 27.100 libavformat 60. 13.100 / 60. 13.100 libavdevice 60. 2.101 / 60. 2.101 libavfilter 9. 11.100 / 9. 11.100 libswscale 7. 3.100 / 7. 3.100 libswresample 4. 11.100 / 4. 11.100

System Information

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

Issues posted without any logs or autoProcess settings will be closed

mdhiggins commented 1 year ago

You just need to disable universal audio which is designed to create these duplicate tracks

https://github.com/mdhiggins/sickbeard_mp4_automator/wiki/AutoProcess-Settings#universal-audio

Approved audio codecs. Codecs not on this list are converted to the first codec on the list. Leave blank to disable universal audio

andrerxavier commented 1 year ago

Thank You @mdhiggins