Main features:
- stream copy (video, audio, subtitle)
- stream conversion - almost any codec into:
- video - h264, h265, vp8, vp9
- audio - aac, eac3, mp3, flac, pcm, vorbis, opus
- subtitles - srt, ass, ssa, mov_text, dvdsub
- add multiple streams into one mkv, mp4 or any other container known by ffmpeg that accepts multiple streams (with or without reencoding). Supports multiple video streams in the same file. Also you can reorder stream position.
- stream profiles - create and apply audio and video profiles
- 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 or trim a file by given time points (no reencoding)
- bulk convert files using stream profiles or manual settings (no filter options for manual)
- job queue - you can add multiple tasks into a job queue
- parallel jobs - you can run multiple jobs in the same time (multithreading)
- 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 -2 to keep the aspect ratio)
- cropping and padding
- auto crop - detect best crop values for encoder
- rotate picture in 90 degrees increments
- grayscale
- deinterlace
- deshake
- burn subtitles (only text based for now)
- watermark
- manually add FFMpeg video stream filters
- image adjustments like brightness, contrast, gamma, etc.
- 3D conversions: Convert between different stereoscopic image formats.. Ex. side by side to anaglyph.
- video aspect correction - no reencoding
- write stream tags like language and title, also container title and creation time - no reencoding
- copy, add or modify any metadata to stream and container.
- HW encoding, it supports Nvidia cards and Intel Quick Sync Video technologies for h264 and h265 depending on hw. For intel you must install Intel Media SDK 201X. (beta)
- multiplatform
Quick start-up guide:
1. Select job type
2. Add source files
3. Modify stream parameters.
- "Enable" checkbox - means that the stream will be present in the output file
- "Copy" checkbox - stream will not be reencoded, only copied, so, stream options (lower part of the app) will be disabled. To modify stream just unckeck it and you will be able to choose codec and various audio / video options.
- To enable Picture settings on a video stream (crop, pad , rotate, etc) first, you need to uncheck "Copy" and click the video screenshot or just click on Picture Settings button. Options seted here will be automatically saved when you close this window. If you reopen "Picture Settings" later all settings for that video stream, now, will be preserved.
4. Hit "Run now" button to start conversion. The application will ask you for an output file and depending on the file extension chosen will use the proper format (container). i recommend Matroska (.mkv) because it is compatible with all the codecs available in the app.
5. Sit back and wait for it to finish. What you see in the Output tab is exactly the ffmpeg output. You can approximate the progress by looking at the written time (100% = source file duration).
Use stream profiles:
1. create - You are able to create a new stream profile only in convert mode but you can apply them for different job types. So, first import a file and unckeck copy. Then make desired settings and from Main Menu : Profiles - Add, choose a profile name, just make sure it is a meaningful one. That's it. You must create different profiles for audio and video. A video profiles also stores filter settings (Picture Settings). Using profiles is the only way to apply video filters in bulk mode.
2. apply - Just right clik on audio or video stream settings panel and apply desired profile.
3. delete - From Main Menu choose Profiles - Delete and pick the your desired stream.
Use Bulk mode:
Let's start with an real example: Extract audio from Youtube videos and convert them to mp3s (mp4 to mp3).
1. Select Bulk mode and drag and drop your files.
2. From bulk mode set Video to "None".
3. Set Audio to "Audio Tab" and then press audio tab and choose mp3 encoder.
4. From bulk tab again choose container mp3 and select an output directory. That's it. Press Add Job and click Start.
Here is another option: nth which means to extract only the nth audio stream form the file. It is useful when exporting to containers that accept only one audio stream and source files contains multiple tracks.
Rip and Convert DVD, BD and ISO files:
dmMediaConverter does not support ripping DVD, blue ray disks or ISO files. So, you need an companion app, and i have found the perfect match for it, MakeMkv.
MakeMKV is the best ripping software i sow so far. It is small, efficient and has a windows, mac and linux client. It does not do any compression, it only dectypts the mpeg2 dvd stream and it saves it into a mkv container. A very fast operation.
So, first,use MakeMkv by opening the disk/iso file then choosing the desired titles and the output folder for mkv files. It generates an file per title. The mkv contains the raw mpeg2 ac3 and dvdsub streams, which are big.
Then, with dmMediaConverter you can change them into anything you like. So simple. :-)
http://www.makemkv.com/
Add Watermark / Logo:
dmMediaConverter, now (v1.8.0), can watermark a video file. You can use the recommended png image format or jpeg (also another video file - buggy) .
Help videos and examples:
https://www.youtube.com/playlist?list=PLwURYFQvHBAtG8wqzyVgOQ1WtEYSkiscO
Some notes:
It is a multiplatform app written with Lazarus IDE. It supports Linux, Windows and Mac. The native Mac version it is available on Amazon for 5$, see the link below. For free on Mac, you can use Windows version under Wine (WineBottler), it is working just fine.
I do not know it yet or promise that the app will be released as Open Source. Nevertheless, it will be free here.
If you like the app and want to continue it's development, please donate. Any amount will be appreciated.
With this app i also distribute a ffmpeg static build without modifying any of its source files. I have not studied, yet, legal implications.
The app has no installer, it is a portable app so just extract the app folder anywhere you like. For Linux just check executable permissions for the app, ffmpeg and ffprobe binarys from bin sub-folder.
Now, on Debian systems, (ex. Ubuntu) you can install the app using DEB files for x86 and x64. Just hit "Download app" link. The same form RPM files.
Please report impressions, bugs and features requests.
Known issues:
- you tell me!
If you like my app and you have an Amazon account, please RATE IT or BUY it ;). You can vote without a purchase. See the Amazon links below.
Also, donations are highly appreciated, they will keep me going :-)
Thank you.
Download app (GDrive folder)
Availabe on Amazon Store as an Windows installer (v2.2) ($5)
[US] http://www.amazon.com/gp/product/B00UXAFZ8O
[UK] http://www.amazon.co.uk/dp/B00UXAFZ8O
[FR] http://www.amazon.fr/dp/B00UXAFZ8O
[DE] http://www.amazon.de/dp/B00UXAFZ8O
Available on Amazon Store for MAC as dmg (v2.2) ($5)
[US] http://www.amazon.com/gp/product/B0158GZ136
Also available in Ubuntu Software Center (v1.8.0) ($3):
https://apps.ubuntu.com/cat/applications/dmmediaconverter/
And now, for Arch (v1.8.0) (thanks to Dea1993)
https://aur.archlinux.org/packages/dmmediaconverter/
Softpedia review:
1. http://www.softpedia.com/get/Multimedia/Video/Encoders-Converter-DIVX-Related/dmMediaConverter.shtml
2. http://www.softpedia.com/reviews/linux/dmmediaconverter-review-488145.shtml
Availabe on Amazon Store as an Windows installer (v2.2) ($5)
[US] http://www.amazon.com/gp/product/B00UXAFZ8O
[UK] http://www.amazon.co.uk/dp/B00UXAFZ8O
[FR] http://www.amazon.fr/dp/B00UXAFZ8O
[DE] http://www.amazon.de/dp/B00UXAFZ8O
Available on Amazon Store for MAC as dmg (v2.2) ($5)
[US] http://www.amazon.com/gp/product/B0158GZ136
Also available in Ubuntu Software Center (v1.8.0) ($3):
https://apps.ubuntu.com/cat/applications/dmmediaconverter/
And now, for Arch (v1.8.0) (thanks to Dea1993)
https://aur.archlinux.org/packages/dmmediaconverter/
Softpedia review:
1. http://www.softpedia.com/get/Multimedia/Video/Encoders-Converter-DIVX-Related/dmMediaConverter.shtml
2. http://www.softpedia.com/reviews/linux/dmmediaconverter-review-488145.shtml
Changelog:
2020.01.05 - v2.4.1 - Added eac3 audio codec
- Added set audio bitrate per channel. It is very useful in bulk operation where you can have multiple files with different number of channels. You activate this option in settings. I use it for every job type now and i recommend it turning it on.
- Added tunes grain and animation for x265 like x264 had.
- HW Video decoding. You can squeeze some more fps with this. You can find this in Options.
- You can now put some custom option in IN and OUT section of ffmpeg commands. In Options those are permanent, in More.. are only for that run. Use the hints for an example.
- Stream disposition. Now you can set like default or forced flag for a stream (audio, subtitle, etc.) Just right click on that stream and you will see the options. Green means default, bold means forced.
- Some bugs corrected. Ex. opening the app and had Enabled and Copy columns with width 0.
- Added experimental Qt5 linux x64 build.
- Updated ffmpeg version. Using 4.2.1 now. For x64 Linux I also provide an separated ffmpeg archive compiled with libmfx support, Intel Quick Sync. You can use this only on Ubuntu version 19.04 and up. You need also to install the necessary librarys.
sudo apt-get install libmfx1 libmfx-tools
On Windows i bundle the up with ffmpeg complied for x64, a little more speed. If you need 32bit then download the provided archive and replace ffmpeg binarys.
2018.12.31 - v2.3.1 - Long time no see, but i hope it was worth the wait!
- Image adjustments: brightness, contrast, gamma
- 3D stereoscopic conversions
- new -shortest option (defalut off)
- same UI tewaks for better scaling
- prevent computer sleep options (Win only)
- drop support for linux 32bit
- updated FFMpeg binary with latest version
- some other stuff that i can't remember :-)
2018.03.15 - v2.2.0 - Amazon release.
2017.03.30 - v2.1.0 - A lot. :-)
- Now you can have special characters in file names on windows and single quote on linux systems.
- FFMpeg progress output is done on single line.
- Clear settings when done option (default on).
- Split: new Trim mode
- More... no you could manually specify input file format (in case FFMpeg auto detection fails)
- NVENC on Linux x64 and Windows.
- Intel QuickSync on Windows (you must have Intel Media SDK installed). If you manage to get the SDK installed on Linux it should be working also.
- Lots of bug fixing
- Updated FFMpeg binary with latest version
- WinXP - no longer supported. You could use this version with a ffmpeg binary without mfx.
2015.09.11 - v1.8.0 - Watermark. Doubble click on image to quickly position the logo.
- First Mac OSX native build. Available on Amazon for 5$.
- Estimate encoded stream size if the encoding type is CBR.
- Small UI fixes and refinements.
- Small bugs fixes.
- Updated FFMpeg binary with latest version.
2015.05.21 - v1.7.0 - 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
2015.02.05 - v1.6.0 - 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
2014.10.31 - v1.5.0 - MAJOR RELEASE
- 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 - multithreading
- Some bugs fixed
- Updated FFMpeg binary with latest version
2014.10.16 - v1.4.0 - Internal release
2014.09.29 - v1.3.0 - Internal release
2014.09.16 - v1.2.0 - Bug fixing
- Updated FFMpeg binary with latest version (2.4).
2014.09.12 - v1.1.0 - ANOTHER BIG RELEASE!
- x264 and x265 extra settings field (ex. put there bluraycompat, etc)
- Metadata edit for stream and container.
- Show complete stream and container info.
- More output container options.
- Added Preferences in main menu. Please learn how to use "Latest" option because in the future i will not ship FFmpeg anymore.
- Added Test Run.
- Now you can rearrange and remove source files.
- On failure does not clear settings.
- Some code rewrites and bug fixing.
- Updated FFMpeg binary with latest version.
2014.08.21 - v1.0.0 - MAJOR RELEASE!
- Stream Profiles! Now you can define profiles for video and audio streams individually. Note: It does not store aspect ratio, this is by design. To apply it just right click on video or audio tab.
- Bulk Convert mode! Convert multiple files at once.
- 2 pass encoding for video codecs - Works in Convert and Bulk mode only.
- Reorder streams - just drag them in desired position
- DeShake filter - i use default settings for it. It is not impressive. I do not recommend it but you can try it.
- Creation_time tag - Now you can add or modify this container tag. Useful if you upload media and sort it by date (ex: G+ albums).
- Picture Settings are preserved when you reopen the form.
- HiDPI support
- Play file in external app (default system player) by dbl click on source file.
- Added all ISO 639-2 language codes :-)
- Lots of squashed code and UI bugs
- Added color coded stream types for easy identification.
- Updated FFMpeg binary with latest version.
2014.07.03 - v0.9.9 - Workaround for win32 trackbar missing label problem.
- Drag and drop source files initial support.
- Small UI fixes.
- In Split mode now you can select which streams will be prezent in output file.
- Updated FFMpeg binary with latest version.
2014.05.28 - v0.9.8 - Config file respects OS user's config directory
- Added DEB files. Thanks to Alin Andrei from webupd8.org :-)
2014.05.27 - v0.9.7 - Visual bug corrected.
2014.05.27 - v0.9.6 - Added support for VP8,VP9,Opus,Vorbis 2014.05.28 - v0.9.8 - Config file respects OS user's config directory
- Added DEB files. Thanks to Alin Andrei from webupd8.org :-)
2014.05.27 - v0.9.7 - Visual bug corrected.
2014.05.27 - v0.9.5 - Show start-up hints
- Updated FFMpeg binarys with latest version.
2014.05.21 - v0.9 - UI cleanups
2014.05.16 - v0.8 - Compiled for Linux x86 2014.05.15 - v0.8 - Added to many things to remember all
- Stable release
2014.04.25 - v0.7 - Added audio auto gain detect.
- Crop detection bug resolved.
- Some UI cleanups.
2014.04.24 - v0.6 - The windows build is on the same level as Linux one. - Added crop detection button in "Picture settings".
2014.04.17 - v0.5 - Initial release.
Added Linux x86 version.
ReplyDeleteAdded DEB files.
ReplyDeleteGives error when closing app
ReplyDeleteLaptop 64bit Win 8
Error
Heap dump by heaptrc unit
22748 memory blocks allocated: 8093388/8154280
22748 memory blocks freed :8093388/8154280
0 unfreed memory blocks:0
True heap size: 229376(160 used in System startup)
True free heap: 229216
Desktop 32bit Win 7
Error
Heap dump by heaptrc unit
24279 memory blocks allocated: 7639670/7702248
22279 memory blocks freed :7639670/7702248
0 unfreed memory blocks:0
True heap size: 229376(160 used in System startup)
True free heap: 229216
Sorry, it is a harmless debug message showing that the app has no memory leaks (0 unfreed blocks).
DeleteI will remove this on next version. Sorry for inconvenience.
Version 0.9.9 is up.
ReplyDeleteI'm really loving this software, cause it let you adjust things exactly the way you want them to be, and hope that it will gain popularity in the long term, so don't drop this project! A suggestion: it would be nice if it didn't automatically reset the settings after a job fails/is completed, so that I can restart it/process more files needing the same settings. A "reset" button might be a solution. Thanks again, 'n' keep it on :)
ReplyDelete(forgot it, I'm using the Ubuntu software centre version)
DeleteThank you for your kind words :-)
DeleteRegarding not resetting settings... i can not do it because will introduce a lot of inconsistencies (ex. if you are adding a file with a different number of streams ..). The proper way to do it is to introduce profiles which are on my to do list but i must figure it out how to do it first. :-|
The Ubuntu Software Center has an older verion (0.9.8). I have already posted the new version but it take a little longer than expected to get reviewed by them...
You can download the 0.9.9 deb and just click on it and the app will get updated, no need to wait.
Thanks!
DeleteVerison 1.0.0 now has a bulk mode and stream profiles that can help you achieve what you want. Please test it and tell me what you think. Thanks.
DeleteThe app is great, thank you for making it free. It is much simpler than the rather intimidating interface of Handbrake. An option for multi-pass encoding would be nice. It makes it easier to get the required file size, instead of having to guess RFs.
ReplyDeleteI will see what i can do...This will set me back a little because i was preparing a new release. Thanks for your feedback.
DeleteVerison 1.0.0 has 2 pass encoding. It works everywhere but in Merge Different mode. Please test it and provide feedback. Thanks.
DeleteNew version out v1.0.0. Major release!
ReplyDeleteNice program! I'm currently testing this in various Puppy Linux related distributions with the help of other Puppy murga forum members. Owing to these being tiny Linux distributions, to save installation size I am testing using the distribution's own installed ffmpeg rather than the one you provide. Worked well in Initial tests in most recent DebianDog and Puppy Slacko 6beta. However, not with the ffmpeg provided in default Puppy Precise 5.7.1. In that distribution, ffmpeg/ffprobe are actually just symlinks to avconv/avprobe. For the most part that should be fine, but dmMediaConverter seems to use the ffprobe option -print_format, which avprobe doesn't understand (both ffprobe and avprobe would understand '-of' as far as I know though, which is an equivalent I believe). May be other avconv/avprobe issues, but not many I expect since on the whole they have equivalent options available. Aside from that glitch, looks good for Puppy use, without adding much bloat at all! The relevant Puppy thread during testing is here:
ReplyDeletehttp://www.murga-linux.com/puppy/viewtopic.php?t=95473
Many thanks for this application! :-)
Hi, i am glad that you like my application and you find it useful to build Puppy linux packages for it. When i have started development of it i have tested both ffmpeg and avconv and i have found more differences then -print_format if i remember correctly. If-of option does behave the same i will include it in my next version.
ReplyDeleteIf i am able to assist you in any way don't hesitate to ask. Thanks.
Thanks greatly for your quick reply and offer of assistance, Marius, which is much appreciated. I note from the currently published avprobe official documentation, that it supports options "-of ini" and "-i", but not "-print_format ini". The older version of avprobe used in Puppy Precise 5.7.1, however, turns out to support none of these options. I'll certainly report back to you with any useful feedback from our Murga Puppy Linux forum and will also try to test on some system that uses a more recent version of avprobe (albeit substituting -of for -print_format). Looking forward to further developments of your program, which I'm sure will be highly regarded.
ReplyDeleteHi, can you test version v1.1.0 with option File-Preferences-System installed. Thx.
DeleteHi Marius, One tester at Puppy Linux forum commented about a Lazurus-related issue in the following forum post:
ReplyDeletehttp://www.murga-linux.com/puppy/viewtopic.php?p=797145#797145
quote:
"This isn't dmMediaConverter bug. It is Lazarus "compatibility problem" with newer libraries. I have a Free Pascal IDE which is built on Lazarus (it's part of freepascal SFS for Fatdog 600). That IDE fails with exactly the same error message. The compiler itself works, and other IDE that doesn't depend on Lazarus works too."
Hi William, i have read the post but i don't think i can do anything from my part to solve this issue. The only thing that i could do, is to make the application with another widgetset, which is not the case right now. Sorry.
DeleteAdded Arch with version 1.0.0. The application has been published on AUR by user Dea1993, many thanks to him. :-)
ReplyDeleteI am preparing for v1.1.0. Stay tuned! :-)
ReplyDeleteNew version, v1.1.0. !
ReplyDeleteNew version, v1.2.0. Bug fixing.
ReplyDeleteOn Mac the application runs just fine with WineBottler :http://winebottler.kronenberg.org/ Install this and then download and run the win32 version of my application
ReplyDeleteHi Marius
ReplyDeleteJust tried your app for the irst tiome looks good. But unfortunately the job failed, probably due to my incorrect settings. the error was
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
I have come from using Final Cut Pro on mac which imported AVCHD MTS files directly. I want to edit using Cinelerra which doesn't handle mts files. So I want to do a straight convert of video and audio to MPEG-4 and then edit.
I am not understanding some of the terminology like "streams" does that mean the video tracks and the audio tracks? if so what does a HD recording with one stereo audio track have?
Can you please explain what I need to do to do the conversion. I would greatly appreciate the help, then I can assess what appears to be a good app.
TIA Doug
Hi Douglas, a video (multimedia) file has multiple streams encoded with some particular codec encapsulated into an container file. In your case, the mts files has one video stream encoded with h264(i think) and one audio stereo stream encoded with ac3 (my guess).
DeleteNow, you could do an direct convert of your file by naming the output file with an mp4 file extension. If it fails than try to convert only the audio stream (uncheck copy) and choose AAC codec with a 320 KB/s bitrate.
If it still fails than you need to convert the video stream also, uncheck copy, select h264 codec, coose an 22 crf and you are good to go, it will take an while but this is your only option. Please, use the trst buton (next to Run Now) to test your settings (it will only encode 5 seconds).
Also, please, tel me how it goes. Thanks
Now, on Ubuntu Software Center the application cost 3$and i will consider it as an donation. This change was made because some people gives bad review without making the minimal effort to read anything. Also the version there is old, so it will force people to download it from here, where, it always will be free. Sorry for this.
ReplyDeleteI think that i will release a new version until end of the week ...
ReplyDeleteNew version, v1.5.0 !
ReplyDeleteHello Marius,
ReplyDeleteYou made a great job with this software, but Ido not have success with .wtv files and also most of my .mkv are not processed correctly. The analysis phase failed to recognized the containers and the streams. All I have in the "output" tab is this line :
# ffprobe output
No problem to process other files like MP4, or some rare mkv. I suspect some troubles with file name, but not sure at all.
I am on Win7 64 bits. I had to move the ffmpeg binaries into the mdMediaConverter directory.
Hi Bernard, on Windows i have a problem that if the console (cmd.exe) code page differs from the one used to encode the filenames then it will not work. Try to remove special characters (ex. non english letters ) from the file names and see if it works. Please, report back. Thx
DeleteYou are right, the bug occurs when filenames includes French lettres (such as é, è, etc...).
ReplyDeleteThe software do not support any french letters, even in the path name.
Bad luck: I want to convert my recorded TV from Mediacenter. They are .wtv files located in
"\TV enregistrée" directory, that is why I can not convert my .wtv files !
If i move the files to "TV" directory, no more problems for your software, but it is not convenient to use.
besides this bug, your GUI is one of very rare software that support correctly .wtv conversion, including multi-audio and with subtitles ! so it should be helpfull for every HTPC owners.
I am cuurrently running a conversion, that should work. I know how to use ffmpeg as a command line, but for some special cases your GUI is obviously more convenient.
I do not succeed to create stream profiles, the "add profile" is always disabled. ? a side effect of directory naming problems ?
Hi Bernard,
DeleteYou could start using an Linux based OS linke Ubuntu where this bug does not exists! I am an linux fan as you can tell :-p Leaving the jock aside, it is all about matching characters code pages , when windows cmd.exe (command prompt) will display correctly this file names than, theoretically my software will work.
Add Profile is enabled when a video or audio stream is selected and copy chackbox is unchecked (and you have done all desired steam settings). You can apply that saved profie by right clicking on "Encoding settings" area , also , copy should be disabled, or you can apply profiles to multiple files in bulk mode.
Thank you for your feedback and please tell me id Add Profile works for you.
Regards
Big thanks for the GREAT program. But PLEASE, x64 version for WINDOWS too. Thanks in advance. :-)
ReplyDeleteHi, you don't need an x64 build of the GUI. You can replace the FFmpeg binaries with x64 ones and you will get what you want. Download them from here:
Deletehttp://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20150126-git-f994000-win64-static.7z
New version, v1.6.0 ! Minor release.
ReplyDeleteE FOARTE TARE! Simplu si ff functional, l-am testat pe niste fisiere .AWLive si merge perfect. il recomand !
ReplyDeleteHi,
ReplyDeleteHappy new version to all.
Since long ago I wanted to say to you "Thanks".
You have created an extremely useful software tool, which have costed you great labour.
As I said, we lived long enough to see someone write a thing like that.
Stay alive and healthy.
It's very easy to work with dmMediaConverter. It's a wonderful helper while working with multimedia files.
I pray that you have strengh and nerves to develop the project.
Thank you so much for your comment. This is what keeps me going. :-)
DeleteHelp!
ReplyDeleteI want to install your software, but get the message: "This process requires the installation of packages from unsigned sources". I haven't found a solution in the web. What shall I do?
Thx, Andrew
Hi. It is simple. Open terminal, go in Downloads folder (cd Downloads) and type:
Deletesudo dpkg -i dmmediaconverter.XXX.deb
Did it work?
Thank you Michele Franzolini for your donation. :-)
ReplyDeleteI have added RPM packages!
ReplyDeleteIs it possible to make a "Concat" action in order to join multiple files?
ReplyDeleteCongratulation for this project.
Hi, this is what "Merge" function does! ;)
DeleteIf you have different kind of files (different codecs, rezolutions, etc) use "Merge different" options.
Plese reply is this is what you want.
Thx.
Thank you very much Gabi for your donation. :-)
Deletecan you add an option to add a AAC 2.0 as first audio track if the only track in file is AC3, DTS, DTS-HD ,etc ?, as well as keeping the original audio track as 2 track ?
ReplyDeletethanks.
I think you can do it like this: Add the source file twice, modify the audio from the first one as you like and from the seconf file unckeck (enable) the video stream and leave copy for the audio one. You should have 3 checked streams in total , one video and 2 audio (one beeing modified). Press Run Now and tell me if you succeded! :-)
Deletethat is what was try to do below.
DeleteFor me, it is working..i have tested it. Sorry. Just a thought: Try to remove stream / container metadata.
Deletewhen i try to run it is error as below.
ReplyDeleteof: 1: of: /opt/dmmediaconverter/bin/x86_64-linux/ffmpeg -fflags +genpts -y -i "/home/andrewblackburn/Videos/test.mkv" -map 0:0 -c:v:0 copy -aspect:v:0 16:9 -metadata:s:v:0 "language=eng" -metadata:s:v:0 "BPS=5334782" -metadata:s:v:0 "BPS-eng=5334782" -metadata:s:v:0 "DURATION=00\:43\:36.739000000" -metadata:s:v:0 "DURATION-eng=00\:43\:36.739000000" -metadata:s:v:0 "NUMBER_OF_FRAMES=62739" -metadata:s:v:0 "NUMBER_OF_FRAMES-eng=62739" -metadata:s:v:0 "NUMBER_OF_BYTES=1744966642" -metadata:s:v:0 "NUMBER_OF_BYTES-eng=1744966642" -metadata:s:v:0 "_STATISTICS_WRITING_APP=mkvmerge v7.6.0 (Garden: not found
Sorry, i have no ideea
Deletehmm, shame this app was just what i was looking for, i do have mkvmerge (v7.8) installed.
Deleteso can you not debug your app to what is '_STATISTICS_WRITING_APP" ?
This is from medatata in the file... i think this is the cause of the failure. Try to remove it.
DeleteRemove video stream metadata. Right Click on the video stream (From Stream list) and delete the whole page.
Deletei did not set one up.
Deletenow i get this
DeleteCould not write header for output file #0 (incorrect codec parameters ?): Invalid argument
http://pastebin.com/CYetWga4
Deleteafter disabling subtile track seem to be running, but each time i have to remove meta info from video/audio tracks.
Deleteadding 2 copies of same file and disabling other unneeded tracks, result in a file with NO AUDIO tracks at all.
DeleteIf you want i can provide you with a test version of my app that drops " ' " automatically on linux.
DeleteThat is strange. Again for me it is working. Just be shure that enabled checkbos it is ticked for both aof them.
ReplyDeleteYou do not have to remove the whole metadata, just edit it and remove every accourence of the apostrophe character ('), you can not have this in a linux command escaped.
hmm, strange, any way to do this with job mode ?
DeleteI think it could be done using video stream profiles. Use convert mode. Add a file with bad metadata, leave everythung enabled and copy checked but right click on video stream and edit metadata, just add for example language=eng.
DeleteThen, from menu add a video profile with a name as you like.
Now, using bulk mode add all files with this bad metadata and on vidoe option use that stream profile. Now hit add job and then start the queue. Resulting files should have video metadata removed. Please tell me if it works.
Hi! How do I convert from mkv to mp4?
ReplyDeleteHi, just put .mp4 extension to the output filename.
DeleteIs it possible to add a watermark?
ReplyDeleteSorry, not yet.
DeleteIn the latest version you can do this manually (it is very simple):
DeleteIn Convert mode, first add video file and the the logo (PNG image). Uncheck Copy for the movie video stream and choose desired encoding settings.
Press "More" button and in "Other" add this:
-filter_complex "[0:v][1:v]overlay=main_w-overlay_w-10:10"
This will overlay the picture on top of the video at 10,10 pixels from the top right corner. Note that you can not use any additional Picture Settings Options.
Press Run Now, choose an output file and enjoy ;)
Version 1.7.0 is out ;)
ReplyDeleteHi, can you use this link?
Deletehttps://www.mdonline.ro /FileHosting/Blogger/dmSimpleApps/dmMediaConverter/dmMediaConverter_v1.7.0_linux_x64.tar.gz
ths.
Thank you Jan Bour for your kind donation!
ReplyDeleteThank you Daniel Yargici for your generous donation! :)
ReplyDeleteIf you want I could help in develop,for example watermark or UI and maybe in the core part but my specially is in graphic and UI.
ReplyDeleteIf you want to talk about this contact me.
Hi Ara and thank you for the offfer. But, since i charge for the app on different sites this can not be done. Sorry for the late reply.
DeleteAs a coincidence, i have done some basic watermark gui for the upcoming v1.8. :)
Really I didn't understand your excuse but I wish you success and I'm waiting for 1.8 ;)
ReplyDeleteHi Marius! Thanks for your excellent app. I think it's the best ffmpeg frontend I've ever used! If I can suggest something: it would be very useful to add a bitrate calculator or at least something like "estimated filesize info". How do you find it?
ReplyDelete+Thomas Stanisz Check version 1.8.0 i have implemented some sort of stream size info if the encoding type is constant bit rate (CBR). If the encoding type is constant quality then it is impossible to calculate it. What do you think?
DeleteThanks, that's just what I was meaning :)
DeleteThank you CARLOS LOPEZ BELENGUER for your donation!
ReplyDeleteVersion 1.8 is up!
ReplyDeleteNow you can buy an native MAC version (v1.8.0) from Amazon for 5$.
ReplyDeletehttp://www.amazon.com/gp/product/B0158GZ136
I hope you like it.:)
Thank you Nicolas Lossec for your donation!
ReplyDeleteA big thanks to my good friend Adian Hoinaru for his kind donation. ;)
ReplyDeletehi I'm trying v1.8.0 on centos 6 with a .ts file, trying to convert it to avi but the program says:
ReplyDelete'Cannot map stream #0:4 - unsupported type.
If you want unsupported types ignored instead of failing, please use the -ignore_unknown option'
I don't know where this option is. There's a 50 second sample of the original .ts video here:
http://198.91.92.112/video/test.ts,
and here;s the full error scroll:
http://198.91.92.112/video/dmmedia-error.txt
could you take a quick look and point out if I'm doing something wrong? Thanks
Hi Anthony...there are several problems. First is stream no 3, an mp3 audio which i think it is corrupted, you should uncheck "Enable" for that stream. And then it is stream nr 4 which iis unknown by ffmpeg. For this you have 2 options, first also uncheck "Enable" for this stream. The second option is to click "More" button and add to Other: "-ignore_unknown".
DeleteShort version: Unckeck "Enable" for streams # 2 and 4 and you should be ok.
Does it work for you? Thanks.
sorry no it doesn;t work, I disabled # 2,3,&4 but I still get 'Cannot map stream #0:4 - unsupported type.'
DeleteIt is working for me using the provided sample. Try with -ignore_unknown option.
Deletestill doesn't work, now I get 'unable to find a suitable output format for 'ignore_unkown'
DeleteDon't forget the dash in front..."-ignore_unknown"
Deleteah thankyou the dash in front worked
DeleteI have two rather "cosmetic" remarks:
ReplyDelete1. Settings tab--->streams list. When the "Enabled" checkbox is unchecked (the stream is disabled), the "Copy" checkbox should be inactive at all (grayed out), but it's still active, though, of course, it does nothing.
http://zapodaj.net/ab95330a11828.jpg.html
2. Job progress (left bottom window corner): When 2-pass decoding is running in the brackets there is "2" digit. Should't it be more logical to display "1 of 2" while the 1st pass is running and "2 of 2" during the second one?
http://zapodaj.net/9577ee7d99fa5.jpg.html
Hi, regarding your suggestions:
Delete1. The stream turn gray....this visually means disabled....so copy checkbox does nothing...i think this does not confuse users.
2. Unfortunately "2" means that will be 2 steps....in may program logic i have no way to tell in which step the ffmpeg is running. I have designed this that when you start a job, it is passed to the OS completely, with all the 2 step information, so if my app crashes the ffmpeg job will continue to do the encoding until it finishes.
Thanks.
Thanks for your reply:)
DeleteAnother question: What about other language versions?
Hi, the effort that i have to do to make the app multi lingual will have little real beneficial effect, majority of the people will know what is written on the app. For the little time i have to develop this app i prefer to add or polish functionalities.
DeleteI think that greater effect will have demo youtube videos spoken in other languages. What do you think?
Trying to split a clip at an exact point is too challenging with the mouse.
ReplyDeleteWiping out data all the time a freaking annoying.
Threw away $5.
Sell the source please. You're not gonna make it do exactly what I want and keep everyone else happy too...
Argh ;)
You can use the ARROW KEYS for that fine positioning! It was explained in some post above.
DeleteI am sorry that you fell this way.
Marius, nice work, your app is amazing.
ReplyDeleteI have one suggestion, why don't you combine your app with MakeMKV? Probably there must be one interface in MakeMVK that could make it possible.
Thanks Carlos for your kind words. The problem is that these apps are made with different programming languages, made by different people and serves different purposes. Mine is just a ffmpeg frontend, makemkv does not use ffmpeg. And, diversity is a good thing...in software applications ... ;)
DeleteI was thinking in some kind of integration between these two apps. You said that media ripping is not the purpose of your app, but if one day you realize that this feature could be a good idea you could think about it. No need to rework doing this. Of course, you would need to ask for authorization.
DeleteYou are right i had my mind somewhere else and i confused MKVToolNix with MakeMKV. The are complementary apps and both of us will want to preserve his app. So ... what i want is that ffmpeg to have the capability to read ISO files and then i will implement this in dmMediaConverter.
DeleteThank you Daniel Baechle for your kind donation!
ReplyDeleteHi,
ReplyDeletebest converter out there :).
But I have one problem and one suggestion.
I am using the Windows version and have a problem with stream profiles.
I add a video, uncheck copy and change my settings. Now I should be able to add a profile but the button is still greyed out. Is there something I can do?
And here my suggestion:
Would it be possible to automatically set the output file? Like take the source filename and add a specific suffix to it. Example would be video.mp4 to video-1.mp4.
Hi, thanks for your appreciation!
DeleteFirst...i think it is a small bug. As an workaround for this try to add the file using the "Add Files" button from the left of the window and not by dragging it. Does it work now?
Second ...it could be done but what if the renamed file exists ... should i just rewrite it or should i do something else. I will take this into consideration.
Thanks.
maybe just a popup which asks for confirmation to overwrite the file, if it already exists.
DeleteDid you managed to create an stream profile using that workaround?
DeleteYes using "Add Files" works fine :).
DeleteAnother thing I noticed is that while jobs are running the converter takes all the cpu power. I cant even properly browse the web. I dont have this problem with handbrake for example.
DeleteThank you Michael Brandl for your kind donation! :-)
ReplyDeleteWhat about the possibility for 'PAUSE' & 'CONTINUE' a job, so we can shutdown de PC?
ReplyDeleteThanks for your work!
Hi LGM! By design my app has no control over the running ffmpeg job, in case my app crashes for any reason, ffmpeg will continue finish the job in background, not losing your time.
DeleteAnyway...on windows there is no safe way to susspend an external process.
What you need is just an OS function like putting your PC in STANDBY or HIBERNATE.
IN HIBERBATE you can swich power off completly...saving all your RAM to disk and current state off all your processes...including dmMediaConverter. All major operating systems have this function in a stable form by now.
Have i answerd your question? Thx.
Yea! that it's an excellent solution ;) Many thanks.
DeleteIt's a feature i always asked myself WHY nobody implement it, but now i understand that it's on the ffmpeg side.
I use LinuxMint and im gonna give the hibernate solution for a try to see the stability (since i use x265 for re-compressing al my H.263 videos and it's a very slow thing).
Will we see more filter in the future? (like sharpening, denoiser, VDub filters...)?
By the way... Great for 'Deshaker'!!! (very necessay for mobile videos).
Are you about to use Nvidia-CUDA or something for speeding up the thing? (i read ffmpeg can use that).
I'm enthusiastic on your work. Thanks a lot!
I will see what i can do...
Deletegreat GUI, love it. But one question, can you tell me how you did calculate the job percentage in the footer when file will be encoded?
ReplyDeleteThanks Matthias.
DeleteThe percentage shown it is not very accurate and it is calculated based on total source length and time shown by ffmpeg output (i read line by line).
It fails when you only convert a part of the movie (using -s or -tt options) and it runs twice too 100% when it is a 2 step job.
I hope that i have made my self clear.
okay i understand. have you a little piece of code of the ffmpeg output reading for me? on my output i only get the whole output string.
DeleteI am sorry but i can not give you a part of my code. I am using a TProcess with pipes and reading into a buffer. Form that buffer i am looking for line endings and this is how i get individual lines. Then i read the time part and convert into a tdatetime. This is how i get the percentage.
Deleteok thanks anyway :)
Deletebest ffmpeg GUI i've seen, only get an error when trying to encode H.265 main10 profile.
ReplyDeleteThanks sprndrcr! Can you post the output log?
DeleteHere you are: http://pasted.co/633b0f36
ReplyDeleteStrange, ffmpeg doen't accept main10 even if i am using the latest ffmpeg release with 10bit support. Rename ffmpeg-10bit into ffmpeg from the archive and you can give it a go but it doen't work.
Deletehttp://johnvansickle.com/ffmpeg/releases/ffmpeg-release-32bit-static.tar.xz
I have no ideea. Sorry.
No problem, i'll encode in 8 bit for now.
DeleteThank you Michael Thompson for your kind donation! :-)
ReplyDeleteDear Marius!
ReplyDeleteCongratulations! This is a very nice frontend for ffmpeg.
I was wondering, whether there is a way for changing the font of the subtitle. Also, it would be nice if it was possible to preview what the bunrt in subtitles will look like.
And is it possible to increase the font size?
ReplyDeleteIt would be cool, if there were more options at the subtitle section, so that the subtitles could be formated too.
Hi Word Peace ;)
DeleteIn Subtitles tab there is a field called Forced Style where you can put some formatting options. Enter something like:
"FontName='DejaVu Serif',PrimaryColour=#HAA00FF00,FontSize=40". You can just enter "FontSize=40" without the "" if you just want to change the size.
Does it work for you?
Dear Marius,
ReplyDeleteIt needs a little experimenting, but it is working!
Thank you, and God bless you! :)
Hey.
ReplyDeleteIs it possible to get the Mac version for download in Europe?
And does it support PAL?
hey...do you mean the Amazon Version. You should beable to download it form https://www.amazon.co.uk/Dalacu-Marius-dmMediaConverter-Download/dp/B0158GZ136/ref=nav_signin?ie=UTF8&qid=1462769179&sr=8-2&keywords=dmMediaConverter&
DeletePAL it is a special framerate and resolution...the player should support it (25/50 fps with 720x576 resolution). Make note that this software does not encode in DVD format. It does not have mpeg2 codec (old) for encoding, only decoding.
When I tried to convert a .mkv to an .avi I got this error message:
ReplyDelete[avi @ 0x3508960] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
av_interleaved_write_frame(): Invalid data found when processing input
frame= 1 fps=0.0 q=-1.0 Lsize= 16kB time=00:00:00.25 bitrate= 517.7kbits/s
video:1kB audio:6kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 131.854446%
Conversion failed!
I solved this by manually executing the command explained here: https://www.ffmpeg.org/ffmpeg-bitstream-filters.html#h264_005fmp4toannexb
So I opened the Linux terminal and typed:
ffmpeg -i input.mkv -codec copy -bsf:v h264_mp4toannexb output.avi
And it worked.
Please fix this feature at the app.
Hi Carlos.
DeleteYou don't need to run another ffmpeg command.
Just put this option in "More - Other", like this "-bsf:v h264_mp4toannexb", without the quotas.
This problems occurs only when you are converting to avi format, without conversion, if you do it without stream copying the it works just fine.
It's posible to resize (1080p to 720p for example) in bulk mode? I tried with some command in text params but not worked. It's posible? anyway it's best gui ever.
ReplyDeleteHi unknown!
DeleteOf course it is possible! :-)
You should make an video profile first. In convert mode, add an video file then Picture settings and at scale enter 720 for height. Close the Picture Settings window, and then choose your encoding parameters. From the menu add a new video profile. Name it as you want.
Now, choose bulk mode , add your files and at video tab select your video profile. The rest you know it.
Please tell me if it worked.
I saw these options, but are always unselectable. Any clue what im doing wrong? I try to make a profile with an mkv h264, nothing rare. Anyway it never doesnt let me chose any profile to load.
DeleteCould be an bug in the app if you drag and drop the files, try to add them with the Add Files button and you should have Add Stream Profile enabled. It is working now?
DeleteMarvelous. Yes, as you told, Drag'n'drop bugs add stream profile option. No problem knowing that. Works like a charm. thanks
DeleteThank you Sam for reporting back. I think i will finally get rid of that bug in 1.9.... hopefully :-)
DeleteHi, I have tried your great program for splitting features and I have a request to submit.
ReplyDeleteCould you please add a new Job type in order to extract a clip from a video file between 2 time points ?
I use the split mode but the process takes a lot of time because the program scans the entire stream.
For example, if I need to extract a clip of 5 minutes from a complete movie, I have to split the stream in 3 files and delete the 2 useless files.
Your program would be faster and more powerful with an "extract" mode.
Hi, thank you for your feedback. Unfortunately, my application uses ffmpeg segment function which does not have this feature...the only thing that i could do is to generate all the split files and then delete the unwanted one,,,i can not overcome writing the unwanted parts...
DeleteThe problem would be the same. The job will be too long. The best way is to use this ffmpeg fonction :
Deleteffmpeg -i file.mp4 -ss START_POINT -to END_POINT -vcodec copy -acodec copy output.mp4
You could easily add this function and your application would be perfect.
For the moment I use the command line to extract videos but it is not user-friendly.
Ok, i will see what i can do about it...
DeleteThank you.
DeleteThis feature will be present in version 1.9.
DeleteDear Mr. Marius, I would have another subtitle related question.
ReplyDeleteWhat is the code for adding a background for the burnt in subtitles? If it is possible to add a box (background),is it possibe to change the opacity of the box?
It would be nice if the users would know, what commands they can use to change the characteristics of the subtitles.
Also, in the future versions it would be nice, if a subtitle preview could be included.
I still think, that this is probably the best interface for ffmpeg in linux.
Under windows a program called Avanti is very powerful.But under linux this is probably the best!
Congratulations again. May God bless you for all your selfless efforts to develop this very good program!
Hi World Peace and thank you for your kind words! :-)
DeleteThis is an example for your needs that can enter in Force Style field:
FontName='DejaVu Serif',PrimaryColour=&H0000FF00,OutlineColour=&HCC0000FF,BorderStyle=3
The color format is as this &H + AA + BB + GG + RR (transparency,blue, gree, red)
More info about ASS filter style here: http://fileformats.wikia.com/wiki/SubStation_Alpha
I hope it helps.
Please report back if it is working for you.
Thanks.
Helo again....regarding the preview part i have done it in version 1.9...not available yet.
DeleteYou can read more about supported options in subtitle filter here:
http://moodub.free.fr/video/ass-specs.doc
Mr.Marius thank you very much for the hint!
DeleteIn the meantime I also found this option in SMPlayer settings,
(Fontname='Microsoft YaHei',Fontsize=23,PrimaryColour=&H00ffffff,BackColour=&Hff000000,OutlineColour=&H55ff0000,Bold=0,Italic=0,Alignment=2,BorderStyle=3,Outline=0.9,Shadow=0.3,MarginL=20,MarginR=20,MarginV=8)
which also gave me good ideas on how to customize subtitles.
and it was a pleasant surprise that when I moved the cursor on the preview window in DMMediaConverter preview window, it showed me a preview of the subtitles as well.
Well, all I can say is, that for linux, this is the greatest frontend for ffmpeg so far!
I wish you success in all your future endeavours!
Can you add option for selecting split points by frame?
ReplyDeleteI think this is better and more precisely than selecting by time.
Hi, sincerely i don't think that it is needed. You usually don't have over 100 frames per second and since you candadjust the ms slider with 1ms resolution that gives you 4 control points per frame for an average movie of 25 fps ...
DeleteAnyway i will think over it.
Suggestion:
ReplyDeleteAdd a option to convert an 5.1/7.1 audio stream to stereo 2.1.
Today I had to to it manually using the command explained here: http://superuser.com/a/1041865.
Hi Carlos, dmMediaConvertor does this from version 1. In Audio stream choose Channels from "Same" to "2.1" or anything that you want.
DeleteIt will downmix from whatever to 2.1.
Cool, I didn't see that before, thank you.
Delete*Bonus Suggestion:
Maybe you could create a helper inside the app where the user can search for a key word and find related help information about it, for example, I didn't know that there was an option to downmix audio stream, so if I open this helper and search for the term:
"2.1 audio", or "stereo" or "convert audio channel" it would display high lighted information that has these key search terms.
Yes, i try to do an online web page ...but i always had other things to do ...
DeleteVersion 2.1.0 is out :-)
ReplyDeleteI am sorry too Andrea. I wish you well.
ReplyDeleteHello. I'm using version 2.1.0 of your program and I ran into a problem that I'm unable to resolve. When I open up a file it appears in the area that says 'Source Files' and the area that says 'Streams' is empty. Because of this I'm unable to adjust any settings like video encoder settings and audio encoder settings.I'm unable to encode any videos and if I click on an area that isn't greyed out like the picture settings, I'm met with a popup that says: "" is not a valid boolean. Press OK to ignore and risk data corruption. Press Cancel to kill the program.
ReplyDeleteI've used your program a lot and this is the first time I've run into a problem like this. Can you please help me? I've attached a screenshot below.
http://imgur.com/a/lNRsZ
Hi. Unfortunately from the screenshot i can't tell much. i think the ffmpeg binarys are not present or not marked as executables. What operating system do you use?
DeleteI use Arch Linux, and I managed to get it working just now. I originally downloaded the x64 file from your Google Drive and that's the one that didn't work for me. I just downloaded x86 file and this one is working fine.
DeleteThank you William Pereira for your kind donation!
ReplyDeleteThank you Kris Van Impre for your donation!
ReplyDeletehi, I'm doing some test with v.2.1.0 and I'm having some strange results.
ReplyDeletesame file same video codec and parameters: h265 quality 23.
option 1 = audio constant bitrate 192kbps 1gb file more or less.
option 2 = audio quality 4 I got a file more than 2 gbs.
Coding in h265 gives smaller file with more or less the same quality but y cannot use audio variable, it always give me a very large file no matter what quality level I set, anyone have the same results?
its the audio stream what makes file large, the audio track its larger than video.
You are right Sam, something is off...i thing i am passing parameters to an old version of native AAC codec. I never used this, aac vbr, and i didn't saw it. I will try to see what i can do. You can only use 1 or 2 value on the scale for now ....
DeleteNo problemo. Just to let u know. excelent job
DeleteSAm, if you you want to test the fix please provide an email address and specify OS. Thx.
DeleteThank you Chris Barth for your donation!
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehi Marius this is the best ffmpeg gui i used. But the only problem is am not able to encode 10bit x265. i hav selected the main10 profile from dropdown menu and used 10bit ffmpeg, still the output is 8bit. When i used this ffmpeg command line with x265 pipe am able to get 10bit output.
ReplyDeleteffmpeg -i "path" -c:v libx265 -pix_fmt yuv420p10le
So it will be great if you could add an option to add custom ffmpeg commands and pipe to external encoders in future updates.
Hi Salman, I have tested it using the 10bit static build ffmpeg and it is working.
DeleteJust use "-pix_fmt yuv420p10le" without the quotas in More/Other (button, buttom left).
Please tell me if it is working for you.
Thanks.
olso, make sure that the ffmpeg executable is still named ffmpeg and not ffmpeg-10bit, rename it.
Deleteyap it worked. i would like to know how to pass flags in scale plugin. i want to use lanczos scaling. and an option to use profiles.
DeleteScaling algorithm is global, so in More/Other you should put something like "-sws_flags lanczos" without the quotes.
DeleteWhat do you mean by profiles?
sorry i meant presets. is there any way to make preset
DeleteYes, you can make presets on streams, make your video settings in Encoding Settings and then from the Menu/Profiles/Add Profile, name it and that's it. You must do this separately for video and/or audio. To apply them just right click somewhere in Encodin Settings area. Is that you wanted?
Deleteyap got it. there are many hidden functions in this. hoping u wil make some changes to the ui in next versions. and a menu list of more ffmpeg plugins for easy editing.
Deleteffmpeg takes about 3 minutes to convert my MKV to MP4. This program takes 40 minutes.
ReplyDeleteYou have to give me more details for me to be able to assist you. Maybe you just copy the streams with your command and you reencode the streams with dmMediaConvert.
DeletePlease post your ffmpeg command and also try do describe what you are doing in my program.
Thanks.
Thanks for the reply!
ReplyDeleteUsing the ffmpeg command, this is what I type to convert an MKV to MP4:
ffmpeg -i filename.mkv -vcodec copy -acodec copy filename.mp4
For some reason a lot of extra work is being done via your interface.
On a completely separate note, can your program (or ffmpeg alone) convert both m2v & ac3 files to MP4? That way I don't have to convert them to an MKV at all.
Thanks again!
Hi J, as i suspected your ffmpeg command just changes the container format, without reencoding any streams. You can achieve the same in dmMediaConverter leaving "copy" checked for all the streams. You should achieve the same speed if you are reading and writing to the same file systems in both situations.
DeleteYes, you can, mp4 container accepts mpeg2 codec (this is in m2v file), so you can do it directly, without reencoding. Just add video file and audio file, and choose .mp4 as file extension when asked for the output file name like "outfile.mp4". That's it.
Is it working for you?
Thanks.
OK, thanks. I think I have it working. But I've hit another road block. When I convert a 1GB VOB to MPG, the size is only 140+MB. How do I change the buffer size and what size should I use to equal the VOB? Thanks again.
DeletePlease, try to explain what you need to do, for what are you using the output file? Why do you need a mpg file?
DeleteThank you Lenny Bruyninckx for your kind donation. :)
ReplyDeleteHello
ReplyDeleteYour software always save file as .MKV how can I save my output as .MP4?
Thanks you
Hi Joe. It is very simple. When you choose the output filename just put after the name .mp4. like movie.mp4
DeleteThat's it! ;)
Hello. Its cool software.
ReplyDeletequestion: How can I send metadates to the beginning of file (like command in console --movflags +faststart) Its need to fast run ib browser.
Sorry for my english - ins nit my native lang). Thenks
Hi, you shoul put this in More (button down,right), Other:
Delete"-movflags faststart" without the quotes.
Tell me if it worked.
Thanks.
I think its working. But now appear another problem with crash og ffmpeg. Its appear when i choose 2 pass decoding. https://yadi.sk/i/6HgiLTVx3R7Y7G
Deleteok...coul you provide me an file sample to test this for my self?
DeleteThanks.
https://yadi.sk/d/mBCVG6eQ3R7q6k
ReplyDeleteI took from this torrent.
I think thats because 2nd pass has more frames than 1st, but i dont know why it so
Hi, i can not download the torrent file because i on vacation.
DeleteCan you please test this version and see if the problem persists. I try to figure out if it is a ffmpeg problem or something related to my program...
thx.
https://drive.google.com/open?id=1nal4TG4hqJakQP-XD06Ze3wlO0GB-cAo
yes, i can) i'll try about 2nd january
ReplyDeleteOk. Thanks and have a great new year! ;)
DeleteHi. New version didnt help. Its strange, that on one my computer all works, and on another fall down.
ReplyDeleteHi, thanks for testing. If on your computer it works then there is nothing i can do because it means that i am passing the right commands to ffmpeg.
DeleteOn the other computer you can have some problems with cpu overheating or memory corruption. Try to run a memory test.
No. That computer is rather powerful - thats why i try to use it. Its rare problem, and it was on fist comp, but dissapeared (i dont know why, i installed mmpepeg, codecs ect).
ReplyDeleteFound this theme: http://forum.doom9.org/archive/index.php/t-154898.html
I am sorry but after i read you link i have came to the conclusion that it i really can not help with this.... :/
DeleteThank you Luke Sharkey for your donation. :)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHi. Tell me: 1) how to add a folder with files to the program to recode all files with the same settings? 2) how to see the final file size when encoding in 2 passes and specifying the Bitrate? 3) How to make the output mp4 file, using More and indication of the output mp4 file. After recoding, the file format becomes .mkv.
ReplyDelete