Kodi Community Forum

Full Version: dmMediaConverter v2.1.0 - FFmpeg GUI [Linux/Windows/Mac (wine))]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Image
dmMediaConverter is a crossplatform FFmpeg frontend (GUI) exposing some of its features. It is intended to be simple and easy to use but also to be able to achieve complex tasks. I have inspired myself from a lot of media converters like Handbrake, WinFF and MkvMergeGui. One feature was lacking from most of them, video stream copy (pass-through), that made me build this.

More info and download here:
http://dmsimpleapps.blogspot.ro/2014/04/...erter.html

I mainly use it to clean and order my XBMC library.

Main features:

- stream copy (video, audio, subtitle)
- stream conversion - almost any codec into:
- video - h264, h265, vp8, vp9
- audio - aac, mp3, flac, pcm, vorbis, opus
- subtitles - srt, ass, ssa, mov_text, dvdsub
- add streams into one mkv file (with or without reencoding)
- merge files with the same properties - no reencoding. Ex. Files made by a phone or camera.
- merge different kind of files (different codecs, resolution, etc) into one file. It chooses an output with the biggest width of all source files.
- split a file by given time points (no reencoding)
- bulk convert - process multiple files with the same settings
- job queue - you can add multiple tasks into a job queue
- audio auto gain detect - it will parse the whole file and find the proper gain value (reencode)
- picture settings - with changes immediately displayed (reencode)
- scaling - change video resolution (use -1 for keep aspect ratio)
- cropping and padding
- auto crop - detect best crop values for encoder
- rotate picture in 90 degrees increments
- grayscale
- deinterlace
- deshake
- burn text based subtitles
- watermark
- video aspect correction - no reencoding
- write stream tags like language and title, also container title - no reencoding
- multiplatform : Windows, Linux (x86 and x64), Mac x64
- HW encoding
Image

I hope you like it and please share your feedback.
Thank you.
Has anyone tried it?
Thx.
dmMediaConverter v1.0.0
MAJOR RELEASE! New Features!

- Stream Profiles!
- Bulk Convert mode! Convert multiple files at once.
- 2 pass encoding for video codecs
- DeShake filter (not so good ...)
- Creation_time tag
- HiDPI support
- Added all ISO 639-2 language codes - Added color coded stream types for easy identification.

I hope you like it and please, provide feedback.
thanks.

http://dmsimpleapps.blogspot.ro/2014/04/...erter.html
dmMediaConverter v1.1.0
ANOTHER BIG RELEASE!
- Added Preferences in main menu. Please learn how to use Latest option because in the feature i will not ship FFmpeg anymore.
- Added Test Run.
- Now you can rearrange and remove source files.
- Metadata edit for stream and container.
- Show complete stream and container info.
- x264 and x265 extra settings field (ex. put there bluraycompat, etc)
- More output container options.
- On failure does not clear settings.
(2014-07-21, 13:30)mdalacu Wrote: [ -> ]Has anyone tried it?
Thx.

I just tried and tested out h265 and wow Smile I tested 1080 trailer of avatar which was 174.6mb and it went down to 33.99mb. Can't tell any difference.

Great work and keep it up.
Version v1.2.0 is up, mainly bug fixing.
Hi,

I love your ffmpeg GUI. It's great.

I would just like to report a bug in v1.1.0. When I download and unzip dmMediaConverter into C:\Program Files\dmMediaConverter , after I set up a job and hit the "Run Now" button, I get the error message:

'C:\Program' is not recognized as an internal or external command, operable program or batch file.

I think there may be a set of double quotes " " missing around the ffmpeg path name somewhere in the code.

If I move dmMediaConverter to C:\temp\dmMediaConverter, it works fine.

Cheers!

Stop Press!!! The bug is fixed in the new version 1.2.0 just released!
(2014-09-16, 12:12)Sunny_Coaster Wrote: [ -> ]Hi,

I love your ffmpeg GUI. It's great.

I would just like to report a bug in v1.1.0. When I download and unzip dmMediaConverter into C:\Program Files\dmMediaConverter , after I set up a job and hit the "Run Now" button, I get the error message:

'C:\Program' is not recognized as an internal or external command, operable program or batch file.

I think there may be a set of double quotes " " missing around the ffmpeg path name somewhere in the code.

If I move dmMediaConverter to C:\temp\dmMediaConverter, it works fine.

Cheers!
Hi, i have already corrected this in version v1.2.0. Please, update the application and report back if you have time.
Thx.
Yes it's fixed! Many thanks.
New, big release: v1.5.0!
Changelog:
- Parallel jobs - you can run multiple jobs in the same time
- Initial job progress implementation
- Split UI improvements
- Running under WINE is more robust now (Mac Os)
- Internal code rework
- Some bugs fixed
- Updated FFmpeg binary with latest version

I hope you like it and please provide feedback! Smile
http://dmsimpleapps.blogspot.ro/2014/04/...erter.html
Hi. Thanks for great job.
Pause job button will be nice feature.
(2014-11-21, 14:03)smilenkovski Wrote: [ -> ]Hi. Thanks for great job.
Pause job button will be nice feature.

Hi, thanks for your kind words.
Unfortunately i don't think that i will be able to implement such a feature because there is no safe way to pause an thread since you started it, and my thread is running an external process of ffmpeg. Sorry...
Version 1.6.0 is up! :-)

Minor release:
- Added checkup for not overwriting the source file.
- You can assign dmMediaConverter to open media files. (ex. Right clik on file and "Open with..." dmMediaConverter's executable). You can use it like media info.
- Now bitrate will be shown in kbit/s for better readability.
- Small UI fixes
- Updated FFMpeg binary with latest version

http://dmsimpleapps.blogspot.ro/2014/04/...erter.html
http://dmsimpleapps.blogspot.ro/2014/04/...erter.html
Version 1.7.0 is up Wink

- Burn text based subtitles (not yet picture based).
- Now you can manually specify additional FFMpeg filters (More) for audio and video streams.
- On linux it removes automatically "'" from metadata. Workaround for MKVToolNix generated files.
- Added option for auto add subtitle file (only *.srt for now).
- Small UI fixes and bugfixing
- Updated FFMpeg binary with latest version
#dmMediaConverter
http://dmsimpleapps.blogspot.ro/2014/04/...erter.html
Version 1.8.0 is up Wink

- Watermark. Double click on image to quickly position the logo.
- First Mac OSX native build. Soon available on Amazon for 5$.
- Small UI fixes and refinements.
- Small bugs fixes.
- Updated FFMpeg binary with latest version.
Pages: 1 2