Features
- Create main and popup menus
- Make animated menus
- Customize transitions between movies (clips)
- Customizable playlists
- Highlight current audio track, subtitles or episode
- Automatic scenes menu creation
- Seamless menus and playlists
- Slideshows
- JAR signing
- Resume disc playback
- Blu-ray Audio and Pure Audio® wizards
- Video scaling
- Multi angle support
- Built-in Blu-ray muxer by DVDLogic
- Export to Scenarist® BD
- Create 3D Blu-ray (with 2D menu)
- CMF output support
- Top menu, Resume and GPR-registers are available
Check version comparison for details
List of supported BD formats
- Video:
- MPEG-2 (*.m2v)
- SMPTE VC-1 (*.vc1)
- MPEG-4 AVC (*.avc, *.264)
- HEVC (*.hevc, *.265, UHD version only)
- Audio:
- Dolby Digital (*.ac3)
- Dolby Digital Plus (*.ec3)
- Dolby TrueHD (*.ac3 + *.mlp)
- DTS (*.dts)
- DTS-HD High Resolution (*.dtshd)
- DTS-HD Master Audio (*.dtshd)
- WAVE 2.0 or 5.1 (*.wav, *.w64)
- Subtitles:
- SRT (*.srt)
- BDN XML (*.xml)
- PES (*.pes + *.mui)
- SUP
- Menu:
- PNG images 32 bit (24 + 8), Adobe® Photoshop® PSD (import)
H264 video codec compatibility
- x264 - please use this cmd-file or Video Encoders UI
- Silicon Philosophies DivO
- MAGIX VEGAS Pro
- Adobe® Premiere/Media Encoder - use for progressive streams only. For interlaced use version 2017 or below
- Grass Valley EDIUS - use for progressive streams only
- DaVinci Resolve - requires plugin from Mainconcept
HEVC video codec compatibility
- Silicon Philosophies DivO
-
x265. We recommend using Video Encoders UI or
x265 with ffmpeg:
Without HDRffmpeg -i Source.mov -r 24000/1001 -pix_fmt yuv420p -f rawvideo - | x265 --input - --input-res 3840x2160 --no-info --uhd-bd --repeat-headers --profile main444-10 --no-open-gop --no-b-pyramid --keyint 24 --min-keyint 1 --fps 24000/1001 --bitrate 40000 --vbv-maxrate 40000 --vbv-bufsize 40000 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --output Output.265With HDRffmpeg -i Source.mov -r 60000/1001 -pix_fmt yuv420p -f rawvideo - | x265 --input - --input-res 3840x2160 --no-info --uhd-bd --repeat-headers --profile main444-10 --no-open-gop --no-b-pyramid --keyint 60 --min-keyint 1 --rd 1 --fps 60000/1001 --bitrate 50000 --vbv-maxrate 80000 --vbv-bufsize 50000 --colorprim bt2020 --transfer smpte2084 --colormatrix bt2020nc --master-display "G(8500,39850)B(6550,2300)R(35400,14600)WP(15635,16450)L(10000000,1)" --max-cll "1000,180" --output Output.265