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
I'd like to put resolution (e.g., 1080p) and encoder (e.g., HEVC) in the output name; e.g., My video 1080p HEVC.mp4
A good way to do that would be with substitution parameters in "Replace suffix by".
(Otherwise I'd like to be able to save "Replace suffix by" with each Function.)
The difference between HandBrake and Shutter when naming output, is that
• HandBrake has automatic substitution parameters
so with parameters set to {source} crf {quality} the input file This is Yacht Racing.avi
when encoded with CRF 23 automatically has an output name of This is Yacht Racing crf 23.mp4, and
when encoded with CRF 22 automatically has an output name of This is Yacht Racing crf 22.mp4
• whereas I think Shutter just has constant text, which has to be set manually each time it changes.
In addition to {quality}, I would like automatic substitution parameters for {codec} and {resolution}; e.g.,
with output name parameters set to {resolution} {codec} crf {quality} the input file This is Yacht Racing.avi
when encoded with H.265 crf 22 would automatically have an output name of This is Yacht Racing 720p HEVC crf 23.mp4
(I prefer HEVC to H.265 in file naming to avoid the period (.). H.264 would be AVC.)
This would actually be more capable than HandBrake.
It would also be good if you could assign a name at all that does not correspond to the original
placeholder like date-time stamp would also be helpful
It would also be good if you could assign a name at all that does not correspond to the original
placeholder like date-time stamp would also be helpful
Encoding date-time (and source) would be good substitution parameters,
although I would also like to have automatic name collision avoidance; e.g.
if My video 1080p HEVC.mp4 already exists, make the output name My video 1080p HEVC (1).mp4.
JNavas2
changed the title
[Request] Automatic Output Name Parameters
[feature] Automatic Output Name Parameters
Aug 8, 2021
Summary
I'd like to put resolution (e.g., 1080p) and encoder (e.g., HEVC) in the output name; e.g.,
My video 1080p HEVC.mp4
A good way to do that would be with substitution parameters in "Replace suffix by".
(Otherwise I'd like to be able to save "Replace suffix by" with each Function.)
Details
As an example, HandBrake has output naming parameters.
The difference between HandBrake and Shutter when naming output, is that
• HandBrake has automatic substitution parameters
so with parameters set to
{source} crf {quality}
the input fileThis is Yacht Racing.avi
when encoded with CRF 23 automatically has an output name of
This is Yacht Racing crf 23.mp4
, andwhen encoded with CRF 22 automatically has an output name of
This is Yacht Racing crf 22.mp4
• whereas I think Shutter just has constant text, which has to be set manually each time it changes.
In addition to {quality}, I would like automatic substitution parameters for {codec} and {resolution}; e.g.,
with output name parameters set to
{resolution} {codec} crf {quality}
the input fileThis is Yacht Racing.avi
when encoded with H.265 crf 22 would automatically have an output name of
This is Yacht Racing 720p HEVC crf 23.mp4
(I prefer HEVC to H.265 in file naming to avoid the period (.). H.264 would be AVC.)
This would actually be more capable than HandBrake.
Environment
The text was updated successfully, but these errors were encountered: