@ProWo Thanks for that, I did some further testing, the CleverFFmpegGUI extracted aac 7.1 stream remuxed into the mka container with MKVToolNix & then demuxed again by Clever will result in the reporting of "7.1 channels", so it may not be an FFmpeg bug but a Clever issue in this instance, not sure why there is a discrepancy there with the metatdata, it isn't a corrupted test file, is there anything you could check or test within Clever for this?
This is the Clever extracted aac stream remuxed into the mka container with MKVToolNix then demuxed again with Clever & now reports 7.1 channels in eac3to.
[Attachment 92367 - Click to enlarge]
+ Reply to Thread
Results 3,451 to 3,466 of 3466
-
-
Retested.
It's definitely not a clever issue.
I tried extracting and muxing manually using the command line, but the problem remains the same.
FFmpeg is writing something into the stream that doesn't comply with the specifications.
As I said, this only affects HE-AAC with more than 2 channels.Last edited by ProWo; 15th May 2026 at 11:55.
-
----------------------------------------------------------------------------------
May 31, 2026 release version 3.5.5.
----------------------------------------------------------------------------------
Added:
Title column in extract streams screen
Batch replication with embedded subtitle burn in
Different framerate detection dialog
Batch tasks total on button
Language tag check for invalid characters
Fixed:
Bug with missing streams titles after muxing
Bug with filenames in replicated batch tasks
Bug with filename in multiplex section
Changed:
Default downsampling scale algorithm
Improved:
Language code in filename recognition
---------------------------------------------------------------------------------- -
@ProWo
3.5.5 feedback
Good idea to add batch tasks total on button.
Is it intended that you can sort by column profile in extract streams screen?
And the profile column does not auto width for longer text like "Dolby Digital Plus + Dolby Atmos". -
-
Hello ProWo
I have a 6-channel video and I want to extract the audio track from it. Your program shows me what's in the picture, but when I change the audio options to 2 channels, it starts downloading.
[Attachment 92768 - Click to enlarge] -
Hi Henryk69,
your image shows the audio encoding page.
You're in the wrong place to extract a stream.
Go back to the main page, click "Extract Streams," select only the AAC audio stream on the left, and click "Extract."
[Attachment 92769 - Click to enlarge]
BTW
You are using an old version. Please update (Settings & more, update). -
Hello Pro Wo
Thank you for the info about the old version of the program. Strange things were happening to me in that old version of the program. For example, I extracted the sound from a video that, when I put it on the same video, was out of sync, and from the beginning, there was a 6-second silence missing, and after that, nothing matched. -
Hello Pro Wo
But how do I get to this window, because the program shows me something else.
[Attachment 92776 - Click to enlarge] -
Hello Pro Wo
However, I still have the same problems extracting audio from the same video and then doing nothing with it, just muxing it in mkvtoolnix to the same video file and there's no sync. When I did it on another laptop before, everything worked, but it's being repaired because it was overheating.
Halo Pro Wo
I updated all my programs to the latest versions and the problem was solved.Last edited by Henryk69; 20th Jun 2026 at 10:05.
-
@ProWo Hey ProWo, I just thought to let you know if you could restore the broken link for the tonemapping info on the Video Encoding screen, the link http://underpop.online.fr/f/ffmpeg/help/tonemap.htm.gz returns a 500 Internal Server Error.
[Attachment 92845 - Click to enlarge]
[Attachment 92846 - Click to enlarge]
@ProWo I noticed in your post there is a 3.5.5.02 beta version but when I click on "settings and more" the update does not appear & the latest beta is 3.5.5.01Last edited by oniiz86; 29th Jun 2026 at 02:42.
-
Thx for the hint, you're right, Underpop has removed the FFmpeg help pages from its server.
That's a shame, because those help pages were much better than the official FFmpeg documentation.
I'll replace all the Underpop links and link to the official FFmpeg documentation instead.
3.5.5.02 is the version I'm currently working on. It hasn't been released yet.@ProWo I noticed in your post there is a 3.5.5.02 beta version but when I click on "settings and more" the update does not appear & the latest beta is 3.5.5.01 -
Hi and greetings. First time poster and trying to use ffmpeg to correct audio drift in an MP4 file I have. The video starts out in sync and then at the end the audio and video are about 1.2 seconds off.
I understood that there may be a way to correct the drift over time but am unsure how to do it. I have extracted the video, audio and subtitle streams to a folder. When I extracted the video, there was an indication that there were two different frame rates involved and I selected 23.976. Now that I have the three streams, I am unsure how to multiplex them back to that the audio is compressed over time by the 1.2 seconds or so that it would take to get them back into alignment.
Can anyone possibly help me figure it out?
Thanks in advcance! -
@BlueSky
Based on the information you've given me here, I can't offer you any help.
The best thing to do is to upload the video somewhere and post the link here.
Then I can download it, take a look at it, and offer you specific help. -
@ProWo
3.5.5.01 feedback
When I combine amf hwaccel with h264_amf or hevc_amf encoding (av1_amf does not work on my system) and scaling of a video, like that code:
FFmpeg -vsync 0 -hwaccel amf -hwaccel_output_format amf -fflags +genpts -i "C:\Users\Findu\Downloads\input.mp4" -vf fps=24000/1001,vpp_amf=w=720,vpp_amf=h=300:flags=lanczos,for mat=amf -map 0:0 -c:v h264_amf -g 120 -keyint_min 120 -rc 0 -qp_i 25 -qp_p 26 -qp_b 27 -aspect 2.4 -an -sn -dn -metadata:g encoding_tool="clever FFmpeg-GUI"
ffmpeg report: Error applying option 'flags' to filter 'vpp_amf': Option not found
The option 'flags' need to be replaced with 'scale_type' and only bilinear and bicubic is supported.
I will test qsv hwaccel + qsv encoding + scale later...
---
When you switch to Color Space BT.470BG and switch back to Like source, the ffmpeg code does not get reset and still use the BT.470BG code (zscale=min=1:pin=1:tin=1:m=5:p=5:t=6)
Similar Threads
-
GUI for ffmpeg x265 encoder
By david55 in forum Video ConversionReplies: 15Last Post: 11th May 2025, 09:15 -
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



Quote