about summary refs log tree commit diff
path: root/content/notes/ffmpeg-cut-video.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/ffmpeg-cut-video.md')
-rw-r--r--content/notes/ffmpeg-cut-video.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/content/notes/ffmpeg-cut-video.md b/content/notes/ffmpeg-cut-video.md
index fb95f08..f4934cf 100644
--- a/content/notes/ffmpeg-cut-video.md
+++ b/content/notes/ffmpeg-cut-video.md
@@ -1,10 +1,9 @@
----
-title: "How to cut videos with ffmpeg"
-date: 2024-04-24
-translationKey: ffmpeg-cut-video
-categories: [software, guide]
-tags: [ffmpeg]
----
++++
+title = "How to cut videos with ffmpeg"
+date = 2024-04-24
+categories = ["software", "guide"]
+tags = ["ffmpeg"]
++++
 
 To cut video with ffmpeg, use the flag `-ss` for the beginning of the cut and
 `-to` for the end of the cut.  For example: