Dominic Szablewski пре 13 година
родитељ
комит
d2acdee0c6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      README.md

+ 2 - 2
README.md Прегледај датотеку

6
 jsmpeg is a MPEG1 Decoder, written in JavaScript. It's "hand ported", i.e. not compiled with
6
 jsmpeg is a MPEG1 Decoder, written in JavaScript. It's "hand ported", i.e. not compiled with
7
 emscripten or similar. This will probably make it obsolete with the advent of asmjs.
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
 ### Usage ###
12
 ### Usage ###
48
 - Only raw MPEG video streams are supported. The decoder hates Stream Packet Headers in between
48
 - Only raw MPEG video streams are supported. The decoder hates Stream Packet Headers in between
49
 macroblocks.
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
 the size to a multiple of 2, omit B-Frames and force a raw video stream:
52
 the size to a multiple of 2, omit B-Frames and force a raw video stream:
53
 
53
 
54
 ```
54
 ```