|
6 | 6 | # nuvexport will look first, if you wish to create settings local to a |
7 | 7 | # specific user. |
8 | 8 | # |
9 | | -# support for nuvexportrc is still new, so expect that more default options |
10 | | -# will be added as time goes on (so you'll know what you can edit). In the |
11 | | -# meantime, you can poke around in the code for add_arg() calls to see which |
12 | | -# options are available. |
| 9 | +# I try to use this file to document all of the commandline options supported |
| 10 | +# by nuvexport, but it is quite likely that a few slip through here and there |
| 11 | +# unnoticed. Feel free to poke around in the code for add_arg() calls to see |
| 12 | +# all of the available options. |
13 | 13 | # |
14 | 14 |
|
15 | 15 | # |
|
101 | 101 | # crop_bottom = 2 |
102 | 102 | # crop_left = 2 |
103 | 103 |
|
| 104 | +# |
| 105 | +# You can also override the output aspect ratio. This is useful in combination |
| 106 | +# with crop_top=12.5 and crop_bottom=12.5 to remove the black bars from the |
| 107 | +# top/bottom of recordings broadcast in fake widescreen. |
| 108 | +# |
| 109 | +# out_aspect = 16:9 |
| 110 | +# |
| 111 | + |
| 112 | + |
104 | 113 | # |
105 | 114 | # Export a matching .txt file, which mythvideo can use to import information |
106 | 115 | # about your exports, since it likely can't look them up in imdb. |
107 | 116 | # |
108 | | - save_info = yes |
| 117 | +# save_info = yes |
109 | 118 |
|
110 | 119 | </nuvexport> |
111 | 120 |
|
|
119 | 128 | # |
120 | 129 | # Default to export to the current directory |
121 | 130 | # |
122 | | - path = /home/xris/Video |
| 131 | + path = . |
123 | 132 |
|
124 | 133 | # |
125 | 134 | # Use the cutlist (not to be confused with the commercial flag list) when |
|
144 | 153 |
|
145 | 154 | # |
146 | 155 | # Disabling noise reduction can speed up your exports dramatically, but at the |
147 | | -# expense of some quality. You can also access this on the commandline via |
148 | | -# the --denoise (or --nodenoise) flag. |
| 156 | +# expense of some quality. For your convenience, this is also aliased on |
| 157 | +# the commandline as --denoise (or --nodenoise), as well as |
| 158 | +# --noise_reduction. |
149 | 159 | # |
150 | 160 | noise_reduction = no |
151 | 161 |
|
|
224 | 234 | <mencoder> |
225 | 235 | </mencoder> |
226 | 236 |
|
| 237 | +################################################################################ |
| 238 | + |
227 | 239 | # |
228 | 240 | # You can also create settings for generic export module names. These will |
229 | 241 | # only be overridden by full module names. |
|
245 | 257 | </XviD> |
246 | 258 |
|
247 | 259 | # |
248 | | -# Default mp3 bitrate is 128 |
| 260 | +# The mp3 bitrate used by MythTV's software encoder is 128, so there is no |
| 261 | +# real need to go any higher in exports. You can, of course, turn this up if |
| 262 | +# you get your recordings from other sources. |
249 | 263 | # |
250 | 264 | <MP3> |
251 | 265 | bitrate = 128 |
252 | 266 | </MP3> |
253 | 267 |
|
| 268 | +################################################################################ |
| 269 | + |
254 | 270 | # |
255 | 271 | # If you want to provide settings for a very specific export module, you can |
256 | 272 | # use its full name, and it will override any more generic settings. |
257 | 273 | # |
258 | 274 |
|
| 275 | +# |
| 276 | +# The MP4 encoder for ffmpeg has a few options unique to itself |
| 277 | +# |
| 278 | +<ffmpeg::MP4> |
| 279 | + |
| 280 | +# |
| 281 | +# Codec to use (mpeg4 or h264). Please note that h264 support requires the |
| 282 | +# SVN version of ffmpeg (not CVS!). In fact, even the mpeg4 codec works |
| 283 | +# better with the SVN version. |
| 284 | +# |
| 285 | +# Note: The h.264 files exported by nuvexport seem to play fine on ipods, |
| 286 | +# but lack the atom necessary to be recognized by iTunes, so you will have to |
| 287 | +# find other means to get the exports onto your ipod (gtkpod works great). |
| 288 | +# |
| 289 | + mp4_codec = h264 |
| 290 | + |
| 291 | +# |
| 292 | +# Framerate to use: auto, 25, 23.97, 29.97. PAL will always be 25 fps, and |
| 293 | +# auto will set 29.97 for everything over 320x288 and 23.97 for the rest. |
| 294 | +# |
| 295 | + mp4_fps = auto |
| 296 | + |
| 297 | +# |
| 298 | +# Enable ipod compatibility mode. Aside from forcing a max resolution of |
| 299 | +# 640x480, this basically just sets motion detection reference frames (-refs) |
| 300 | +# to 2 instead of 7 (the ipod can only handle 2), and thus a small drop in |
| 301 | +# motion detection quality. |
| 302 | +# |
| 303 | + ipod = yes |
| 304 | + |
| 305 | +</ffmpeg::MP4> |
| 306 | + |
| 307 | +# |
| 308 | +# As does the PSP exporter |
| 309 | +# |
259 | 310 | <ffmpeg::PSP> |
260 | 311 |
|
261 | 312 | # PSP framerate (high=29.97, low=14.985) |
|
272 | 323 |
|
273 | 324 | </ffmpeg::PSP> |
274 | 325 |
|
275 | | -<ffmpeg::MP4> |
276 | | - |
277 | | -# Codec to use (xvid or h264). Please note that h264 support is experimental. |
278 | | -# I have not yet been able to export a file using h264 that actuall works, |
279 | | -# despite the fact that I've tried my best to copy the ffmpeg parameters from |
280 | | -# iSquint, which does work. |
281 | | - mp4_codec = h264 |
| 326 | +# |
| 327 | +# You can also add flags to the one and only mencoder option |
| 328 | +# |
| 329 | +<mencoder::XviD> |
282 | 330 |
|
283 | | - noise_reduction = no |
284 | | - deinterlace = yes |
285 | | - multipass = yes |
286 | | - v_bitrate = 768 |
287 | | - a_bitrate = 128 |
| 331 | + multipass = no |
288 | 332 |
|
289 | | - width = 528 |
290 | | - height = 480 |
| 333 | +</mencoder::XviD> |
291 | 334 |
|
292 | | -# Framerate to use: auto, 25, 23.97, 29.97. PAL will always be 25 fps, and |
293 | | -# auto will set 29.97 for everything over 320x288 and 23.97 for the rest. |
294 | | - mp4_fps = auto |
295 | | - |
296 | | -</ffmpeg::MP4> |
| 335 | +################################################################################ |
297 | 336 |
|
298 | 337 | # |
299 | | -# You can also make specific profiles called with the --profile parameter that |
300 | | -# will override other config options (but not commandline arguments). |
| 338 | +# You can also make specific profiles called with the --profile parameter that |
| 339 | +# will override other config options (but not commandline arguments). |
301 | 340 | # |
302 | | -# For example, you could make a profile that would encode your favorite show |
303 | | -# with your favorite settings. |
| 341 | +# For example, you could make a profile that would encode your favorite show |
| 342 | +# with your favorite settings. |
304 | 343 | # |
305 | | -<profile::bourdain> |
306 | | - |
307 | | - title = bourdain |
308 | | - |
309 | | - export_prog = ffmpeg |
310 | | - mode = mp4 |
311 | | - |
312 | | - crop_pct = 0 |
313 | | - crop_right = 1.5 |
314 | | - crop_left = 1.5 |
315 | | - |
316 | | - width = 528 |
317 | | - height = 480 |
| 344 | +<profile::sample> |
318 | 345 |
|
319 | | -</profile::bourdain> |
| 346 | + title = test |
320 | 347 |
|
321 | | -<profile::follow> |
| 348 | + export_prog = transcode |
| 349 | + mode = xvid |
| 350 | + confirm = true |
322 | 351 |
|
323 | | - title = follow that |
| 352 | +</profile::sample> |
324 | 353 |
|
325 | | - export_prog = ffmpeg |
326 | | - mode = mp4 |
327 | | - |
328 | | - crop_pct = 0 |
329 | | - |
330 | | - width = 352 |
331 | | - height = 480 |
332 | | - |
333 | | - # The episodes all say "follow that" at the beginning |
334 | | - filename=%s |
335 | | - |
336 | | -</profile::follow> |
337 | | - |
338 | | -<profile::goodeats> |
| 354 | +# |
| 355 | +# Or crop the black bars off of the top/bottom of fake widescreen shows. |
| 356 | +# |
| 357 | +<profile::samplewide> |
339 | 358 |
|
340 | | - title = good eats |
| 359 | + title = test |
341 | 360 |
|
342 | 361 | export_prog = ffmpeg |
343 | 362 | mode = mp4 |
344 | 363 |
|
345 | | - crop_pct = 0 |
346 | | - crop_top = 1 |
347 | | - crop_right = 1 |
348 | | - crop_left = 1 |
349 | | - |
350 | | - width = 528 |
351 | | - height = 480 |
352 | | - |
353 | | -</profile::goodeats> |
354 | | - |
355 | | -<profile::iron> |
356 | | - |
357 | | - title = iron chef |
358 | | - |
359 | | - export_prog = ffmpeg |
360 | | - mode = mp4 |
| 364 | + out_aspect = 16:9 |
361 | 365 |
|
362 | 366 | crop_pct = 0 |
363 | | - crop_top = 1 |
364 | | - crop_left = 1 |
| 367 | + crop_top = 12.5 |
| 368 | + crop_bottom = 12.5 |
365 | 369 |
|
366 | 370 | width = 528 |
367 | | - height = 480 |
| 371 | + height = 360 |
368 | 372 |
|
369 | | -</profile::iron> |
370 | | - |
371 | | -<profile::greg> |
372 | | - |
373 | | - title = greg the |
374 | | - |
375 | | - export_prog = ffmpeg |
376 | | - mode = mp4 |
377 | | - |
378 | | - crop_pct = 0 |
379 | | - crop_left = 1 |
380 | | - |
381 | | - width = 528 |
382 | | - height = 480 |
| 373 | +</profile::samplewide> |
383 | 374 |
|
384 | | -</profile::greg> |
0 commit comments