Page 1 of 1

Blu-Disc Studio: menu with image background only and audio

Posted: Tue Nov 19, 2013 5:37 pm
by ciccio
Hi,

I am learning Blu-Disc Studio (also from examples) and as first project I would like to create a simple menu with audio (for example 60sec audio clip) but not video, with only a background image.

I must to create a "fake" video track (with same length of audio track) from image or I miss something?

Thanks in advance

Re: Blu-Disc Studio: menu with image background only and aud

Posted: Wed Nov 20, 2013 6:40 am
by Alexey Kolesnikov
ciccio wrote:I must to create a "fake" video track (with same length of audio track) from image or I miss something?
Yes, you need to create a video track with this image. Still images is not supported yet by Blu-Disc Studio, but it will be added later.

Re: Blu-Disc Studio: menu with image background only and aud

Posted: Wed Nov 20, 2013 12:31 pm
by ciccio
CDK wrote:
ciccio wrote:I must to create a "fake" video track (with same length of audio track) from image or I miss something?
Yes, you need to create a video track with this image. Still images is not supported yet by Blu-Disc Studio, but it will be added later.
Ok thanks.

Re: Blu-Disc Studio: menu with image background only and aud

Posted: Wed Nov 20, 2013 7:24 pm
by ciccio
I am trying to create a video from a still image: I used ffmpeg with following command line:

ffmpeg -loop 1 -r 23.976 -i background.jpg -t 00:01:36 -vcodec libx264 -s 1920x1080 -aspect 16:9 -x264opts bluray-compat=1 -an background.mkv

Ffmpeg works but BDS give MES error (see my other message) after demuxing .mkv (with tsmuxer) to create .264 elementary stream.

It's possible to know (for example from some log file) what is ES video stream parameters that BD Muxer doesn't accept?

Thanks in advance

Re: Blu-Disc Studio: menu with image background only and aud

Posted: Thu Nov 21, 2013 10:43 am
by Alexey Kolesnikov
It seems that this command line does not create a file compatible with Blu-ray. We recommend to use the x264 to encode Blu-Ray, in particular any of its frontends, such as MeGUI.

We are now working to output a more accurate error message.