comparison cfg-mplayer.h @ 14944:7e7b077b7a50

Oded's patch for -speed in mencoder. This can be used for purposes like converting back and forth between PAL and FILM (or NTSC-FILM) framerates, or whatever else you like. Doesn't work with -oac copy. Someone give Oded some cola for the error message and fill in a sane one. :))))
author rfelker
date Tue, 15 Mar 2005 04:10:57 +0000
parents b3274e6b88ef
children 92e234f53156
comparison
equal deleted inserted replaced
14943:4f43e3452b36 14944:7e7b077b7a50
323 {"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, 323 {"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
324 324
325 // set a-v distance, should be moved to -common and supported in MEncoder 325 // set a-v distance, should be moved to -common and supported in MEncoder
326 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -100.0, 100.0, NULL}, 326 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -100.0, 100.0, NULL},
327 327
328 {"speed", &playback_speed, CONF_TYPE_FLOAT, CONF_RANGE, 0.01, 100.0, NULL},
329
330 {"framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 328 {"framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 1, NULL},
331 {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2, NULL}, 329 {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2, NULL},
332 {"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0, NULL}, 330 {"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0, NULL},
333 331
334 {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL}, 332 {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},