atomes 1.3.1
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
movie.h File Reference

Data structure declarations for movie encoding
Function declarations for movie encoding. More...

#include <libavutil/avassert.h>
#include <libavcodec/avcodec.h>
#include <libavutil/avutil.h>
#include <libavformat/avformat.h>
#include <libavutil/opt.h>
#include <libswscale/swscale.h>
Include dependency graph for movie.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  VideoStream
struct  video_options

Macros

#define VIDEO_CODECS   5
#define IMAGE_FORMATS   4

Typedefs

typedef struct VideoStream VideoStream
typedef struct video_options video_options

Functions

void render_image (glwin *view, video_options *iopts)
 render an image from the OpenGL window - prepare the dialog
void save_movie (glwin *view, video_options *vopts)
 saving a movie - prepare the dialog

Variables

int render_image_format
int render_image_style
int render_image_axis
int render_image_box
int render_image_rep
int render_image_acolor
int render_image_pcolor
gboolean trigger_fragment_analysis
gboolean trigger_molecule_analysis
ColRGBArender_image_back_color
int render_image_back_grad
int render_image_back_dir
float render_image_back_pos
ColRGBArender_image_grad_color [2]
ColRGBArender_image_box_color
int * render_image_pixels
gchar * render_image_output

Detailed Description

Data structure declarations for movie encoding
Function declarations for movie encoding.

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 movie.h.

Macro Definition Documentation

◆ IMAGE_FORMATS

#define IMAGE_FORMATS   4

Definition at line 37 of file movie.h.

◆ VIDEO_CODECS

#define VIDEO_CODECS   5

Definition at line 36 of file movie.h.

Typedef Documentation

◆ video_options

typedef struct video_options video_options

Definition at line 60 of file movie.h.

◆ VideoStream

typedef struct VideoStream VideoStream

Definition at line 51 of file movie.h.

Function Documentation

◆ render_image()

void render_image ( glwin * view,
video_options * iopts )
extern

render an image from the OpenGL window - prepare the dialog

Parameters
viewthe target glwin
ioptsthe rendering options

Definition at line 200 of file image.c.

◆ save_movie()

void save_movie ( glwin * view,
video_options * vopts )
extern

saving a movie - prepare the dialog

Parameters
viewthe target glwin
voptsthe video encoding options

Definition at line 1298 of file movie.c.

Variable Documentation

◆ render_image_acolor

int render_image_acolor
extern

Definition at line 78 of file image.c.

◆ render_image_axis

int render_image_axis
extern

Definition at line 75 of file image.c.

◆ render_image_back_color

ColRGBA* render_image_back_color
extern

Definition at line 82 of file image.c.

◆ render_image_back_dir

int render_image_back_dir
extern

Definition at line 84 of file image.c.

◆ render_image_back_grad

int render_image_back_grad
extern

Definition at line 83 of file image.c.

◆ render_image_back_pos

float render_image_back_pos
extern

Definition at line 85 of file image.c.

◆ render_image_box

int render_image_box
extern

Definition at line 76 of file image.c.

◆ render_image_box_color

ColRGBA* render_image_box_color
extern

Definition at line 87 of file image.c.

◆ render_image_format

int render_image_format
extern

Definition at line 73 of file image.c.

◆ render_image_grad_color

ColRGBA* render_image_grad_color[2]
extern

Definition at line 86 of file image.c.

◆ render_image_output

gchar* render_image_output
extern

Definition at line 89 of file image.c.

◆ render_image_pcolor

int render_image_pcolor
extern

Definition at line 79 of file image.c.

◆ render_image_pixels

int* render_image_pixels
extern

Definition at line 88 of file image.c.

◆ render_image_rep

int render_image_rep
extern

Definition at line 77 of file image.c.

◆ render_image_style

int render_image_style
extern

Definition at line 74 of file image.c.

◆ trigger_fragment_analysis

gboolean trigger_fragment_analysis
extern

Definition at line 80 of file image.c.

◆ trigger_molecule_analysis

gboolean trigger_molecule_analysis
extern

Definition at line 81 of file image.c.