home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / video / conversores / mpgavi.exe / SAMPLE.LST < prev    next >
File List  |  1999-10-11  |  2KB  |  57 lines

  1. ; Sample streamlist.lst for MPEG2AVI v0.16B24
  2. ;--------------------------------------------
  3. ;
  4. ; v0.16B24 - initial release
  5. ;   Streamlists only support VOB files
  6. ;
  7. ; A "streamlist" is a list of files which MPEG2AVI will read as a single,
  8. ; continuous stream.  It is *NOT* a list of different video streams.
  9. ;
  10. ; Streamlist usage
  11. ; ----------------
  12. ;
  13. ; MPEG2AVI recognizes streamlists by their file extension : "*.lst"
  14. ;
  15. ; The streamlist is a SIMPLE TEXT FILE.  Each desired VOBfile is entered on
  16. ; a new line.  MPEG2AVI reads the list top first, moving downward.  Right
  17. ; now the streamlist can only contain VOB files (mpeg2avi crashes otherwise)
  18. ;
  19. ;  eg.  MPEG2AVI.EXE -b sample.lst -f -2 -o6
  20. ;
  21. ;   (This tells MPEG2AVI to grab input from this sample streamlist.)
  22. ;
  23. ; Streamlist behavior
  24. ; -------------------
  25. ;
  26. ; MPEG2AVI treats a "stream" as a single-file.  MPEG2AVI reads
  27. ; each file of the streamlist sequentially, in a continuous fashion.  This
  28. ; function is useful for converting bitstreams that are too big to be
  29. ; stored as one-file under the Win95/98 FAT filesystem.
  30. ;
  31. ; It is important not to confuse a "streamlist" with a "list of multiple
  32. ; bitstreams."  MPEG2AVI cannot handle separate bitstreams in a single
  33. ; session.  'Separate bitstreams' are distinct files with start and end
  34. ; codes, their own resolution/coding parameters, etc.
  35. ;
  36. ; The parser ignores lines prefixed with ';'
  37. ; these comments are for the user only, MPEG2AVI does not need them.
  38.  
  39. ; ----------------
  40. ; Begin sample.lst
  41. ; ----------------
  42.  
  43. ; file#1
  44.  
  45. dolbyd~3.vob
  46.  
  47. ; file#2
  48. dolbyd~2.vob
  49.  
  50. ; file#3
  51. dolbyd~1.vob
  52.  
  53. ; file#4
  54. dolbyd~4.vob
  55.  
  56. ; end of streamlist
  57.