7

How a Software Engineer Cuts Video Down to Size

 3 years ago
source link: https://fuzzyblog.io/blog/video/2019/09/23/how-a-software-engineer-cuts-video-down-to-size.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

How a Software Engineer Cuts Video Down to Size

Sep 23, 2019

IMG_7373.jpeg

Note: Editing videos makes me feel this old …

I can do a lot of things with a computer – a lot. But one skill that has been eluding me since the mid 1990s is that of editing video. I don't know what it is about non linear editing (NLE) but I just can't master it. I recently had to help the StarbaseIndy folks with some video editing and they asked me to trip a video clip from seconds 8 to 15 and I said "Sure!" and then began sweating.

I started with ScreenFlow figuring that of course ScreenFlow can import an MP4 file – NOPE!. Sigh. I continued onto QuickTime which has a really easy to use Trim feature but while I was able to trim from the left of the video, trimming from the right seemed, well, sketchy.

I finally thought to google for "Command Line Video Cutter" and found an excellent Stack* forum.

Here is what ended up being the command:

ffmpeg -ss 00:00:08 -i VID_20190717_214004.mp4 -t 00:00:07 -vcodec copy -acodec copy starbase_indy_cmd_line.mp4

Basically you tell it the starting point and then the duration. And you'll get a great clip of someone saying something in Klingon about Starbase Indy!


Posted In: #video #starbase_indy


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK