You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a long-time user of SolveigMM, I've gotten used to its auto-naming function. I'm pleased to see that LosslessCut now supports custom merge file names. To make it even more useful and user-friendly, I suggest adding the following variables:
MERGE_NUM: Resets to 1 when a new video file is opened.
{MERGE_NUM}: Number of merged files, padded string.
{MERGE_NUM_INT}: Number of merged files, as a raw integer.
GLOBAL_MERGE_NUM: Sets to 1 only when LosslessCut launches.
{GLOBAL_MERGE_NUM}: Number of merged files, padded string.
{GLOBAL_MERGE_NUM_INT}: Number of merged files, as a raw integer.
Thanks!
The text was updated successfully, but these errors were encountered:
The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Description
As a long-time user of SolveigMM, I've gotten used to its auto-naming function. I'm pleased to see that LosslessCut now supports custom merge file names. To make it even more useful and user-friendly, I suggest adding the following variables:
MERGE_NUM
: Resets to 1 when a new video file is opened.{MERGE_NUM}
: Number of merged files, padded string.{MERGE_NUM_INT}
: Number of merged files, as a raw integer.GLOBAL_MERGE_NUM
: Sets to 1 only when LosslessCut launches.{GLOBAL_MERGE_NUM}
: Number of merged files, padded string.{GLOBAL_MERGE_NUM_INT}
: Number of merged files, as a raw integer.Thanks!
The text was updated successfully, but these errors were encountered: