The video quality of this file is the best I can find on the internet. I just wanted to change the soundtrack to English.
+ Reply to Thread
Results 1,021 to 1,050 of 1844
-
-
This mp4 was muxed incorrectly.
That is why it is completely asynchronous.
The file cannot even be demuxed correctly by the creator program Mp4creator.
With the help of My Mp4Box-GUI I was able to demux it and mux the result again.
The correctly muxed file is synchronized and the streams are extracted correctly by clever FFmpeg-GUI and MKVToolnix.
So both programs are working correctly, the problem was with the source file.Last edited by ProWo; 5th Jun 2024 at 08:22.
-
In such cases, there are always problems with the source file, which is what makes the solutions to resolve them highly valuable.
-
I told you the result from my analysis.
Try yourself to demux this mp4 with mp4creator (it was muxed with them).
The videostream will be extracted, the audiostream not. -
I did that already with Avidemux. I never valued that program much, but when it extracted the videostream and the audiostream correctly in an instant, the value of this program changed for me.
Somehow the creators of Avidemux managed to resolve possible problems with poorly formed files. Kudos to them! -
I tried to extract the audio track and strangely enough the original file was renamed as - - - - -_ - - - - -.mp4 and also the audio track - - - - -_ - - - - -_1_aac.und.aac. I believe that the source file should always be left untouched.
-
The original file is only renamed if its name contains non conform characters with Windows OS.
The target file is named as the source, adding a numeration, the language tag and the codec. -
Newest beta (v3.2.6.03), online now.
Added:
UTF-8 support for filenames.
Fixed:
Bug in video stream extraction, with videostream index >0.
Changed:
Removed webvtt muxing to 3gp,flv,mov,mp4, not working.
Removed filename check and replace for non ascii characters, problematic with many foreign language filenames. -
-
-
I have to say, I'm a big fan of this little tool. Converting audio streams between FPS and other formats has never been that easy for me.
Now I came across the use case to convert a video file from 25 fps to 23.976 while keeping the total amount of frames and the audio in sync.
My idea was to convert the video stream to .h264 bitstream, change the fps, then use clever FFmpeg-GUI to adjust the audio streams and mux everything together.
As I have several files with several audio streams, this becomes quite a manual task.
Now my questions:
1) Is there any way to do this out of the box with clever FFmpeg-GUI with more or less 1-click?
2) Otherwise, which FFmpeg command is used by your tool to convert a 25 fps ac3 to a 23.976 fps file along with pitch adjustment? -
There is a hidden feature in clever FFmpeg-GUI that copies a command line as a batch to any number of files.
The prerequisite is that all streams have the same ID, i.e. if you re-encode a video stream with ID 0 and execute it as a batch, then the stream with ID 0 will be processed with the same command line as batch 0 in all files added to the batch.
Adding MUST be done in one go, i.e. select the relevant files and add them to batch 0 using drag & drop.
The files cannot be added individually at the moment.
This way you can first re-encode all video streams in one go, then repeat the operation for all audio streams in one go.
The muxing afterwards must be done individually for each file, but all streams for this are then already available in the muxing grid.
Another note: If you select length and pitch when changing the first audio stream, all added audio streams must have the same frequency (e.g. 48kHz) as the first audio stream. However, if you only select the length, this is not necessary.
Encoding videostream from 25 FPS to 23.976 FPS with changing length, as batch:
[Attachment 80326 - Click to enlarge]
Adding other videofiles in one go (drag & drop) to the batch grid:
[Attachment 80327 - Click to enlarge] -
----------------------------------------------------------------------------------
July 02 2024 release version 3.2.7.
----------------------------------------------------------------------------------
Added:
Keyframe check on cutting.
More info of subtitle type on subtitle burn in.
Automatic pixel format settings with HDR10/HLG sources.
wmv3 muxing.
UTF-8 support for filenames.
Extract mpeg1, mpeg2 video as mpg
wmv1 muxing to asf, avi, mkv, mp4, webm, wmv.
Fixed:
Bug in subtitle burn in with picture based subtitles.
Disappearing bug.
Video encoding filterchain bug.
Bug in multiplex grid with preprocessed and batch streams.
Bug in ffmpeg path (thx Ndidi for the hint).
Bug in video stream extraction, with videostream index >0.
Improved:
Automatic settings on HDR conversions.
Subtitles burn in.
Changed:
Filter removed on file search (request by Ennio).
Removed first keyframe delay field (cut section).
Default settings for dynaudnorm filter.
Extraction of DVD and DVB subtitles to mkv.
HDR info in file analysis and app.
Removed webvtt muxing to 3gp,flv,mov,mp4, not working.
Removed filename check and replace for non ascii characters, problematic with many foreign language filenames.
Removed wma2 muxing to webm (not working).
---------------------------------------------------------------------------------- -
@ProWo: I might have missed it, but is it possible to convert AAC 7.1 to TrueHD 7.1? When I tried, I got TrueHD 5.1 instead.
-
@ProWo: my apologies if I missed it, but is it possible to convert AAC 7.1 to TrueHD 7.1? When I tried earlier today, the file was TrueHD 5.1.
Version I'm using is 3.2.6 -
Tested.
FFmpeg reports:
Specified channel layout '7.1' is not supported by the truehd encoder
Will remove the 7.1ch choice for truehd encoding in the next beta.Last edited by ProWo; 4th Jul 2024 at 06:49. Reason: typo
-
This would mean that for every open folder dialog there would have to be another field for searching in addition to the button.
This would make the interface less clear and would also only be of limited use.
I will therefore not implement this.
Thanks anyway for the suggestion. -
oh, i didn't mean to create a full blown search field, just a field to show full path as shown here:
https://stackoverflow.com/questions/576741/customising-the-browse-for-folder-dialog-to-show-the-path -
This is already implemented in the newer OSs:
[Attachment 80655 - Click to enlarge]
[Attachment 80656 - Click to enlarge] -
-
-
thanks for new 3.2.7 version
but you can, on future rel, add high DPI compatibility ? -
-
-
i have win11 with high DPI screen. and clever is blurry
the only way is open property from exe file, click on compatibility, change High DPI settings, tick Override high DPI scaling behavior
and so now cliver can be seen clearly -
Extract this config file and put it into the folder with clever FFmpeg-GUI.exe.
Test it on your High DPI Monitor.
BTW
What DPI is your monitor?
Post a picture from the start screen. -
Newest beta (v3.2.8.01), online now.
Added:
Batch tasks: if you want replicate the first batch commandline to other files, you can now add them. There is an info message then. The filename addon from the first batch is copied to all other files.
Fixed:
Bug in batch tasks counter reset.
Improved:
Subtitle handling for burn in.
High DPI support, many code adaptions (thx to Iomero). Copy the enclosed config file with the exe into the same folder.
Removed:
8 channels support for trueHD encoding, not working (thx to Darkhorse).
Similar Threads
-
New small GUI for FFmpeg
By ProWo in forum Video ConversionReplies: 29Last Post: 24th Feb 2024, 02:06 -
Best GUI for ffmpeg encoding
By usta in forum Video ConversionReplies: 25Last Post: 17th Jan 2019, 11:23 -
GUI for FFMpeg amf?
By Micky in forum Video ConversionReplies: 0Last Post: 14th Jan 2018, 07:45 -
dmMediaEncoder v1.8.0 - crossplatform FFMPEG GUI
By mdalacu in forum Video ConversionReplies: 38Last Post: 29th Sep 2015, 00:19 -
GUI for ffmpeg x265 encoder
By david55 in forum Video ConversionReplies: 13Last Post: 25th Jul 2015, 00:13