|
|
@ -34,6 +34,7 @@ int ff_ass_subtitle_header(AVCodecContext *avctx, |
|
|
|
{ |
|
|
|
{ |
|
|
|
avctx->subtitle_header = av_asprintf( |
|
|
|
avctx->subtitle_header = av_asprintf( |
|
|
|
"[Script Info]\r\n" |
|
|
|
"[Script Info]\r\n" |
|
|
|
|
|
|
|
"; Script generated by FFmpeg/Lavc%s\r\n" |
|
|
|
"ScriptType: v4.00+\r\n" |
|
|
|
"ScriptType: v4.00+\r\n" |
|
|
|
"PlayResX: 384\r\n" |
|
|
|
"PlayResX: 384\r\n" |
|
|
|
"PlayResY: 288\r\n" |
|
|
|
"PlayResY: 288\r\n" |
|
|
@ -65,6 +66,7 @@ int ff_ass_subtitle_header(AVCodecContext *avctx, |
|
|
|
"\r\n" |
|
|
|
"\r\n" |
|
|
|
"[Events]\r\n" |
|
|
|
"[Events]\r\n" |
|
|
|
"Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text\r\n", |
|
|
|
"Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text\r\n", |
|
|
|
|
|
|
|
!(avctx->flags & CODEC_FLAG_BITEXACT) ? AV_STRINGIFY(LIBAVCODEC_VERSION) : "", |
|
|
|
font, font_size, color, color, back_color, back_color, |
|
|
|
font, font_size, color, color, back_color, back_color, |
|
|
|
-bold, -italic, -underline, alignment); |
|
|
|
-bold, -italic, -underline, alignment); |
|
|
|
|
|
|
|
|
|
|
|