mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Typo fixing
This commit is contained in:
parent
cc8b4d90e1
commit
d06aa84707
11 changed files with 20 additions and 20 deletions
|
@ -6,7 +6,7 @@ tags: ["Audio-Video"]
|
|||
math: false
|
||||
---
|
||||
|
||||
Recently I came across a video that I wanted to split up into multiple files. Given my love for `ffmpeg` the video/audio swiss armyknife, I knew there had to be a solution for cutting a video on the terminal. Luckily on [AskUbuntu](https://askubuntu.com/a/56044), Luis Alvarado provides a command snippet. This post will go into slightly more detail on the flags used in the command
|
||||
Recently I came across a video that I wanted to split up into multiple files. Given my love for `ffmpeg` the video/audio swiss army knife, I knew there had to be a solution for cutting a video on the terminal. Luckily on [AskUbuntu](https://askubuntu.com/a/56044), Luis Alvarado provides a command snippet. This post will go into slightly more detail on the flags used in the command
|
||||
|
||||
```bash
|
||||
ffmpeg -ss 00:00:00 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue