Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 21244
Collapse All | Expand All

(-)ripmake-1.36 (+2 lines)
Lines 106-111 Link Here
106
  'vcd_aud_max_tracks' => 1,  # maximum supported audio channels
106
  'vcd_aud_max_tracks' => 1,  # maximum supported audio channels
107
  'vcd_aud_rates' => [224],   # list of allowed audio kbps (first: default)
107
  'vcd_aud_rates' => [224],   # list of allowed audio kbps (first: default)
108
  'vcd_video_buf' => 0,       # video buffer for multiplexing (0=default)
108
  'vcd_video_buf' => 0,       # video buffer for multiplexing (0=default)
109
  'iacodec' => 'mp3',       # input tc audio codec
109
  # --- SVCD params (MPEG 2, 4:3 or 16:9) ---
110
  # --- SVCD params (MPEG 2, 4:3 or 16:9) ---
110
  'svcd_conform' => 1,        # follow the SVCD "standard". otherwise use options below:
111
  'svcd_conform' => 1,        # follow the SVCD "standard". otherwise use options below:
111
  'svcd_res' => [480,480,576],# screen resolution [w,h_ntsc,h_pal]
112
  'svcd_res' => [480,480,576],# screen resolution [w,h_ntsc,h_pal]
Lines 115-120 Link Here
115
  'svcd_aud_max_tracks' => 2, # maximum supported audio channels
116
  'svcd_aud_max_tracks' => 2, # maximum supported audio channels
116
  'svcd_aud_rates' => [192,224], # list of allowed audio kbps (first: default)
117
  'svcd_aud_rates' => [192,224], # list of allowed audio kbps (first: default)
117
  'svcd_video_buf' => 0,      # video buffer for multiplexing (0=default)
118
  'svcd_video_buf' => 0,      # video buffer for multiplexing (0=default)
119
  'iacodec' => 'mp3',       # input tc audio codec
118
  # --- debug/control ---
120
  # --- debug/control ---
119
  'debug_level' => 0,        # set debug level
121
  'debug_level' => 0,        # set debug level
120
  'probe_only' => 0          # probe only and then exit
122
  'probe_only' => 0          # probe only and then exit

Return to bug 21244