2024-09-07, 07:23 PM
(This post was last modified: 2024-09-07, 07:39 PM by therealgamer9982. Edited 3 times in total.)
Ok and since im still pretty sucky at linux stuff, what does the binary file look like?
Update: Says dovi_tool not found even though I went into where I extracted dovi_tool into its folder and did cargo build --release, which did something, but apparently not enough and its giving me a broken pipe error
Update, to the Update: Using command /usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -loglevel error -stats -i "/path/to/your/DV_video.mkv" -dn -c:v copy -vbsf hevc_mp4toannexb -f hevc - | dovi_tool remove - -o "hdr10_video.hevc" I had to change it to: /usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -loglevel error -stats -i "/path/to/your/DV_video.mkv" -dn -c:v copy -vbsf hevc_mp4toannexb -f hevc - | ./dovi_tool remove - -o "hdr10_video.hevc"
Update: Says dovi_tool not found even though I went into where I extracted dovi_tool into its folder and did cargo build --release, which did something, but apparently not enough and its giving me a broken pipe error
Update, to the Update: Using command /usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -loglevel error -stats -i "/path/to/your/DV_video.mkv" -dn -c:v copy -vbsf hevc_mp4toannexb -f hevc - | dovi_tool remove - -o "hdr10_video.hevc" I had to change it to: /usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -loglevel error -stats -i "/path/to/your/DV_video.mkv" -dn -c:v copy -vbsf hevc_mp4toannexb -f hevc - | ./dovi_tool remove - -o "hdr10_video.hevc"