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
We'd need to embed some basic metadata into the video. As a minimum, we want the talk id from penta. Should be possible using something like AtomicParsley (debian package: atomicparsley) or mp4tags (debian package: mp4v2-utils):
AtomicParsley test.mp4 --TVShowName "FOSDEM" --artist 'Mark Van den Borre' --TVEpisodeNum 1234 --TVSeason 18 --overWrite
mp4tags -album 'FOSDEM 2018' -song 'Als marktkramer ben ik geboren' -artist 'Eddy Wally' -copyright '(c)2018 Creative Commons BY-SA 3.0 Fosdem vzw' -season 18 -episode 1234 -year 2018 -longdesc '...en als marktkramer blijf ik bestaaaaaan...' test.mp4
AtomicParsley test.mp4 -t