NVEnc icon indicating copy to clipboard operation
NVEnc copied to clipboard

Feature Request: Add metadata without encode

Open tazlord opened this issue 5 years ago • 1 comments

Thank you for creating this wonderful tool.

I was unable to find any options that would allow you to modify/add metadata to a video file without encoding it. This type of feature would be very useful.

Maybe allowing a "copy" video codec and specifying the metadata as usual would be the easiest method? Specifying "copy" codec ignores any video encoding specific options.

Example for HDR HEVC: --codec copy --colormatrix <string> --colorprim <string> --transfer <string> --master-display <string> -i <input_file> -o <output_file>

Above options will disable encoding and produce a new file with metadata tags added/modified.

tazlord avatar Feb 03 '20 19:02 tazlord

parse hdr info to json with hdr10plus_parser and generate file again with hdr10plus_gen

villos avatar Feb 04 '20 17:02 villos