HLDJConverter is a standalone application, no installation necessary. When you no longer need it, just delete the folder.
Converts your music/media into 22050hz mono channel, the current format for CSGO that HLDJ can play.
- Extract the HLDJConverter folder from the zip file.
- Run HLDJConverter.exe
- Set the Output Folder to the directory you want converted songs saved to (usually ...\HLDJ\Audio)
- Copy/paste or drag/drop any files or Youtube links into the drop area.
- That's it!
Some common formats include: mp3
, mp4
, ogg
, wav
, flv
, avi
, mov
, wmv
HLDJConverter uses FFmpeg to do all of the conversions therefore anything FFmpeg can convert, HLDJ can convert.
Yes! Dragging a youtube link into HLDJConverter will automatically download the video in the highest quality possible and convert it.
Alright! No problem, there's a few things you can do:
- If it's crashing on startup, try updating your .NET version to 4.6.
- Submit an issue here on Github.
- Send me an email ([email protected])
- Fix it yourself and submit a pull request.
If HLDJConverter is crashing, a file called HLDJConverterCrashLog.txt
should be created in the HLDJConverter directory. At the top of that file is a link you can send me that will help debug the crash you're getting.
It's very likely that Youtube functionality will break as time goes on due to the Youtube download process constantly changing. So if it stops working for you, it's probably broken and needs to be updated. Let me know!
- Fixed crashes when running on computers with different languages than English.
- Updated YoutubeExtractor version. Should fix the recent errors when trying to convert from YouTube.
- Updated to .NET 4.6
- Minor UI changes and fixes.
- Changed the YouTube download preferences. Instead of looking for highest audio bitrate we look for highest video resolution. This might result in higher quality in some cases.
- Added an error message for invalid Youtube links
- Added crash logs
- Added automatic Gist upload of crash logs
- Added the ability to paste links/files using the
ctrl + v
shortcut - Fixed a bug where converted files would silently overwrite files with the same name
- Added a check for invalid config file
- Fixed the crash when trying to convert folders
- Added
KeepWindowTopmost
option to the config file - Minor UI changes
- Made dialog error messages more helpful
- Added
OutputBitrate
option to the config file - Added
OutputVolume
option to the config file
- Added a null check for the output folder
- Fixed a crash when trying to convert Firefox .url files
- Replaced FFmpeg.exe with the 32-bit version
- Added more descriptive error messages for failed Youtube downloads
- Added support for dropping .url files and parsing out the Youtube links