B-roll computational photography
For now, just adding interviews in autoEdit. What if could add also b-rolls/cutaways or obs doc scenes. and it recognises, objects, people etc.. computational photography capabilities.
Could add new column to paper-edit for visuals to go along side audio (transcription).
However not hat export would need to be as XML as EDL only supports one track. or could do 1 EDL per track. Which means two files. One for interview track and the other for video track.
For example here are some notes from the Watson conf 2016, but same could be done with Open source tech.
Visual recognition in video -draft notes
API key in process env variable
Ffmpeg select='not (mod 30 Every Number of frames Collect files as glob (node globe library) Spawn sync process node Loop through images Load image and send to visual recognition classifier Node A sync, img sent all at same time Code available on blog bluechasm Outliers generally 1 result only. -vsync cutting video without transcoding it.
Ffmpeg can pull out time stamp robert@bluechasm.com or tweet @RobertFromBC
http://blog.bluechasm.com/post/152964631846/turning-visual-recognition-into-video-recognition code example from blog:
Last updated