From 1247795992ca2ea8e387f489e068acb7dd55dbf0 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sat, 25 Jul 2020 14:28:37 +0100 Subject: Update posts to reflect URL changes --- content/posts/dumping-subtitles-using-ffmpeg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/posts/dumping-subtitles-using-ffmpeg.md') diff --git a/content/posts/dumping-subtitles-using-ffmpeg.md b/content/posts/dumping-subtitles-using-ffmpeg.md index fd7c6c2..4ef1f9b 100644 --- a/content/posts/dumping-subtitles-using-ffmpeg.md +++ b/content/posts/dumping-subtitles-using-ffmpeg.md @@ -19,4 +19,4 @@ ffmpeg -i video.mkv -c copy -map 0:5 subtitles.srt You should now have a single `srt` file with your subtitles as expected in them. I'll write another post for how to format these files to a usable list type format later. -**Edit:** [Follow up article posted here](/blog/2020/05/28/formatting-dumped-subtitles/). \ No newline at end of file +**Edit 2020-07-25:** [Follow up article posted here](/formatting-dumped-subtitles-into-a-vocabulary-list/). \ No newline at end of file -- cgit v1.2.3