atomes 1.1.14
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
 

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 164 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 1291 of file movie.c.