> Is it possible that this same information can be retrieved using FFmpeg > instead of FFprobe? Any hints?
The approach is somewhat different in nature but you can use the ffmetadata muxer and grep for the tag you want. e.g. % ffmpeg -i input -f ffmetadata - _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
