diff options
author | breadcat | 2020-07-25 14:28:37 +0100 |
---|---|---|
committer | breadcat | 2020-07-25 14:28:37 +0100 |
commit | 1247795992ca2ea8e387f489e068acb7dd55dbf0 (patch) | |
tree | 347b29357969d81a1885fd2ce44b774fd0c49326 /content/posts/dumping-subtitles-using-ffmpeg.md | |
parent | ec4d17e3f81dda4472a50a79823f50d800207b83 (diff) | |
download | blog.minskio.co.uk-1247795992ca2ea8e387f489e068acb7dd55dbf0.tar.gz blog.minskio.co.uk-1247795992ca2ea8e387f489e068acb7dd55dbf0.tar.bz2 blog.minskio.co.uk-1247795992ca2ea8e387f489e068acb7dd55dbf0.zip |
Update posts to reflect URL changes
Diffstat (limited to 'content/posts/dumping-subtitles-using-ffmpeg.md')
-rw-r--r-- | content/posts/dumping-subtitles-using-ffmpeg.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |