View Single Post
Old 3rd March 2019, 15:25   #6792  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,821
Zather,
a couple of Bluray encoding issues....

When using Blu-ray as the target playback device, MeGUI won't allow a 720x480 video to be encoded as progressive, even with --fake-interlaced enabled. I tried enabling it via the GUI and adding it to the custom command line. It seems that it should be compliant though.
http://www.chaneru.com/Roku/HLS/X264...ake-interlaced

Quote:
--[Information] [04/03/19 12:58:28 AM] resolution: 720x480
--[Information] [04/03/19 12:58:28 AM] frame rate: 30000/1001
--[Information] [04/03/19 12:58:28 AM] frames: 1213
--[Information] [04/03/19 12:58:28 AM] length: 00:00:40.474
--[Information] [04/03/19 12:58:28 AM] aspect ratio: 15:11 (1.364)
--[Information] [04/03/19 12:58:28 AM] color space: YV12
--[Information] [04/03/19 12:58:28 AM] target device selected: Blu-ray
--[Information] [04/03/19 12:58:28 AM] custom command line: --fake-interlaced
--[Information] [04/03/19 12:58:28 AM] changing --keyint to 30 as required for the selected device
--[Warning] [04/03/19 12:58:28 AM] the selected device does not support progressive encoding of 30000/1001 fps. changing interlaced mode to tff.
--[Information] [04/03/19 12:58:28 AM] Job command line: "C:\Program Files\MeGUI\tools\x264\x264.exe" --level 4.1 --bluray-compat --keyint 30 --open-gop --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --tff --colorprim smpte170m --transfer smpte170m --colormatrix smpte170m --sar 10:11 --frames 1213 --output "D:\sample 1.264" "D:\sample 1.avs"
--[Information] [04/03/19 12:58:28 AM] Process started
In order to bypass that, I added all the necessary Blu-ray stuff to the custom command line section instead (which worked and stopped MeGUI from forcing interlaced encoding), but I noticed adding --bluray-compat to the custom command line sets --weightp 2 in the GUI, and also adds it to the command line. MeGUI allows it to be changed back to 1, although I doubt it should be setting --weightp 2 in the first place

Cheers.

Last edited by hello_hello; 4th March 2019 at 04:04. Reason: spelling
hello_hello is offline   Reply With Quote