diff options
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 |