Search found 43 matches

by Markus1970
Sun Jul 24, 2022 8:05 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

That's great I'll give it a shot later .

So you need to test in powerdvd this operation not in the simulation.
by Markus1970
Sat Jul 23, 2022 4:28 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

Right im getting there ,fixed the code and I don't get any errors. public void UDF_SwitchAspect() { int PlaylistID; int AudioID; long Playtime; PlaylistID = getPlaylistID(); AudioID = getCurrentAudioID(); if (PlaylistID == '4x3 1') {PlaylistID = '16x9 1';} else {PlaylistID = '4x3 1';} Playtime = get...
by Markus1970
Sat Jul 23, 2022 3:28 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

So I have two movie 4x3 16x9 and i created two playlists (the 1 symbol was auto generated) 4x3 1 16x9 1 I than copied and pasted the script below as a UDF in properties/function. I am only getting the Audio not the subtitles as with the Black/white UDF in the guide https://blu-disc.net/download/user...
by Markus1970
Sat Jul 23, 2022 1:05 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

Finally found some time to look into the UDF, the scripts above can you not just put that in a Java script and refer to it from there. I looked at the user guide and it says go to properties/ function and create a udf from there, but looks like I can't just copy and paste , as I'm not a Java guy I'm...
by Markus1970
Tue Jul 19, 2022 11:51 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

No worries so it's best to stick with the udf script I have above (the modified one for 4:3 and 16:9 ) and use that in a popup menu or assign to a button etc.
by Markus1970
Tue Jul 19, 2022 11:25 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

Hi sorry to ask but the code you put above , where and in what do I put the code and how to reference it.
Thanks
by Markus1970
Sat Jul 16, 2022 8:11 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

Thanks for that, where exactly do I put that code and reference to it.
by Markus1970
Thu Jul 14, 2022 10:53 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

With the above can you also select the option before you start the movie like you do when choosing audio tracks to play. Not just a option in the pop menu to change video track . Also what I'm trying to get my head around is when you normally have a chapter menu it will point to the chapter of the m...
by Markus1970
Tue Jul 12, 2022 11:34 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: x264/x265 UI
Replies: 11
Views: 13107

Re: x264/x265 UI

I'm the command window for ffmpeg you can press any key and it will pause and restart etc.
Also ctrl +c or ctrl+z will kill the encoding i believe .

Is it possible to put a pause box in the encoder UI to pause/unpause output.
by Markus1970
Tue Jul 05, 2022 5:34 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Select Aspect ratio in menu
Replies: 16
Views: 12199

Re: Select Aspect ratio in menu

So reading the user guide the one with 465 pages https://blu-disc.net/download/user_guide_standard_mx.pdf there is a section detailing how to change movie angles and the one below changing from a colour to B&W version of the same movie with a UDF action. In this UDF script it also sets language and ...