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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 2nd November 2023, 18:06   #321  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.1.6.01), online now.

Added:
Can handle files without duration info (automatic fix).
Mux pcm_alaw in 3gp, avi, mkv container.
Select and order files in join grid.
Automatic generation and insertion of chapters at merging points (join grid).

Fixed:
Bug in muxing code.
Bug in video analysis.
ProWo is offline   Reply With Quote
Old 3rd November 2023, 09:19   #322  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
----------------------------------------------------------------------------------
November 3, 2023 release version 3.1.7.
----------------------------------------------------------------------------------

New:
Can handle files without duration info (automatic fix).
Mux pcm_alaw in 3gp, avi, mkv container.
Select and order files in join grid.
Automatic generation and insertion of chapters at merging points (join grid).

Fixed:
Bug in muxing code.
Bug in video analysis.
----------------------------------------------------------------------------------
ProWo is offline   Reply With Quote
Old 3rd November 2023, 17:42   #323  |  Link
Grimsdyke
Registered User
 
Join Date: Nov 2013
Location: Hannover, Germany
Posts: 323
Wow, thank you very much for the quick implementation of my suggestion regarding the chapter marker !
It works great but I would like to ask for two further improvements:

- also automatically adding names to the chapters based on the names of the original files
- possibilty to add more than just one file in one work step because for a large number of files it could be quite time consuming.

Thank you and have a nice weekend
__________________
MPC-BE feature wishlist: 1) DiscID
2) Two independent volume control sliders in the UI when using directsound dual-audio-out.
Grimsdyke is offline   Reply With Quote
Old 4th November 2023, 08:49   #324  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Quote:
Originally Posted by Grimsdyke View Post
It works great but I would like to ask for two further improvements:
- also automatically adding names to the chapters based on the names of the original files
This is problematic because the filenames are often too long. But I will add a routine so that you can edit the chapters and enter the titles of your choice.

Quote:
Originally Posted by Grimsdyke View Post
- possibilty to add more than just one file in one work step because for a large number of files it could be quite time consuming.
This has already been implemented. Simply select several files in Windows Explorer and drag & drop them into the Join grid.
ProWo is offline   Reply With Quote
Old 9th November 2023, 11:05   #325  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.1.7.01), online now.

Added:
Framerate change without recode (video stream only).
Mux grid separate default and forced checkbox.
Muxgrid default checked for all streams.
Edit chapters in join grid.

Fixed:
Bug in mux grid sorting.
Bug in audio delay analysis (mux grid).
Bug in chapters handling (join grid).

Improved:
raw h264 and hevc stream handling.
ProWo is offline   Reply With Quote
Old 9th November 2023, 20:54   #326  |  Link
Grimsdyke
Registered User
 
Join Date: Nov 2013
Location: Hannover, Germany
Posts: 323
Thank you for the chapter editing function !! Works great, but I had a little issue with a few files because when I had them joined the chapter markers were off by a few seconds.
So I checked what is reported when the first file was put into the join grid. Turned out that in the audio stream there was somehow an offset added.
Don't know when that happened - but could this offset maybe just ignored (or set to zero) in a future build ?

Also I would like to know how I can prevent that the sequence of the files I'll add to the join grid through drag'n'drop is changed. Thanks !!
__________________
MPC-BE feature wishlist: 1) DiscID
2) Two independent volume control sliders in the UI when using directsound dual-audio-out.

Last edited by Grimsdyke; 9th November 2023 at 20:56. Reason: D*mn typos ...
Grimsdyke is offline   Reply With Quote
Old 11th November 2023, 09:27   #327  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Quote:
Originally Posted by Grimsdyke View Post
Thank you for the chapter editing function !! Works great, but I had a little issue with a few files because when I had them joined the chapter markers were off by a few seconds.
The chapter markers are determined by the duration of the video stream. But if the corresponding audio stream is longer, the marker is too early. I could change the marker to the longest duration of a stream, but correctly an audio stream should not be longer than a video stream. That's why it stays as it is.
As a solution, you should adjust the streams for the relevant section beforehand, or you can change the start time of the chapter (when editing). Keep in mind that the times here are in milliseconds and that the end time of the previous chapter must be 1 ms less than the new start time.

