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>
Go to the source code of this file.
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.
◆ IMAGE_FORMATS
◆ VIDEO_CODECS
◆ video_options
typedef struct video_options video_options |
◆ VideoStream
typedef struct VideoStream VideoStream |
◆ render_image()
render an image from the OpenGL window - prepare the dialog
- Parameters
-
view | the target glwin |
iopts | the rendering options |
Definition at line 164 of file image.c.
◆ save_movie()
saving a movie - prepare the dialog
- Parameters
-
view | the target glwin |
vopts | the video encoding options |
Definition at line 1291 of file movie.c.