Dominic Szablewski 13 лет назад
Родитель
Сommit
d2acdee0c6
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2 2
      README.md

+ 2 - 2
README.md Просмотреть файл

@@ -6,7 +6,7 @@ jsmpeg
6 6
 jsmpeg is a MPEG1 Decoder, written in JavaScript. It's "hand ported", i.e. not compiled with
7 7
 emscripten or similar. This will probably make it obsolete with the advent of asmjs.
8 8
 
9
-Some demos and more info: (phoboslab.org/log/2013/05/mpeg1-video-decoder-in-javascript)[http://www.phoboslab.org/log/2013/05/mpeg1-video-decoder-in-javascript]
9
+Some demos and more info: [phoboslab.org/log/2013/05/mpeg1-video-decoder-in-javascript](http://www.phoboslab.org/log/2013/05/mpeg1-video-decoder-in-javascript)
10 10
 
11 11
 
12 12
 ### Usage ###
@@ -48,7 +48,7 @@ to fix, but most encoders seem to not use B-Frames at all by default.
48 48
 - Only raw MPEG video streams are supported. The decoder hates Stream Packet Headers in between
49 49
 macroblocks.
50 50
 
51
-You can use (FFmpeg)[http://www.ffmpeg.org/] to encode videos in a suited format. This will crop
51
+You can use [FFmpeg](http://www.ffmpeg.org/) to encode videos in a suited format. This will crop
52 52
 the size to a multiple of 2, omit B-Frames and force a raw video stream:
53 53
 
54 54
 ```