var fDesc=new Array();
fDesc[0] = "Cisdem DVD Burner is a robust and easy-to-use DVD burning program for Windows 11/10/8/7. It can burn videos from any format to DVD disc, VIDEO_TS folder, or ISO image. There is a built-in video editor and DVD menu creator to help you make a beautiful and professional DVD as you like. What's more, it allows you to preview all edits and changes before DVD burning. Use it to burn a playable DVD on Windows PC with high quality and speed.
Key Features of Cisdem DVD Burner
1. Offer 3 DVD burning modes: Fit to disc (recommended), High Quality, Standard.
2. Support any input video:
* Support videos in any format, such as MP4, AVI, MOV, MKV, WMV, MTS, TS, AVCHD, and more.
* Support videos from any source, like downloaded videos from the Internet or recorded videos.
* Support adding 1080p or 4K videos
3. Edit videos: Precisely control the DVD output with the built-in video editor, you can trim, crop, rotate, add watermarks/effects/subtitles/chapters, and adjust the volume.
4. Create DVD menu: Choose from an array of DVD menu templates to create a DVD for different occasions and events. Also customize the menu background, button, or frame to make your DVD more special.
5. Real-time preview: Play edited DVD video in the Preview window just like on a DVD player.
6. Configure "Burn Settings"
* Choose output type as Disc, DVD folder, or ISO.
* If choose disc, DVD-R/RW, DVD+R/RW, DVD+R DL, DVD-R DL, etc. are supported.
* Set DVD name, TV standard, playback mode, and copies number.
7. Burn a DVD quickly with high quality: Ensure an accelerated DVD burning process with Intel Quick Sync acceleration technology. Keep good quality and the output DVD is playable on any DVD player.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}