From 6926b88eaba20ee57ab247fa89aec40ac00c7309 Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Thu, 3 Oct 2013 19:48:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0da10..00496fd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Example usage ./danmaku2ass -o foo.ass -s 1920x1080 -fn "MS PGothic" -fs 48 -a 0.8 -l 5 foo.xml ``` -Name the output file with same basename but different extension (.ass) as the video. Put them into the same directory and most media players will automatically load them. +Name the output file with same basename but different extension (.ass) as the video. Put them into the same directory and most media players will automatically load them. For MPlayer, you will have to specify `-ass` option. Make sure that the width/height ratio passed to `danmaku2ass` matches the one of your original video, or text deformation may be experienced.