synfig-studio  1.0.3
Macros | Variables
dialog_ffmpegparam.cpp File Reference
#include <iostream>
#include "dialogs/dialog_ffmpegparam.h"
#include "general.h"

Macros

#define CUSTOM_VCODEC_DESCRIPTION   _("Custom Video Codec")
#define CUSTOM_VCODEC   _("write your video codec here")

Variables

const char * allowed_video_codecs []
 Allowed video codecs.
const char * allowed_video_codecs_description []
 Allowed video codecs description.

Macro Definition Documentation

#define CUSTOM_VCODEC_DESCRIPTION   _("Custom Video Codec")
#define CUSTOM_VCODEC   _("write your video codec here")

Variable Documentation

const char* allowed_video_codecs[]
Initial value:
{
"flv", "h263p", "huffyuv", "libtheora", "libx264", "libx264-lossless",
"mjpeg", "mpeg1video", "mpeg2video", "mpeg4", "msmpeg4",
"msmpeg4v1", "msmpeg4v2", "wmv1", "wmv2", CUSTOM_VCODEC, NULL
}

Allowed video codecs.

Warning
This variable is linked to allowed_video_codecs_description, if you change this you must change the other acordingly.
These codecs are linked to the filename extensions for mod_ffmpeg. If you change this you must change the others acordingly.

Referenced by studio::Dialog_FFmpegParam::Dialog_FFmpegParam(), and studio::Dialog_FFmpegParam::init().

const char* allowed_video_codecs_description[]
Initial value:
{
_("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
_("H.263+ / H.263-1998 / H.263 version 2"),
_("Huffyuv / HuffYUV"),
_("libtheora Theora"),
_("H.264 / AVC / MPEG-4 AVC"),
_("H.264 / AVC / MPEG-4 AVC (LossLess)"),
_("MJPEG (Motion JPEG)"),
_("raw MPEG-1 video"),
_("raw MPEG-2 video"),
_("MPEG-4 part 2. (XviD/DivX)"),
_("MPEG-4 part 2 Microsoft variant version 3"),
_("MPEG-4 part 2 Microsoft variant version 1"),
_("MPEG-4 part 2 Microsoft variant version 2"),
_("Windows Media Video 7"),
_("Windows Media Video 8"),
NULL
}

Allowed video codecs description.

Warning
This variable is linked to allowed_video_codecs, if you change this you must change the other acordingly.

Referenced by studio::Dialog_FFmpegParam::Dialog_FFmpegParam(), and studio::Dialog_FFmpegParam::init().