Functions to create the encoding (image/video) window.
More...
#include "global.h"
#include "interface.h"
#include "glview.h"
#include "movie.h"
Go to the source code of this file.
|
gboolean | spin (gpointer data) |
| spin
|
|
G_MODULE_EXPORT void | set_video_frames (GtkEntry *res, gpointer data) |
| set number of frames
|
|
G_MODULE_EXPORT void | set_video_extra_frames (GtkEntry *res, gpointer data) |
| set video extra frames
|
|
G_MODULE_EXPORT void | set_video_res (GtkEntry *res, gpointer data) |
| set video / image resolution
|
|
G_MODULE_EXPORT void | set_video_codec (GtkComboBox *ComboBoxGtk) |
| change video codec
|
|
G_MODULE_EXPORT void | set_video_opengl_spin (GtkSpinButton *res, gpointer data) |
| set encoding OpenGL quality callback - spin
|
|
G_MODULE_EXPORT void | set_video_bitrate (GtkEntry *res, gpointer data) |
| set video bitrate entry callback
|
|
void | clean_animation (glwin *view) |
| clean saved animation data
|
|
void | set_encoding_widget_sensitivity (gboolean video, int sensitivity) |
| Adjust the sensitivity for the widgets of the encoding window.
|
|
G_MODULE_EXPORT void | set_image_format (GtkComboBox *box, gpointer data) |
| selecting the image format
|
|
G_MODULE_EXPORT void | run_window_encode (GtkDialog *win, gint response_id, gpointer data) |
| encoding a movie - running the dialog
|
|
void | window_encode (glwin *view, gboolean video) |
| encoding a movie - creating the dialog
|
|
Functions to create the encoding (image/video) window.
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file w_encode.c.
◆ clean_animation()
void clean_animation |
( |
glwin * | view | ) |
|
clean saved animation data
- Parameters
-
Definition at line 186 of file w_encode.c.
◆ run_window_encode()
G_MODULE_EXPORT void run_window_encode |
( |
GtkDialog * | win, |
|
|
gint | response_id, |
|
|
gpointer | data ) |
encoding a movie - running the dialog
- Parameters
-
win | the GtkDialog sending the signal |
response_id | the response id |
data | the associated data pointer |
Definition at line 278 of file w_encode.c.
◆ set_encoding_widget_sensitivity()
void set_encoding_widget_sensitivity |
( |
gboolean | video, |
|
|
int | sensitivity ) |
Adjust the sensitivity for the widgets of the encoding window.
- Parameters
-
video | encoding video (yes / no) |
sensitivity | sensitivity |
Definition at line 223 of file w_encode.c.
◆ set_image_format()
G_MODULE_EXPORT void set_image_format |
( |
GtkComboBox * | box, |
|
|
gpointer | data ) |
selecting the image format
- Parameters
-
box | the GtkComboBox sending the signal |
data | the associated data pointer |
Definition at line 246 of file w_encode.c.
◆ set_video_bitrate()
G_MODULE_EXPORT void set_video_bitrate |
( |
GtkEntry * | res, |
|
|
gpointer | data ) |
set video bitrate entry callback
- Parameters
-
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 166 of file w_encode.c.
◆ set_video_codec()
G_MODULE_EXPORT void set_video_codec |
( |
GtkComboBox * | ComboBoxGtk | ) |
|
change video codec
- Parameters
-
*ComboBoxGtk | the GtkComboBox sending the signal |
Definition at line 135 of file w_encode.c.
◆ set_video_extra_frames()
G_MODULE_EXPORT void set_video_extra_frames |
( |
GtkEntry * | res, |
|
|
gpointer | data ) |
set video extra frames
- Parameters
-
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 93 of file w_encode.c.
◆ set_video_frames()
G_MODULE_EXPORT void set_video_frames |
( |
GtkEntry * | res, |
|
|
gpointer | data ) |
set number of frames
- Parameters
-
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 72 of file w_encode.c.
◆ set_video_opengl_spin()
G_MODULE_EXPORT void set_video_opengl_spin |
( |
GtkSpinButton * | res, |
|
|
gpointer | data ) |
set encoding OpenGL quality callback - spin
- Parameters
-
res | the GtkSpinButton sending the signal |
data | the associated data pointer |
Definition at line 148 of file w_encode.c.
◆ set_video_res()
G_MODULE_EXPORT void set_video_res |
( |
GtkEntry * | res, |
|
|
gpointer | data ) |
set video / image resolution
- Parameters
-
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 114 of file w_encode.c.
◆ spin()
gboolean spin |
( |
gpointer | data | ) |
|
|
extern |
spin
- Parameters
-
data | the associated data pointer |
Definition at line 56 of file w_spiner.c.
◆ window_encode()
void window_encode |
( |
glwin * | view, |
|
|
gboolean | video ) |
encoding a movie - creating the dialog
- Parameters
-
view | the target glwin |
video | video (1) or image (0) |
Definition at line 319 of file w_encode.c.
◆ bitrate
◆ cod
◆ codec
◆ codec_name
◆ encode_video
◆ encoding_pb
◆ extraframes
◆ form
◆ framesec
◆ image_name
◆ oglquality
◆ res
◆ resb
◆ rese
◆ resf
◆ video_res