@FTG
I have now tested different variants, but everything is as expected.
Can you describe the problem using an example?
+ Reply to Thread
Results 751 to 780 of 1889
-
-
I tested it more deeply, and it turns out it isn't a problem with your tool, but the player I'm using.
I will report the issue to the player's developers.
By the way, while testing, I needed to encode the same file a few times, to which the "Keep open"
option came handy, but there is still something which got in the way: same filenames output. Converting
the same source file but with at least one different parameter, won't change the output filename automatically,
nor will allow to change it manually neither through the tool itself; so, I had to change each previously converted
filename manually through Windows between conversions. -
Newest beta (v3.1.8.02), online now.
New:
Batch processed tasks preserved on application exit or shutdown.
Fixed:
Bug in video indexing.
Bug in batch processing avs tasks.
Bug in get source codec with DTS audio.
Bug in progressbar on batch processing.
Changed:
Output files naming (audio and video encoding).
Improved:
Preprocessed and batch streams handling.
Stream duration analysis. -
OK, thanks.
By the way, about the problematic file I talked before, the PotPlayer's devs told me
something like it was due to the file itself, because:
...the exact length of the RAW file is unknown. Therefore, it is shown as an approximation,
and each player measures it differently. In other words, "01:52:51" shown by other players
is also an incorrect value, and the correct value is approximately "01:52:40". You can find out
by playing from beginning to end without seeking.
etc.) all of them always show me "01:52:51"; and loading the file into "Audacity", also shows a "01:52:51" length.
And as I commented before, by simply changing only the audio file's frequency from the original "44.1 kHz" to "48 kHz",
will make PotPlayer shows the expected length ("01:52:51"). Although it plays fine, maybe the file is corrupted somehow,
I'm not sure about it. -
-
I forgot to tell what the "unexpected/wrong" length shown by "PotPlayer" is: "01:53:07".
Listening to the "AC-3" file using "PotPlayer" shows the above incorrect length, while
using other players as well as loading it into "Audacity", the "01:52:51" "expected" duration
is shown.
I made this video for them, which shows the issue:
https://gofile.io/d/mKBZmp
And by just converting (using your tool or others) that file's original frequency (44.1 kHz) to 48 kHz,
will make the expected "01:52:51" length shows up in PotPlayer, instead the wrong "01:53:07" one.
I can share such file with you, in case you are curious about it. -
----------------------------------------------------------------------------------
December 01, 2023 release version 3.1.9.
----------------------------------------------------------------------------------
New:
Open tasks resumed after application close.
Fixed:
Bug with webvtt subtitles.
Bug with hardcoding pgs subtitle.
Some other small bugs.
Improved:
Batch processing chain.
Output file naming.
---------------------------------------------------------------------------------- -
Newest beta (v3.1.9.01), online now.
New:
Possibility to cancel single batch tasks instead all.
Fixed:
Bug in open tasks file create.
Bug in HDR/HLG recognition.
Bug in stream extraction with ts files.
Bug in video DAR calculation. -
-
Try the newest beta. (3.1.9.01)
Last edited by ProWo; 9th Dec 2023 at 03:50. Reason: typo
-
I already tried it, with the same results.
By the way, I also tried to split such video with MKVToolNix, and the output was quite inaccurate,
but then I tried with a commercial tool and I got it cut precisely. -
You can test it with this one:
https://www.demolandia.net/downloads.html?id=83491561
It seems the bug is affecting all the videos I tried.Last edited by FTG; 9th Dec 2023 at 22:43.
-
Tested this one with v3.1.9.
No problems, found 2 keyframes (with this 19.605 seconds example, read the index.txt):
F0-0.00000
F249-10.38500
Tested again with avidemux, which finds the same two keyframes.
Would recommend doing the following:
Delete this folder (it will be created again automatically):
C:\Users\xxx\AppData\Local\clever_FFmpeg_GUI (where xxx=your user name on windows).
Then restart clever FFmpeg-GUI.
It should work now. -
It seems it's not my system's fault but something with the tool itself. When I run your program
and use a "ffmpeg" path which has a blank space like:
"C:\Program Files\clever_ffmpeg_gui\ffmpeg\bin"
the problem will show up. But when I change the "ffmpeg" location to a path without
blank spaces, like:
"C:\whatever\Program Files\clever_ffmpeg_gui\ffmpeg\bin"
it will work fine. -
@FTG
Found the bug.
The video indexing is done by a batch script, and escaping paths with spaces in a complex commandline with arguments is very tricky.
Anyway, this will be fixed in the next beta.
Thanks for the hint. -
Hi, is it possible to have an option to extract streams to source folder instead of fixed folder?
Also, it would be great on stream (audio) extraction to append, if present, the language of the audio stream to the file name (.en.ac3, .fr.ac3 for example), for 2 reasons:
- It's easier to know which language it is than _1, _2... when reading the file name
- It allows Mkvtoolnix to automatically put the language when adding the audio file instead of "unknown".
Also, am I the only one with weird window behaviours (not showing in taskbar, multiple windows when alt-tab...) ?
Finally, when audio streams are not in right order in the file (for example there are subtitles before) the audio stream selection menu in broken and we cannot change audio stream, but maybe this is a known issue?Last edited by elendil; 13th Dec 2023 at 12:06.
-
You can change the target forder on the start screen.
This can be done, but with 3 characters (g.e. eng,fra) not 2. Will add it into the next beta.
This is a kown issue with the windows taskbar. You can minimize all windows to see clever and then the taskbar icon appears.
I have never seen a video like this.
Can you post an example here (you can cut a 60 second piece with avidemux), then I can look into it. -
You can change the target forder on the start screen.
For the language on 3 characters it's ok, Mkvtoolnix recognizes it.
Here is an example of file where we can't choose 2nd audio stream -
Will add a choice to extract to the source folder.
I have analyzed this video and i must say that i have never seen such a stream structure.
I have no idea what was used to mux it.
I will rewrite the code for the stream analysis and the problem will be fixed in the next beta.Last edited by ProWo; 14th Dec 2023 at 08:59. Reason: typo
-
Newest beta (v3.1.9.03), online now.
New:
Option to select destination folder for extracted streams (target folder or source folder).
Output filename handling with audio encode.
Extracted audio and subtitle streams filenames with language tag (if any).
Fixed:
Stream handling with uncommon muxed videos.
Aac encoding not supported channel layout issue. -
----------------------------------------------------------------------------------
December 16, 2023 release version 3.2.0.
----------------------------------------------------------------------------------
New:
Possibility to cancel single batch tasks instead of all tasks.
Option to select destination folder for extracted streams (target folder or source folder).
Output filename handling with audio encode.
Extracted audio and subtitle streams filenames with language tag (if any).
Fixed:
Bug in open tasks file create.
Bug in HDR/HLG recognition.
Bug in stream extraction with ts files.
Bug in video DAR calculation.
Bug in video indexing, if ffmpeg path contains spaces.
Bug in open batch tasks handling.
Stream handling with uncommon muxed videos.
Aac encoding not supported channel layout issue.
Changed:
Video keyframes indexing.
Improved:
Streams handling.
---------------------------------------------------------------------------------- -
-
Hi, I am new to clever_ffmpeg. I would like to try the deinterlace but I couldn't locate the deinterlace menu. Any tips on how to get to that menu is much appreciated.
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