Search found 5 matches

by mj0012
Mon Mar 17, 2025 10:51 pm
Forum: KITe UHD Authoring Suite
Topic: Adding "else" condition when using Switch in KITe Java
Replies: 2
Views: 32381

Adding "else" condition when using Switch in KITe Java

When using the Switch option in KITe Java, is there an easy way to add an "else" condition? So, something that happens if none of the previous conditions have been met? Or would I have to switch to scripting to do that?
by mj0012
Sat May 21, 2022 12:01 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Choppy playback issue
Replies: 9
Views: 35864

Re: Choppy playback issue

Hello, I'm in the process of authoring a Blu-ray for replication, and after burning a disc to my client for final validation he had problems with playback at some points of the movie, like big choppy playback. No issues with navigation and functionality. His player is an LG from 2010. Before you ge...
by mj0012
Fri Dec 10, 2021 1:34 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: UHD 4K encoding to .265 with x265.exe / FFMPEG
Replies: 9
Views: 24288

Re: UHD 4K encoding to .265 with x265.exe / FFMPEG

I haven't tried compiling it myself, but this page should give you some more information on how to do that:

https://trac.ffmpeg.org/wiki/Encode/H.265
by mj0012
Mon Dec 06, 2021 10:32 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: UHD 4K encoding to .265 with x265.exe / FFMPEG
Replies: 9
Views: 24288

Re: UHD 4K encoding to .265 with x265.exe / FFMPEG

I've had good luck using "libx265" in FFMpeg rather than the separate x265.exe, make sure you have a recent FFMpeg version and try these command lines: For SDR ffmpeg -y -i "Source SDR.mov" -pix_fmt yuv420p10le -vcodec libx265 -preset slow -x265-params "pass=1:keyint=24:min-keyint=1:bitrate=XXXXX:vb...