var fDesc=new Array(); fDesc[0] = "4Musics DVD to MP3 Converter is convenient tool for converting DVD to all the supported audio formats: MP3, WMA, OGG, WAV, AAC, M4A, AC3, AIFF, AMR, AIFF, FLAC, MMF, RA, MP2. High speed, excellent quality.
All the formats supported:
-DVD
-MP3, WMA, OGG, WAV, AAC, M4A, AC3, AIFF, AMR, AIFF, FLAC, MMF, RA, MP2, AMR_NB, AMR_WB
Main features:
-Easy-to-use interface
-DVD player to preview input files
-Convert separate chapters, whole movie or the selected part of the film
-Many parameters to adjustment codecs, such as bitrate, framerate, samplerate, and others
-Support of audio codecs mp3, mp2, wav, ogg, aac and others
-Deleting DVD protection (CSS, MacroVision)
-Full support of DVD format including select of audio track, subtitles, angle
-Many available profiles of converting. Possibility to create user profiles
-Changing audio output volume
-Additional features to change and split output file
-Support of additional multimedia instructions of modern processors (Athlon, Pentium 4 and others)
-Deintarlace filter
-Setting the conversion priority
-Skin and multilingual support
-Support batch conversion
-Parameters of the command line is supported. There is an oportunity of auto converting
"-dvdfolder" - adds folder DVD files or disk in the format of "D:"
"-folder" - adds folder of files
"-preset" - presets the name of the profile which setting on the files
"-outpath" - presets the folder of output files
"-askpath" - to determinate whether the window with the opportunity of choice of the folder for output files appear
"-process" - to begin the conversion after the launching of the program
"-close" - to close the program after the ending of the conversion
-Quick converting video and DVD file through the system pop up menu of Windows."; 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 = ''; } }