Bläddra i källkod

Update README.md

Chris Roth 9 år sedan
förälder
incheckning
7ca160a098
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      README.md

+ 4 - 0
README.md Visa fil

@@ -153,3 +153,7 @@ the size to a multiple of 2, omit B-Frames and force a raw video stream:
153 153
 ```
154 154
 ffmpeg -i in.mp4 -f mpeg1video -vf "crop=iw-mod(iw\,2):ih-mod(ih\,2)" -b 0 out.mpg
155 155
 ```
156
+
157
+## Inspiration ##
158
+
159
+jsmpeg is based on [Java MPEG-1 Video Decoder and Player](http://sourceforge.net/projects/javampeg1video/) by Korandi Zoltan and inspired by [MPEG Decoder in Java ME](http://www.developer.nokia.com/Community/Wiki/MPEG_decoder_in_Java_ME) by Nokia.