DEE
zariftjwr
plain_text
a year ago
11 kB
2
Indexable
Never
[center][b][size=5][color=#B330FF]S[/color][color=#B433FF]u[/color][color=#B536FF]r[/color][color=#B63AFF]r[/color][color=#B73DFF]o[/color][color=#B840FF]u[/color][color=#B944FF]n[/color][color=#BA47FF]d[/color] [color=#BC4EFF]A[/color][color=#BD51FF]u[/color][color=#BE54FF]d[/color][color=#BF58FF]i[/color][color=#C05BFF]o[/color] [color=#C262FF]E[/color][color=#C365FF]n[/color][color=#C468FF]c[/color][color=#C56CFF]o[/color][color=#C66FFF]d[/color][color=#C772FF]i[/color][color=#C876FF]n[/color][color=#C979FF]g[/color][/size] [size=3][color=#B330FF]w[/color][color=#B338FF]i[/color][color=#B341FF]t[/color][color=#B349FF]h[/color][/size][size=5] [color=#C66EFF]D[/color][color=#C56BFF]o[/color][color=#C468FF]l[/color][color=#C365FF]b[/color][color=#C262FF]y[/color] [color=#C05CFF]E[/color][color=#BF59FF]n[/color][color=#BE56FF]c[/color][color=#BE53FF]o[/color][color=#BD50FF]d[/color][color=#BC4DFF]i[/color][color=#BB4AFF]n[/color][color=#BA47FF]g[/color] [color=#B841FF]E[/color][color=#B73EFF]n[/color][color=#B63BFF]g[/color][color=#B538FF]i[/color][color=#B435FF]n[/color][color=#B332FF]e[/color][/size][/b][/center] [size=3] [url=https://professional.dolby.com/product/media-processing-and-delivery/dee--dolby-encoding-engine/]Dolby Encoding Engine (DEE)[/url] is the newest application for encoding Dolby Audio Content and Dolby Vision . In the past, a proper encoder for E-AC3 was only available on Mac . Now that Dolby's present day encoder is available on Windows, we can all encode its codecs easily . This guide will show you how to setup DEE along with [url=https://github.com/pcroland/deew]DEEW[/url] which is a simplified command line wrapper for DEE to make our work easier . [b][color=#BD54FF]Who is this guide for ?[/color][/b] [color=#C7AAF0]=>[/color] A video encoder who wants to encode their audio to any Dolby codec , specially to Dolby Digital Plus (DDP) aka E-AC3 [b][color=#BD54FF]This guide will include :[/color][/b] [color=#C7AAF0]▣[/color] How to install DEE along with DEEW [color=#C7AAF0]▣[/color] DEEW command examples [/size] [center][size=5][b][color=#C979FF]I[/color][color=#C772FF]n[/color][color=#C56CFF]s[/color][color=#C366FF]t[/color][color=#C160FF]r[/color][color=#BF5AFF]u[/color][color=#BD54FF]c[/color][color=#BC4EFF]t[/color][color=#BA48FF]i[/color][color=#B842FF]o[/color][color=#B63CFF]n[/color][color=#B436FF]s[/color][/b][/size][/center] [size=4][b][color=#B152FF]1) DEE Installation :[/color][/b][/size] [spoiler][size=3] [b][color=#CD9EFF]a[/color][/b] . Install [color=#B28CFF]VCRedist[/color] if it's absent in your system . Heres an AIO pack [url=https://github.com/abbodi1406/vcredist/releases]link[/url] . [b][color=#CD9EFF]b[/color][/b] . Download DEE with crack . Here's an antivirus scanned [url=https://drive.google.com/file/d/1S-_6XiscSYCQnEtvI5KTD_BCwGNgIbBT/view?usp=sharing]Gdrive[/url] link . You can also download it from Rutracker which is the original source of that file . [b][color=#CD9EFF]c[/color][/b] . After extracting, look for [color=#B28CFF]'dolby_encoding_engine_install.exe'[/color] and open it . Follow through the agreement prompt . [b][color=#CD9EFF]d[/color][/b] . After that the installer will ask you [color=#B28CFF]where[/color] to install DEE . You should do this step according to your own liking. For this guide I'll create a folder inside [color=#B28CFF]'C:\'[/color] named [color=#B28CFF]'Encoders'[/color] and create a subfolder named [color=#B28CFF]'DEE'[/color] . So the folder location should be [color=#B28CFF]"C:\Encoders\DEE"[/color] . Input this location on the prompt and press ENTER . Now it should get installed successfully . [b][color=#CD9EFF]e[/color][/b] . [color=#B28CFF]Copy[/color] all the files from the [color=#B28CFF]crack[/color] folder and place them to your [color=#B28CFF]DEE installation folder[/color] like you install a common cracked game . Now DEE.exe should be functional . [b][color=#CD9EFF]f[/color][/b] . Lets add the DEE.exe folder to our system [color=#B28CFF]PATH[/color] variables , which will help the command line wrapper to work with ease . Launch the [color=#B28CFF]command prompt as Admin[/color] . Enter the command like this : [quote]setx /M PATH "%PATH%;[color=#B28CFF]<Installed DEE.exe folder location>[/color]"[/quote] For this guide the command will be like this: [quote]setx /M PATH "%PATH%;[color=#B28CFF]C:\Encoders\DEE[/color]"[/quote] Screenshot example : [URL=https://imgbox.com/d7cLpERv][IMG]https://thumbs2.imgbox.com/5c/e2/d7cLpERv_t.png[/IMG][/URL] [b][color=#CD9EFF]f[/color][/b] . Now our DEE.exe should be accessible from everywhere in the terminal . Lets double check . Open a new command prompt window and enter : [color=#B28CFF]"dee -h"[/color] . If theres no error then continue to the next step . [/size][/spoiler] [size=4][b] [color=#B152FF]2) ffmpeg Setup :[/color][/b][/size] [spoiler][size=3] DEEW uses ffmpeg to parse the input audio to RF64 format which DEE supports and more . [b][color=#CD9EFF]a[/color][/b] . Download [url=https://www.videohelp.com/software/ffmpeg]ffmpeg[/url] . Extract the file to your chosen folder . In this guide I'll create a folder inside [color=#B28CFF]"C:\Encoders"[/color] named [color=#B28CFF]'ffmpeg"[/color] . [b][color=#CD9EFF]b[/color][/b] . After unzipping , go to the bin folder where [color=#B28CFF]ffmpeg.exe[/color] and [color=#B28CFF]ffprobe.exe[/color] is present . Copy the folder location and add that location to PATH like you've done with the DEE folder . Make sure you open the [color=#B28CFF]Command Prompt as Admin[/color] . For this guide the command will be like this : [quote]setx /M PATH "%PATH%;[color=#B28CFF]C:\Encoders\ffmpeg\bin[/color]"[/quote] Now, open a new command prompt window and enter : [color=#B28CFF]"ffmpeg -h"[/color] to check if its been done properly . If theres no error then move to the next step . [/size][/spoiler] [size=4][b] [color=#B152FF]3) DEEW Setup :[/color][/b][/size] [spoiler][size=3] DEEW is a simplified cli for DEE which makes our work pretty easy . DEEW can be installed in 2 ways . Through [color=#B28CFF]Python[/color] or [color=#B28CFF]A standalone exe[/color] . If you [color=#B28CFF]don't have python[/color] installed on your system go with the exe method . They are basically same . [b][color=#AC7FFA]Standalone exe :[/color] [/b] [spoiler][url=https://github.com/pcroland/deew/releases]Download[/url] the exe file and add it to [color=#B28CFF]PATH[/color] like you did before with DEE and ffmpeg . In this guide , I'll just move deew.exe to [color=#B28CFF]"C:\Encoders\DEE"[/color] folder which I have already added on PATH . Now deew should be functional in the system . After that it should be functional in your system . Now , open a new command prompt window and enter : [color=#B28CFF]"deew -c"[/color] to check if its been installed . [/spoiler] [b] [color=#AC7FFA]Python :[/color] [/b] [spoiler]If you have python installed on your system , you can install it through pypi as well . Open your [color=#B28CFF]Command Prompt as Admin[/color] and execute the following command: [quote]pip install deew[/quote] After that it should be functional in your system . Now , open a new command prompt window and enter : [color=#B28CFF]"deew -c"[/color] to check if its been installed .[/spoiler] [/size][/spoiler] [size=4][b] [color=#B152FF]4) Usage :[/color][/b][/size] [spoiler] [size=3]If you have followed the installation steps correctly DEEW should be functional in your terminal . In this guide I'll use the command prompt for simplicity . You may use your preferred terminal . Now lets see the easiest way to encode an audio using DEEW . [b][color=#AC7FFA]Basic use :[/color][/b] [spoiler] Go to the folder which has your audio source file --> Type [color=#B28CFF]"cmd"[/color] on the address bar and press Enter --> Input the command like this : [quote]deew -i [color=#B28CFF]"audio file name"[/color][/quote] Heres an example : [img]https://images2.imgbox.com/8c/e9/pfIk9oM4_o.gif[/img] In the above example 7.1 TrueHD Atmos got converted to 1536 kbps DDP7.1 . [/spoiler] [b] [color=#AC7FFA]More examples :[/color][/b] [spoiler] [quote=7.1 Source Audio to DDP5.1] deew -f ddp -dm 6 -i "7.1 source audio" [/quote] [quote=7.1 Source Audio to DD5.1] deew -f dd -dm 6 -i "7.1 source audio" [/quote] [quote=7.1 Source Audio to 768kbps DDP5.1] deew -f ddp -dm 6 -b 768 -i "7.1 source audio" [/quote] [quote=5.1 Source Audio to 448 kbps DD5.1] deew -f dd -b 448 -i "5.1 source audio" [/quote] [/spoiler] [b] [color=#AC7FFA]Batch encode example :[/color][/b] [spoiler] Gather all of your audios inside one folder and execute the command like this : [quote]deew -i [color=#B28CFF]"folder location"[/color][/quote] Example : [img]https://images2.imgbox.com/be/c7/JShtW70v_o.gif[/img] [/spoiler] [/size] [/spoiler] [size=4][b] [color=#B152FF]> Some additional notes :[/color][/b][/size] [spoiler][size=3] [color=#C7AAF0]▣[/color] DEEW even supports video input . In that case , the first audio track will be chosen by default . [color=#C7AAF0]▣[/color] You can change DEEW default settings by editing the config file . To know the location of that file , use this command : [color=#B28CFF]"deew -c"[/color] . [color=#C7AAF0]▣[/color] After executing a DEEW command the progress will remain at 0.0% while ffmpeg parses your input audio to R64 format . So make sure you dont close the prompt thinking it's stuck . [color=#C7AAF0]▣[/color] To know the supported input values for bitrates , use this command : [color=#B28CFF]"deew -lb"[/color] [color=#C7AAF0]▣[/color] For further info go to [url=https://github.com/pcroland/deew]the DEEW git page[/url] . [color=#C7AAF0]▣[/color] Thanks to the author for making such a wonderful program ! [color=#C7AAF0]▣[/color] Please let me know if you find any misinfo on this guide . [/size][/spoiler] [size=4][b] > Changelog :[/b][/size] [spoiler][size=3] ▣ Added vcredist requirement step . Thanks to @Tanjiro_Kamado for pointing it out . [2022-10-19] [/size][/spoiler] [url=https://imgbb.com/][img]https://i.ibb.co/x882Smk/Blankl.png[/img][/url] [url=https://imgbb.com/][img]https://i.ibb.co/x882Smk/Blankl.png[/img][/url] [url=https://imgbb.com/][img]https://i.ibb.co/x882Smk/Blankl.png[/img][/url] [size=3][center][b]A guide written by [color=#D900FF]Tajwar.[/color][/b][/center][/size] [url=https://imgbb.com/][img]https://i.ibb.co/x882Smk/Blankl.png[/img][/url]