Quote:
Originally Posted by Grimsdyke View Post
So I checked what is reported when the first file was put into the join grid. Turned out that in the audio stream there was somehow an offset added.
Don't know when that happened - but could this offset maybe just ignored (or set to zero) in a future build ?
clever FFmpeg GUI does not add or remove any offsets. such offsets are already present in the video and should be removed beforehand.

Quote:
Originally Posted by Grimsdyke View Post
Also I would like to know how I can prevent that the sequence of the files I'll add to the join grid through drag'n'drop is changed.
I have just tested this; the files are transferred to the join grid in exactly the same order as they appear highlighted in windows explorer.

Last edited by ProWo; 11th November 2023 at 14:00. Reason: info added
ProWo is offline   Reply With Quote
Old 14th November 2023, 10:33   #328  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.1.7.02), online now.

Added:
Video stream raw export for h264 and hevc.
Audio encoding coced bitrate range info.
Extracted files are available in the muxgrid.

Fixed:
Bug in muxstreams handling.

Improved:
Stream info handling.
Many code improvements.
ProWo is offline   Reply With Quote
Old 17th November 2023, 16:46   #329  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
----------------------------------------------------------------------------------
November 17, 2023 release version 3.1.8.
----------------------------------------------------------------------------------

New:
Batch processing.

Fixed:
DTS encoding bitrate range.

Improved:
Mux grid streams handling.
Many important code improvements.
----------------------------------------------------------------------------------
ProWo is offline   Reply With Quote
Old 20th November 2023, 10:08   #330  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.1.8.01), online now.

New:
Automatic definition of the output file in the mux grid if the muxed streams do not belong to the source file.

Fixed:
Aborted trigger bug
Mux container now corresponds to the source file.

Improved:
Preprocessed and batch streams handling in mux grid.
ProWo is offline   Reply With Quote
Old 23rd November 2023, 11:51   #331  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
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.
ProWo is offline   Reply With Quote
Old 1st December 2023, 11:56   #332  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
----------------------------------------------------------------------------------
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.
----------------------------------------------------------------------------------
ProWo is offline   Reply With Quote
Old 4th December 2023, 11:28   #333  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
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.
ProWo is offline   Reply With Quote
Old 11th December 2023, 16:11   #334  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.1.9.02), online now.

Fixed:
Bug in video indexing, if ffmpeg path contains spaces.
Bug in open batch tasks handling.

Changed:
Video keyframes indexing.
ProWo is offline   Reply With Quote
Old 14th December 2023, 20:33   #335  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
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.
ProWo is offline   Reply With Quote
Old 16th December 2023, 11:01   #336  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
----------------------------------------------------------------------------------
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.
----------------------------------------------------------------------------------
ProWo is offline   Reply With Quote
Old 26th December 2023, 13:31   #337  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.2.0.01), online now.

New:
Resume unused processed files after program closing.
b switch option for dynaudnorm (request by mannequin80).

Improved:
Cut info.
ProWo is offline   Reply With Quote
Old 2nd January 2024, 13:31   #338  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.2.0.02), online now.

New:
LoudNorm filter I, LRA, TP settings (request by mannequin80).
Fixed:
Little bugs.
Improved:
Batch elements handling.
ProWo is offline   Reply With Quote
Old 15th January 2024, 15:22   #339  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.2.0.03), online now.

New:
Unused processed tasks exported to file for next time use.
All closed EIA 608/708 captions can be exported now, not only the first (request by [ss]vegeta).
Fixed:
Little bugs
Improved:
Audio bitrate handling
Open tasks handling.
Preprocessed files handling.
Already processed batch tasks handling.
ProWo is offline   Reply With Quote
Old 17th January 2024, 16:33   #340  |  Link
ProWo
Registered User
 
Join Date: Mar 2020
Posts: 417
Newest beta (v3.2.0.04), online now.

New:
Batch tasks, possibility to replicate commandline from 1st task to many files (request by ingsoc), non documented.
ProWo is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:26.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.