2024-08-29, 07:25 AM
(This post was last modified: 2024-08-29, 07:27 AM by NeoCortex. Edited 2 times in total.)
Thanks to everyone who had taken time to look into this. What a great community!
I will try to transcode the audio in the file with your command:
Just as information for anyone stumbling upon this, how this file was created.
The Source is a DVD I have. With makemkv i ripped it to my pc and used vlc-mediaplayer to convert it to mp4.
In VLC I just simply used one of the presets that gave me mp4 video with mp3 audio.
I will try to use AAC audio next time.
To be honest I don't know much about codecs, the difference between a codec and a container etc...
I will try to transcode the audio in the file with your command:
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -i path/to/input.mp4 -map 0:v -c:v copy -map 0:a -c:a aac /path/to/output.mp4
Just as information for anyone stumbling upon this, how this file was created.
The Source is a DVD I have. With makemkv i ripped it to my pc and used vlc-mediaplayer to convert it to mp4.
In VLC I just simply used one of the presets that gave me mp4 video with mp3 audio.
I will try to use AAC audio next time.
To be honest I don't know much about codecs, the difference between a codec and a container etc...