-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
sonify writes the version used to create an animation, and the specific Python function call itself (with params), to the artist and comment metadata tags in the video file.
For a given existing animation target.mp4, the following FFmpeg command prints just the version info (from artist tag):
ffprobe -loglevel quiet -show_entries format_tags=artist -output_format compact=nokey=1:print_section=0 target.mp4
likewise, this command prints just the specific call made to sonify:
ffprobe -loglevel quiet -show_entries format_tags=comment -output_format compact=nokey=1:print_section=0 target.mp4
Since this command requires only FFmpeg, we could make a wrapper around these two commands so that e.g. one could do
sonify --extract-version target.mp4
or something similar.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed