Click here to download v1.4 for Windows
Converts your music/media into a format that HLDJ can play. By default, that is 22050hz; mono channel.
- Extract the
HLDJConverter
folder from the zip file. - Run
HLDJConverter.exe
- Set the
Output Folder
to the directory you want converted songs saved to. UsuallyHLDJ\Audio
. - Paste or drag-and-drop any files/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:
- Submit an issue here on Github.
- Send me an email ([email protected])
- Fix it yourself and submit a pull request.
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!
- 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