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
Blu-Disc Studio: menu with image background only and audio
-
- Posts: 470
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Re: Blu-Disc Studio: menu with image background only and aud
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.ciccio wrote:I must to create a "fake" video track (with same length of audio track) from image or I miss something?
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
Re: Blu-Disc Studio: menu with image background only and aud
Ok thanks.CDK wrote: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.ciccio wrote:I must to create a "fake" video track (with same length of audio track) from image or I miss something?
Re: Blu-Disc Studio: menu with image background only and aud
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
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
-
- Posts: 470
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Re: Blu-Disc Studio: menu with image background only and aud
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.
We are now working to output a more accurate error message.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov