Answers:
在这个ubuntuforums帖子中有部分答案。
有使用ffmpeg和mencoder的示例,它们“与mp4,avi,mpeg,wmv1,wmv2,mkv输出一起使用”。
cor2y提供的两个示例是:
ffmpeg -i file.avi -vcodec copy -acodec copy -metadata title="Dancing Bear" -metadata comment="Title Created Using FFmpeg metadata tag" outputfile.avi
和
mencoder -ovc copy -oac copy file,avi -info name="Dancing Bear" -info comment="File Title Created with Mencoder Info tag " -o outputfile.avi