#include "../libweed/weed.h"
Go to the source code of this file.
Data Structures |
struct | _resaudw |
| resample audio window More...
|
Functions |
LIVES_INLINE weed_timecode_t | q_gint64 (weed_timecode_t in, double fps) |
LIVES_INLINE weed_timecode_t | q_gint64_floor (weed_timecode_t in, double fps) |
LIVES_INLINE weed_timecode_t | q_dbl (gdouble in, gdouble fps) |
weed_plant_t * | quantise_events (weed_plant_t *in_list, gdouble new_fps, gboolean allow_gap) |
| quantise frame events for a single clip
|
gint | count_resampled_frames (gint in_frames, gdouble orig_fps, gdouble resampled_fps) |
void | create_new_pb_speed (gshort type) |
| window change speed from Tools menu
|
_resaudw * | create_resaudw (gshort type, render_details *rdet, GtkWidget *top_vbox) |
void | on_change_speed_activate (GtkMenuItem *, gpointer) |
void | on_change_speed_ok_clicked (GtkButton *, gpointer) |
gboolean | auto_resample_resize (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned) |
gint | reorder_frames (void) |
gint | deorder_frames (gint old_framecount, gboolean leave_bak) |
| leave_bak is a special mode for the clipboard
|
gboolean | resample_clipboard (gdouble new_fps) |
| call this to resample clipboard video
|
Variables |
_resaudw * | resaudw |
Function Documentation
gboolean auto_resample_resize |
( |
gint |
width, |
|
|
gint |
height, |
|
|
gdouble |
fps, |
|
|
gint |
fps_num, |
|
|
gint |
fps_denom, |
|
|
gint |
arate, |
|
|
gint |
asigned |
|
) |
| |
gint count_resampled_frames |
( |
gint |
in_frames, |
|
|
gdouble |
orig_fps, |
|
|
gdouble |
resampled_fps |
|
) |
| |
void create_new_pb_speed |
( |
gshort |
type | ) |
|
window change speed from Tools menu
resample audio window
type 1 : show current and new, type 2 : show new
gint deorder_frames |
( |
gint |
old_framecount, |
|
|
gboolean |
leave_bak |
|
) |
| |
leave_bak is a special mode for the clipboard
void on_change_speed_activate |
( |
GtkMenuItem * |
, |
|
|
gpointer |
|
|
) |
| |
void on_change_speed_ok_clicked |
( |
GtkButton * |
, |
|
|
gpointer |
|
|
) |
| |
LIVES_INLINE weed_timecode_t q_dbl |
( |
gdouble |
in, |
|
|
gdouble |
fps |
|
) |
| |
LIVES_INLINE weed_timecode_t q_gint64 |
( |
weed_timecode_t |
in, |
|
|
double |
fps |
|
) |
| |
LIVES_INLINE weed_timecode_t q_gint64_floor |
( |
weed_timecode_t |
in, |
|
|
double |
fps |
|
) |
| |
weed_plant_t* quantise_events |
( |
weed_plant_t * |
in_list, |
|
|
gdouble |
new_fps, |
|
|
gboolean |
allow_gap |
|
) |
| |
quantise frame events for a single clip
gint reorder_frames |
( |
void |
| ) |
|
gboolean resample_clipboard |
( |
gdouble |
new_fps | ) |
|
call this to resample clipboard video
Variable Documentation