home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / acorn / 10146 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  2.5 KB

  1. Path: sparky!uunet!pipex!demon!cix.compulink.co.uk!plebeau
  2. Newsgroups: comp.sys.acorn
  3. From: plebeau@cix.compulink.co.uk (Paul Lebeau)
  4. Subject: I can view MPEG movies!
  5. Reply-To: plebeau@cix.compulink.co.uk
  6. Date: Thu, 17 Dec 1992 00:05:00 +0000
  7. Message-ID: <memo.814376@cix.compulink.co.uk>
  8. Sender: usenet@demon.co.uk
  9. Lines: 65
  10.  
  11. ssurawls@csug.cs.reading.ac.uk (Ian Rawlings) writes:
  12. > I want one! Has anyone out there tried to port an MPEG viewer yet,
  13. preferrably
  14.  
  15. > level 3 (allows rewind by making every 50th scene or so a full JPEG 
  16. scene)?
  17.  
  18. I've been doing some work on porting an MPEG viewer.
  19.  
  20. I have the Berkeley viewer sources and have basically converted
  21. the thing.  It runs and I can view MPEG movies, but it is not
  22. in a releasable state really.
  23.  
  24. It is all in C, so it is slow (ie only 3-4 frames per second);
  25. I have only done a simple displayer so far - I have to change
  26. into a 256 colour square pixel mode before running it.
  27. Ie it doesn't run in a window or anything.
  28.  
  29. There are also a few bugs in it - eg it doesn't terminate
  30. properly - I'm not sure why, obviously it does for the original
  31. authors!
  32.  
  33. I'm working on all these problems - but don't hold your breath,
  34. it's only a part-time project.
  35.  
  36. I was toying with the idea of just creating a MPEG->Replay
  37. converter - that would be a lot easier than trying to convert
  38. the thing into M/C, adding dithering routines etc etc.
  39. Your votes are welcome!
  40.  
  41. I don't think it supports 'rewind'ing yet but is does support
  42. 'P' and 'B' frames, which the PD viewer from XING Technology
  43. doesn't use.  BTW, AFAIK, MPEG doesn't _exactly_ store frames as
  44. JPEG files, but it is a very similar process.
  45.  
  46. It sounds as if you (Ian Rawlings) have access to some movies...
  47. if you know of any ftp sites that I don't, I'd be pleased to hear
  48. about them.  (I know about the ones at the Berkeley site and the
  49. site in Germany).  If you have any Level 3 files, perhaps you
  50. could send them to me, so I could test them with my code.
  51.  
  52. ***************
  53. Finally a request for any UNIX experts out there...
  54. The sources call the following routine:
  55.  
  56. int  htonl(int)
  57.  
  58. It's not in the sources, so it must be some sort of library call.
  59. I have the PD Unix library replacement, but it's not in there.
  60.  
  61. Can anybody tell me what this function does?
  62. ***************
  63.  
  64. Cheers
  65.  
  66. Paul
  67.  
  68. PS. I have also have a mostly-finished FLI viewer sitting on my
  69.     hard disk.  If anyone is desparate to have one, I might be
  70.     persuaded to finish it off.
  71.  
  72. ------------------------------------------------------------------
  73. Paul LeBeau
  74. 4Mation
  75. plebeau@cix.compulink.co.uk
  76.