2024-12-17, 03:55 PM
(This post was last modified: 2024-12-17, 05:00 PM by teddy101. Edited 1 time in total.)
Thanks for the answer
2024-12-17, 05:30 PM
> But, as I stated, DV5 is already highly compatible with most devices. HDR10 is NOT better than DV7 and DV8. But DV7 and DV8 have compatibility issues with some clients and THAT is the reason for this guide. HDR10 is highly compatible with many clients. But so is DV5.
Not quite. Most PCs are not compatible with DV P5 because that would require a dolby certified device. The one provided by mpv is not real DV P5 but more likely a tone mapped DV to HDR10 which does not use the real dolby vision tone mapping curves.
2024-12-17, 05:46 PM
> Converting DV5 to HDR10 is NOT a simple process as that would involve converting the color space from IPTPQc2 to BT2020. It would be slow and involve re-encoding.
It requires more than that because Dolby Vision Profile 5 is actually 12bit HDR which means merely doing the 10bit IPTPQc2 to BT2020-PQ conversion will not be enough and you would need to do reshaping using the dolby vision metadata to get correct color. This is currently implemented with our hardware tonemap filters when you specify transfer=smpte2084:matrix=bt2020:primaries=bt2020 . The software tonemapx filter currently cannot output smpte2084 transfers so you will need to use the hardware filter to do such conversion.
2024-12-18, 02:05 AM
(This post was last modified: 2024-12-18, 02:06 AM by lakinreid. Edited 1 time in total.)
(2024-12-17, 02:42 AM)theguymadmax Wrote:(2024-12-17, 02:17 AM)lakinreid Wrote: So I'm attempting to use the updated line of code, but can't seem to get it working.. Am I running the powershell window in the wrong place? This is my first time dealing with FFMPEG and very much a novice at command line prompts, so please excuse my ignorance.. Here are the results of my second attempt.. I feel like I'm missing something just very obvious.. also quick note for theDreadPirate, I was successful in updating my Jellyfin! Though I couldn't find where ffmpeg was located within Jellyfin, so I'm using the downloaded one in my argument.
2024-12-18, 02:21 AM
(2024-12-18, 02:05 AM)lakinreid Wrote:(2024-12-17, 02:42 AM)theguymadmax Wrote:(2024-12-17, 02:17 AM)lakinreid Wrote: So I'm attempting to use the updated line of code, but can't seem to get it working.. Am I running the powershell window in the wrong place? This is my first time dealing with FFMPEG and very much a novice at command line prompts, so please excuse my ignorance.. So in my example I told you to enter this command Code: .\ffmpeg.exe -y -hide_banner -stats ...... Code: "c:\full_path_to\ffmpeg.exe" -y -hide_banner -stats ...... Do you see the difference?
2024-12-18, 05:20 AM
(2024-12-18, 02:21 AM)theguymadmax Wrote:(2024-12-18, 02:05 AM)lakinreid Wrote:(2024-12-17, 02:42 AM)theguymadmax Wrote:(2024-12-17, 02:17 AM)lakinreid Wrote: So I'm attempting to use the updated line of code, but can't seem to get it working.. Am I running the powershell window in the wrong place? This is my first time dealing with FFMPEG and very much a novice at command line prompts, so please excuse my ignorance.. Hell yes, finally got it. thank you very much!! Just out of curiosity, what does ".\" do? Just automatically finds where ffmpeg.exe is located?
2024-12-18, 01:46 PM
.\ tells Windows to execute the file.
2024-12-18, 06:03 PM
I tried using the updated command in the first post of this thread, but I am in the Exec Console of a Jellyfin Container in Portainer on a Terramaster F4-423 NAS and I get the below error.
Code: [out#0/matroska @ 0x560aec387200] Error opening output /movies/XXXXTest/hdr10_video.mkv: Read-only file system I tried logging in as root and then the PUID:GUID, but the same thing. How can I get this to work?
2024-12-18, 10:00 PM
(2024-08-06, 09:25 PM)TheDreadPirate Wrote: ****This guide has been updated**** This script worked great in Jellyfin 10.10.3 that I have in a Portainer Container on a Terramaster F4-423 NAS. I used the Exec Console of the Container to run the script and did some moving around in the host directories to get the updated MKV in the right folder for Radarr and Jellyfin. Thanks. Is there any way to make a plugin for Jellyfin or some other automation to make this simpler to do for us newbies?
2024-12-18, 11:24 PM
(This post was last modified: 2024-12-18, 11:27 PM by TheDreadPirate.)
Someone probably could make a plugin to do this, but I don't like the idea of Jellyfin modifying my files automatically. This is not something that can be done on the fly either.
(2024-12-18, 06:03 PM)fcs001fcs Wrote: I tried using the updated command in the first post of this thread, but I am in the Exec Console of a Jellyfin Container in Portainer on a Terramaster F4-423 NAS and I get the below error. I moved this post from the other thread. Are you still having issues? I'm assuming you figured out that you needed to write to a directory that wasn't read-only to the container. |
|
|