Search found 43 matches

by Markus1970
Tue Jul 05, 2022 3:12 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: 13249

Re: Select Aspect ratio in menu

Hi again Going back to this topic . What I would like to accomplish is to have the user set the video stream like you can with multiple audio files. So he can set either 4:3 or 16:9 and also change this in the popup menu also. You mention GPR but I havnt gota clue how to achieve what I want. Thanks
by Markus1970
Tue Jul 05, 2022 12:51 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Difference between products and input video specs
Replies: 13
Views: 13149

Re: Difference between products and input video specs

Thanks alot.

Can you let me know when it's available to download.
by Markus1970
Tue Jul 05, 2022 12:31 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Difference between products and input video specs
Replies: 13
Views: 13149

Re: Difference between products and input video specs

I have downloaded EncoderUI which is quite a usefull tool. The only problem i have is that i would like to set the fps to either 50p 59.94p or 60p as i have de-interlaced 29.97i to progressive so doubling the frame rate. The enccoder only shows me fps as 23.976, 24,25.29.97 can i not override these ...
by Markus1970
Tue Jul 05, 2022 8:11 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Difference between products and input video specs
Replies: 13
Views: 13149

Re: Difference between products and input video specs

I think i have been using ffmpeg and x264 to re-encode my h264 streams to .264. Not sure if this was the correct method as i took ages getting a good quality h264/mp4 video stream with say 20000/2500 and only for ffmpeg/x264 to take hours to i believe encode it again. Do i just need to rename to .26...
by Markus1970
Tue Jul 05, 2022 6:34 am
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Difference between products and input video specs
Replies: 13
Views: 13149

Re: Difference between products and input video specs

Thanks for that.

I've noticed in the screenshots from bd wizard that it accepts avc file extension, so has the avc file been encoded with a video editor.

Doing some research and MagicX video pro 14 outputs Blu-ray compliant avc files , can these be used in blu Disc studio or BD wizard .
by Markus1970
Mon Jul 04, 2022 8:32 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Difference between products and input video specs
Replies: 13
Views: 13149

Difference between products and input video specs

So I've used blu disc studio before and it's always been a long pc process of converting a h264 or hevc file to either .264 or .265 with all the different arguments you can use in ffmpeg etc. I've noticed in the screen shots for BD wizard easy BD it accepts avc file extension this is just the same a...
by Markus1970
Fri Jul 01, 2022 5:38 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: BD wizard
Replies: 1
Views: 5649

BD wizard

I've used blue disc studio before and I've created movie menu backgrounds in davinci resolve and use just basic square white buttons for the menu navigation which I just place them x,y pixel position coordinates.

Is this something I can do in bd wizard as the examples doesn't show how the menus look.
by Markus1970
Fri Jan 07, 2022 12:11 pm
Forum: Blu-ray and UHD Authoring: EasyBD, Blu-Disc Studio, IGEditor and Quick BD Menu
Topic: Feature request BDS
Replies: 2
Views: 4219

Feature request BDS

I was thinking is it possible to have a consolidate option or export feature. So Im not exactly great at organisation and my files end up in different folders as I usually replace an audio clip or end up replacing a movie for a menu etc. So my suggestion would be to use an export or consoladate comm...
by Markus1970
Tue Dec 28, 2021 8:44 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: 6471

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

So after some Internet searching I found this thread here which explains it. https://github.com/rigaya/NVEnc/issues/303 HEVC encoders will code by 32x32 block, so when you encode fullHD(1920x1080) video, it is internally padded to meet the block size and coded as 1920x1088. The decoder or the player...
by Markus1970
Tue Dec 28, 2021 7:22 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: 6471

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

I've noticed I get this output on my mp4 or mov files before encoding and after using the encoder hwaccel nvdec for my ffmpeg encoding. ffmpeg.exe -hwaccel_output_format cuda -i input.mp4 -profile:v main10 -pix_fmt p010le -c:v hevc_nvenc -preset slow - g 50 -b:v 20M -bufsize 25M -an -color_primaries...