home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Multimedia / AVStoDVD / AVStoDVD_280_Install.exe / MuxMan / readme.txt < prev    next >
Text File  |  2010-04-02  |  3KB  |  77 lines

  1. Muxman (working title) beta version notes
  2.  
  3. Right now the program makes a working DVD with one VobID.
  4.  
  5. Interactive gui use:
  6. You may load a project first and modify it, or start from scratch.
  7. To load a project pull down the "File" menu and click on "Load Project"
  8.  
  9. Modifying or creating a new project:
  10. Select 1 or more video and/or bmp files.
  11.  Arrange the video files and set durations using the multi-file manager.
  12. Select files for 0 to 4 audio tracks (ac3, dts, mpa, or lpcm).
  13.  Arrange the audio files using the multi-file manager.
  14.  Set the language, extension, and delay for each audio track.
  15. Select a sup or sst file for 0 to 8 subpicture streams (other file formats will come later).
  16.  Set the language and extension for each sub stream.
  17.  If video is 16:9 assign each sub stream to a display mode, the actual track will display to the left
  18.  of the buttons. A seperate display below shows the streams used for each track.
  19. Choose the output folder unless you want the default of D:\VIDEO_TS
  20. If you want chapters use the file pulldown menu to open a chapter list file.
  21.  This file is a simple list of starting frame numbers.
  22. click on "start"
  23. wait a little, watch the progress bar.
  24.  
  25. Command line / batch use:
  26. See online usage pages (click on "Help")
  27.  
  28. Special note for users of SubRip 1.17.1
  29. SubRip 1.17.1 has several errors in the sst file, wrong color mapping, syntax error in conversion
  30. rules, and most noticable the times are neither relative to video start timecode (ie if movie
  31. starts at 1:00:00:00, as many do, you must add 1 hour to all the times) or accurate. To correct for
  32. this, add the following line in your sst file as the second line:
  33. Generator    SubRip1.17.1 25257
  34.  
  35. the last part, "25257" is a typical value for video delay (which SubRip does not account for), to
  36. get the value use VobEdit, look at the first pack (NAV) and find "vobu_s_ptm" - this is the number
  37. to use for your rip.
  38.  
  39. notes:
  40. All video files must match in resolution, aspect ratio, coding type (mpeg-1 or mpeg-2),
  41.  P/S capability, and closed captioning.
  42.  The first file accepted sets the values.
  43.  Image files (bmp) must be 720x480 or 720x576 and get encoded as mpeg-2.
  44.  Selecting to browse the video file will open the multi-file manager window.
  45. All audio files in one track must match in coding method, channels, and bitrate.
  46.  Selecting to browse an audio file track will open the multi-file manager window.
  47. Selecting a sub file again will replace that file with the new selection.
  48.  
  49. The program leaves a log at c:\muxman.log
  50.  
  51. Rejection codes:
  52. OERR    Muxman was unable to open the file.
  53. BERR    Muxman was unable to allocate resources to the file (low memory).
  54. for video:
  55. sp r/fr    non-spec resolution / framerate combination.
  56. sp ar    non-spec aspect ratio (must be 4:3 or 16:9)
  57. nm enc    non-matching coding mode (mpeg-1 or mpeg-2)
  58. nm std    non-matching tv standard (NTSC or PAL)
  59. nm res    non-matching resolution
  60. nm ar    non-matching aspect ratio
  61. for audio:
  62. nm enc    non-matching encoder
  63. nm am    non-matching application mode
  64. nm qnt    non-matching quantization
  65. nm sr    non-matching sampling rate
  66. nm nch    non-matching number of channels
  67. nm br    non-matching bitrate
  68.  
  69. The following messages were removed at version 0.15
  70. nm p/s    non-matching pan/scan capability
  71. nm cc    non-matching closed captioning
  72.  
  73. DVD navigation:
  74. first play -> vts1 title 1
  75. title menu -> vts1 title 1
  76. vts1 root menu -> title 1
  77.