Update README.md

This commit is contained in:
Star Brilliant 2013-10-03 19:48:45 +08:00
parent 701720a7d7
commit 6926b88eab

View File

@ -22,7 +22,7 @@ Example usage
./danmaku2ass -o foo.ass -s 1920x1080 -fn "MS PGothic" -fs 48 -a 0.8 -l 5 foo.xml ./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. Make sure that the width/height ratio passed to `danmaku2ass` matches the one of your original video, or text deformation may be experienced.