Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Apr 2024
Posts: 501
|
About HDR to SDR Quality, part 2
I want to use this script in this page for my 4K HDR video to convert to 4K SDR, but I need to make some adjustments in order for it to work. What should I change in this script?
https://forum.doom9.org/showthread.p...87#post2013487 |
|
|
|
|
|
#2 | Link |
|
ffx264/ffhevc author
![]() Join Date: May 2007
Location: /dev/video0
Posts: 2,034
|
The [...] part?
__________________
The Cyberpunk Database || NTP & NTS Time Server || Mirror Services ffhevc || ffx264 || ffxvid |
|
|
|
|
|
#3 | Link | |
|
Donor
![]() Join Date: Jun 2024
Location: South Africa
Posts: 671
|
Quote:
Code:
-preset slower -crf 18 |
|
|
|
|
|
|
#4 | Link | |
|
Registered User
Join Date: Apr 2024
Posts: 501
|
Quote:
Code:
[in#0 @ 0000015629f978c0] Error opening input: No such file or directory Error opening input file INPUT. Error opening input files: No such file or directory |
|
|
|
|
|
|
#6 | Link | |
|
Registered User
Join Date: Apr 2024
Posts: 501
|
Quote:
Code:
[AVFormatContext @ 000002665c9eec00] Unable to choose an output format for 'crop=1920:804:0:138:exact=true,sidedata=delete'; use a standard extension for the filename or specify the format manually. [out#0 @ 000002665c9eb840] Error initializing the muxer for crop=1920:804:0:138:exact=true,sidedata=delete: Invalid argument Error opening output file crop=1920:804:0:138:exact=true,sidedata=delete. Error opening output files: Invalid argument |
|
|
|
|
|
|
#7 | Link |
|
Donor
![]() Join Date: Jun 2024
Location: South Africa
Posts: 671
|
The entire command should be on one line; I separated it, in that previous post, for clarity. Then, make sure that each comma is touching the previous filter: no spaces. To use spaces, enclose the -vf in double quotes:
Code:
-vf "filter1, filter2, filter3" Last edited by GeoffreyA; 16th May 2025 at 11:58. |
|
|
|
|
|
#8 | Link |
|
ffx264/ffhevc author
![]() Join Date: May 2007
Location: /dev/video0
Posts: 2,034
|
Did you add -vf before the filter chain?
__________________
The Cyberpunk Database || NTP & NTS Time Server || Mirror Services ffhevc || ffx264 || ffxvid |
|
|
|
![]() |
| Tags |
| hdr to sdr |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|