Hey girls and boys.
I have 4k HDR files and trying to convert them to x265 1080p without success. I also want keep to HDR metadata.
I'm using latest Megui and try to loading them but giving me this error:
Btw I have instaled latest ffms2 and AVS+FFVideoSource: No suitable output format found
+ Reply to Thread
Results 1 to 9 of 9
-
-
Thanks for really quick response.
Here's mediaInfo log (video part):
Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Commercial name : HDR10
Format profile : Main 10@L5.1@High
Codec ID : V_MPEGH/ISO/HEVC
Duration : 1 h 57 min
Bit rate : 50.0 Mb/s
Width : 3 840 pixels
Height : 2 160 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0 (Type 2)
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.251
Stream size : 41.0 GiB (90%)
Writing library : ATEME Titan File 3.8.3 (4.8.3.0)
Default : Yes
Forced : No
Color range : Limited
Color primaries : BT.2020
Transfer characteristics : PQ
Matrix coefficients : BT.2020 non-constant
Mastering display color primaries : Display P3
Mastering display luminance : min: 0.0050 cd/m2, max: 4000 cd/m2
Maximum Content Light Level : 1655 cd/m2
Maximum Frame-Average Light Level : 117 cd/m2 -
I'd suggest ffmpeg. Don't know, what you want to do with the audio. So, I assume, you will simply copy it:
Code:ffmpeg -i video.mkv -pix_fmt yuv420p10le -map 0:v:0 -map 0:a:0 -aspect 16:9 -vf scale=1920:1080 -c:v libx265 -tag:v hvc1 -preset:v fast -x265-params "colorprim=bt2020:transfer=smpte2084:colormatrix=bt2020nc:master-display=G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(40000000,50):max-cll=1655,117" -crf 18 -c:a copy -y video-1080.mkv
Last edited by fornit; 19th Aug 2018 at 19:06.
-
Never reduce the MediaInfo log to just the video part.
Ok, so it's 10 bit 4:2:0. Are you sure it is using AviSynth+? In MeGUI's settings activate "Always use included AviSynth" and set Auto Update to use the development update server. Run MeGUI's update and make sure AviSynth portable and ffms are up-to-date.
To check AviSynth version create a simple script and view it:
Code:Version()
Last edited by sneaker; 20th Aug 2018 at 05:27.
-
I try many thing but no success yet.
I reinstalled Avisynth 2.6 and installed Avisynth+ before and shown Avisynth+ with Version() .
I do everything to Megui like you said but it gives me this error:
----[Error] AviSynth Status: inactive - portable AviSynth build cannot be used. The loaded DLL is: d:\programlar\encoding\megui-2836-64\avisynth.dll
---[Error] AviSynth: not found
-"there is no function named FFVideoSource"
-"Cannot load 32bit DLL in 64bit AviSynth "
And similar errors when I try with Staxrip.
I really thank you both. -
Similar Threads
-
which format is most suitable for network streaming
By manit123 in forum Newbie / General discussionsReplies: 5Last Post: 24th Aug 2017, 01:28 -
Best output format in pinnacle studio
By wellerus in forum Newbie / General discussionsReplies: 2Last Post: 2nd Oct 2016, 17:45 -
Difficulty with format of a found file.
By M. le Belfrey in forum Video ConversionReplies: 5Last Post: 10th Nov 2015, 06:18 -
ffmpeg "unsuitable output format" error
By arthurm in forum Video ConversionReplies: 10Last Post: 17th Sep 2015, 10:04 -
Avidemus 2.6.6: output format mpeg-PS-Muxer, What is "Configure: free" for?
By MovingParts in forum EditingReplies: 1Last Post: 8th Jun 2015, 10:42