2024-08-17, 03:47 PM
(This post was last modified: 2024-08-17, 04:07 PM by theguymadmax. Edited 1 time in total.)
The command for windows will be a little different. In the start menu type PowerShell and open up that app. Then run the command below as an example.
Something like this. Chane your username, paths, and file names accordingly.
Code:
& "C:\Program Files\Jellyfin\Server\ffmpeg.exe" -i "path\original input file.mkv" -map 0 -c copy "path\ new output file.mkv"
Something like this. Chane your username, paths, and file names accordingly.
Code:
& "C:\Program Files\Jellyfin\Server\ffmpeg.exe" -i "C:\data\shows\Fullmetal (2003)\ Alchemist Fullmetal Alchemist (2003) - S01E01 - (1) - Those Who Challenge the Sun (1080p Bluray x265 ImE).mkv" -map 0 -c copy "C:\Users\larkhillv\Desktop\ Fullmetal Alchemist (2003) - S01E01 - (1) - Those Who Challenge the Sun (1080p Bluray x265 ImE).mkv"