Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
12th August 2019, 12:42 | #101 | Link |
Registered User
Join Date: Oct 2001
Posts: 454
|
Thanx for this app. Didnīt know it so far, just tested it, works great!!
Is there a chance you could add some things: - distribute encodings over several CPU nodes (I have several Multi CPU Machines - when doing 4 encodes at once, it would be nice to have them eavenly spreaded over the cpus/cores to max out CPUs.) - Include "grain" and 10bit switches for HEVC (10 Bit I found, was easy, not enough coffee...= - Support AAC HE Audio Coding with good quality (I found a hidden switch in the ini file, but how do I activate AAC HE now? Checke, if my compile is able to do it, but I need help enabling it in DMmediacoder) Thanx Edit: Figured some stuff out myself, so I corrected this post-.. Last edited by ReinerSchweinlin; 20th August 2019 at 11:31. |
20th August 2019, 11:35 | #102 | Link |
Registered User
Join Date: Oct 2001
Posts: 454
|
Another thing I noticed: When converting Files via batch from FLAC Audio to AAC, mediainfo shows the old bitrates of the FLAC files in the AAC streams - they play fine though.
When dealing with multiple audio streams in a batch and different channel counts (stream 1: Stereo, Stream 2: 5.1, Stream 3: mono, Stream 4: 7.1 ...) - is it possible to set "bitrate per channel" ? Or maybe choose a CFR ? If I set a fixed bitrate, its too much for 2 channels, but not enough for 8 channels Last edited by ReinerSchweinlin; 14th September 2019 at 08:50. |
27th September 2019, 08:37 | #103 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
2. i don't think ffmpeg supports this flags 3. as an workaround, just add the source file twice and disable all the other streams from the second source leaving only the desired audio which you will convert with a different settings. i hope this helps. |
|
27th September 2019, 08:52 | #104 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
2. Last time a ihave checked there was no grain profile for hevc in ffmpeg. 3. First you need to use ffmpeg compiled with libfdk. Then, use something like this for aac he if you really need this, it is only for low bit rate! I hope it helps! |
|
29th September 2019, 15:12 | #105 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
At first i wanted to do Container profiles witch was a collection of stream profiles but i never had the time to implement this...sorry. |
|
29th September 2019, 16:27 | #106 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
2. You can set the default and forced flags for audio and subtitles like this: -disposition:s:0 default -disposition:s:0 forced Note s in -disposition:s:0 in this case stands for subtitle and not stream. To select the second steam by index use -disposition:1 3. If I remux 70gb files this would have to read 140gb + writing at the same time, which takes a long time. It would really help if you could add it by selecting the streams, as per the command line example in my above post. Thanks! |
|
2nd October 2019, 16:00 | #107 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Do you know if multiple streams of the same type could have the same flag? Does it make any sense? Thx. |
|
3rd October 2019, 00:14 | #108 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
In this example , the Kodi media player will automatically select the correct forced subtitles matching the selected audio language. (this is why the forced flag is important, it allows the media players that correctly support them to automatically select the subtitles matching the audio, just like DVD & blu-ray players). |
|
3rd October 2019, 13:26 | #109 | Link |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Hi, test this and please, provide feedback for stream disposition.
Just replace the exe in the application folder https://drive.google.com/file/d/11sM...ew?usp=sharing Hint: Right click on stream Last edited by mdalacu; 3rd October 2019 at 17:48. |
4th October 2019, 15:33 | #110 | Link |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Forget the above linke, it has a few bugs..
Try this. https://drive.google.com/file/d/1MMq...ew?usp=sharing Just rename it as an exe file and overwrite dmmediaconverter.exe Soo wha't new in this version: stream disposition: default ,forced duplicate stream ! Test and provide feedback. Thanks. |
8th October 2019, 05:00 | #112 | Link |
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,101
|
Thanks for the test version...
Tested it on 2 different machines under WinXP and Win7-64, and both have the same issues: While the "default" and "forced" stream tags work well, the video preview in the "Picture Settings" window is broken. Just an empty video area, no error message. The other thing which makes little sense to me is the new "Screenshot" tab. All I can do with it is see the string, it is not even possible to copy the string to the clipboard by right-clicking it (CTRL-C works). It should offer the possibility to open the screenshot in a picture editor by either right-clicking or double-clicking this tab. And since the "Stream Settings" window does already show this same screenshot I do not really see its usefulness. Cheers manolito |
8th October 2019, 05:16 | #113 | Link | ||
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Quote:
Thanks. EDIT: Just to be shure that there are no mixups i have reuploaded the file. Use the last link. Thx. Last edited by mdalacu; 8th October 2019 at 05:32. |
||
8th October 2019, 08:09 | #114 | Link |
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,101
|
Reuploaded and tested again..,
This is indeed a different version, I can tell because the new one does not say "TEST VERSION" in the title bar, and there no longer is a Screen Shot tab. And yes, there is a "Duplicate" item when right-clickin a stream (was also present in the previous version). But still I do not get any video in the "Picture Settings" window. Just an empty screen area... |
8th October 2019, 10:30 | #115 | Link |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
Please, redownload from the same link. Thanks. |
10th October 2019, 15:34 | #118 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
Ohhhh thanks a lot ! The windows version seems ok, but could you please:
This would be perfect. Many thanks ! |
|
11th October 2019, 06:22 | #119 | Link | |
Registered User
Join Date: May 2014
Location: Bucharest, Romania
Posts: 109
|
Quote:
2. Maybe in a feature verion.. 3. I have uploaded the file. Just rename and overwrite the binary. Also linux is my main os. https://drive.google.com/file/d/1sJy...ew?usp=sharing |
|
11th October 2019, 10:40 | #120 | Link | |
Registered User
Join Date: Nov 2006
Posts: 415
|
Quote:
This should be an easy fix. (i.ex just replace "ac3" with "eac3" in the command line and add it to the drop down box). Many thanks. |
|
Tags |
ffmpeg, frontend, gui, handbrake, linux |
Thread Tools | Search this Thread |
Display Modes | |
|
|