59
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
The video shows the morally questionable live description between "Attention, there is danger there" to "We'll stay on until the end". The high probability of a violent end of the chase combined with the hint "viewer description is advised" and the expectant reactions of news reporters in case of a "close call" produces a dubious media event. | The video shows the morally questionable live description between "Attention, there is danger there" to "We'll stay on until the end". The high probability of a violent end of the chase combined with the hint "viewer description is advised" and the expectant reactions of news reporters in case of a "close call" produces a dubious media event. | ||
my work process: | |||
#YouTube research for car chase videos. | #YouTube research for car chase videos. | ||
# Download YouTube video file using command tool “youtube-dl” | # Download YouTube video file using command tool “youtube-dl” | ||
[https://github.com/ytdl-org/youtube-dl] | [https://github.com/ytdl-org/youtube-dl] | ||
# extract srt subtitle file using web service downsub | |||
https://downsub.com | [https://downsub.com] | ||
#Importing video file and srt file using DAW Reaper and Reaper extension software package SWS | |||
http://reaper.fm | [http://reaper.fm] | ||
https://www.sws-extension.org | [https://www.sws-extension.org] | ||
# Filter timeline regions after keywords (e.g. “dangerous”) using filter function of Reaper | |||
# Select IN and OUT points of wanted phrase or word as Region and mark them | |||
# Export filtered marked sections as mp4 video with useful names (all files with “dangerous” as ‘dangerous_[regionnumber].mp4’ | |||
#Import all the new created clips into video editing software edius | |||
[https://www.edius.de/] | |||
#combine clips with certain keywords randomly or after visual aesthetically or word content | |||
#render final video as master file |
edits