2023-09-02, 02:58 PM
After a journey trough various iterations of using tools I finally found a solution based on the thread here:
https://forum.doom9.org/showthread.php?t=183479&page=1
The tools are awesome, I personally only needed (as bitmap posted correctly) the MKV to MP4 conversion.
Although I am not an ffmpeg expert I needed to modify the call from nyanmisaka a bit as it was not working.
What did work for me is this:
sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -y -strict -2 -i input.mkv -map 0:v? -map 0:a? -map 0:s? -dn -map_chapters -1 -c:v copy -c:a copy -c:s mov_text -strict -2 output.mp4
Now I finally can enjoy Profile 5 DV content without the green and purple tinting
https://forum.doom9.org/showthread.php?t=183479&page=1
The tools are awesome, I personally only needed (as bitmap posted correctly) the MKV to MP4 conversion.
Although I am not an ffmpeg expert I needed to modify the call from nyanmisaka a bit as it was not working.
What did work for me is this:
sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -y -strict -2 -i input.mkv -map 0:v? -map 0:a? -map 0:s? -dn -map_chapters -1 -c:v copy -c:a copy -c:s mov_text -strict -2 output.mp4
Now I finally can enjoy Profile 5 DV content without the green and purple tinting
![Smiling-face Smiling-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/smiling-face.png)