Mercurial > mplayer.hg
annotate libmpcodecs/ve_lavc.c @ 12679:6a23658331f8
avoid double slashes, patch by Yoshinori Sato
author | alex |
---|---|
date | Sat, 26 Jun 2004 10:40:15 +0000 |
parents | 51212c1c6143 |
children | 787a1ce375df |
rev | line source |
---|---|
5550 | 1 #include <stdio.h> |
2 #include <stdlib.h> | |
3 #include <string.h> | |
8237 | 4 #include <math.h> |
8347 | 5 #include <time.h> |
5550 | 6 |
8371
345a539683da
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael
parents:
8347
diff
changeset
|
7 #if !defined(INFINITY) && defined(HUGE_VAL) |
345a539683da
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael
parents:
8347
diff
changeset
|
8 #define INFINITY HUGE_VAL |
345a539683da
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael
parents:
8347
diff
changeset
|
9 #endif |
345a539683da
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael
parents:
8347
diff
changeset
|
10 |
5550 | 11 #include "../config.h" |
12 | |
13 #ifdef USE_LIBAVCODEC | |
14 | |
15 #include "../mp_msg.h" | |
16 #include "../help_mp.h" | |
17 | |
18 #include "codec-cfg.h" | |
19 #include "stream.h" | |
20 #include "demuxer.h" | |
21 #include "stheader.h" | |
22 | |
8585 | 23 #include "muxer.h" |
5550 | 24 |
5607 | 25 #include "img_format.h" |
26 #include "mp_image.h" | |
5550 | 27 #include "vf.h" |
28 | |
7090
43d7b60bd7f4
fixing compilation without divx4 patch by (Rmi Guyomarch <rguyom at pobox dot com>)
michael
parents:
7089
diff
changeset
|
29 extern char* passtmpfile; |
5550 | 30 |
31 //===========================================================================// | |
32 | |
33 #ifdef USE_LIBAVCODEC_SO | |
7004 | 34 #include <ffmpeg/avcodec.h> |
5550 | 35 #else |
36 #include "libavcodec/avcodec.h" | |
37 #endif | |
38 | |
8339 | 39 #if LIBAVCODEC_BUILD < 4641 |
11000 | 40 #error we do not support libavcodec prior to build 4641, get the latest libavcodec CVS |
5778 | 41 #endif |
42 | |
9508 | 43 #if LIBAVCODEC_BUILD < 4659 |
7088 | 44 #warning your version of libavcodec is old, u might want to get a newer one |
45 #endif | |
46 | |
8413 | 47 #if LIBAVCODEC_BUILD < 4645 |
48 #define AVFrame AVVideoFrame | |
49 #define coded_frame coded_picture | |
50 #endif | |
51 | |
5550 | 52 extern int avcodec_inited; |
53 | |
54 /* video options */ | |
7555 | 55 static char *lavc_param_vcodec = "mpeg4"; |
5550 | 56 static int lavc_param_vbitrate = -1; |
7088 | 57 static int lavc_param_vrate_tolerance = 1000*8; |
10498 | 58 static int lavc_param_mb_decision = 0; /* default is realtime encoding */ |
5550 | 59 static int lavc_param_v4mv = 0; |
5556 | 60 static int lavc_param_vme = 4; |
11032 | 61 static float lavc_param_vqscale = 0.0; |
7088 | 62 static int lavc_param_vqmin = 2; |
63 static int lavc_param_vqmax = 31; | |
8492 | 64 static int lavc_param_mb_qmin = 2; |
65 static int lavc_param_mb_qmax = 31; | |
11032 | 66 static float lavc_param_lmin = 2; |
67 static float lavc_param_lmax = 31; | |
5550 | 68 static int lavc_param_vqdiff = 3; |
69 static float lavc_param_vqcompress = 0.5; | |
70 static float lavc_param_vqblur = 0.5; | |
7088 | 71 static float lavc_param_vb_qfactor = 1.25; |
72 static float lavc_param_vb_qoffset = 1.25; | |
73 static float lavc_param_vi_qfactor = 0.8; | |
74 static float lavc_param_vi_qoffset = 0.0; | |
5657
ee2efbf3dc9d
Preliminary support for lavcs b-frame encoding, disabled by default.
atmos4
parents:
5646
diff
changeset
|
75 static int lavc_param_vmax_b_frames = 0; |
5550 | 76 static int lavc_param_keyint = -1; |
5778 | 77 static int lavc_param_vpass = 0; |
78 static int lavc_param_vrc_strategy = 2; | |
79 static int lavc_param_vb_strategy = 0; | |
6255
140e94c4c89b
single coefficient elimination disabled by default
michael
parents:
6228
diff
changeset
|
80 static int lavc_param_luma_elim_threshold = 0; |
140e94c4c89b
single coefficient elimination disabled by default
michael
parents:
6228
diff
changeset
|
81 static int lavc_param_chroma_elim_threshold = 0; |
6228
ea6b20e70ac5
new options to support Michael's libavcodec patch, #ifdefed
arpi
parents:
5977
diff
changeset
|
82 static int lavc_param_packet_size= 0; |
ea6b20e70ac5
new options to support Michael's libavcodec patch, #ifdefed
arpi
parents:
5977
diff
changeset
|
83 static int lavc_param_strict= 0; |
ea6b20e70ac5
new options to support Michael's libavcodec patch, #ifdefed
arpi
parents:
5977
diff
changeset
|
84 static int lavc_param_data_partitioning= 0; |
6461 | 85 static int lavc_param_gray=0; |
7088 | 86 static float lavc_param_rc_qsquish=1.0; |
87 static float lavc_param_rc_qmod_amp=0; | |
88 static int lavc_param_rc_qmod_freq=0; | |
89 static char *lavc_param_rc_override_string=NULL; | |
90 static char *lavc_param_rc_eq="tex^qComp"; | |
91 static int lavc_param_rc_buffer_size=0; | |
92 static float lavc_param_rc_buffer_aggressivity=1.0; | |
93 static int lavc_param_rc_max_rate=0; | |
94 static int lavc_param_rc_min_rate=0; | |
95 static float lavc_param_rc_initial_cplx=0; | |
6944 | 96 static int lavc_param_mpeg_quant=0; |
7152 | 97 static int lavc_param_fdct=0; |
7564 | 98 static int lavc_param_idct=0; |
8237 | 99 static char* lavc_param_aspect = NULL; |
9993
6e7f3643bee6
optional automatic aspect encoding based on d_width and d_height
rfelker
parents:
9868
diff
changeset
|
100 static int lavc_param_autoaspect = 0; |
7490 | 101 static float lavc_param_lumi_masking= 0.0; |
7496 | 102 static float lavc_param_dark_masking= 0.0; |
7490 | 103 static float lavc_param_temporal_cplx_masking= 0.0; |
104 static float lavc_param_spatial_cplx_masking= 0.0; | |
105 static float lavc_param_p_masking= 0.0; | |
106 static int lavc_param_normalize_aqp= 0; | |
7504 | 107 static int lavc_param_interlaced_dct= 0; |
8190 | 108 static int lavc_param_prediction_method= FF_PRED_LEFT; |
10778 | 109 static int lavc_param_format= IMGFMT_YV12; |
8341 | 110 static int lavc_param_debug= 0; |
8347 | 111 static int lavc_param_psnr= 0; |
8803 | 112 static int lavc_param_me_pre_cmp= 0; |
8587 | 113 static int lavc_param_me_cmp= 0; |
114 static int lavc_param_me_sub_cmp= 0; | |
115 static int lavc_param_mb_cmp= 0; | |
11753 | 116 #ifdef FF_CMP_VSAD |
117 static int lavc_param_ildct_cmp= FF_CMP_VSAD; | |
118 #endif | |
8803 | 119 static int lavc_param_pre_dia_size= 0; |
8587 | 120 static int lavc_param_dia_size= 0; |
121 static int lavc_param_qpel= 0; | |
8684 | 122 static int lavc_param_trell= 0; |
11930
f2a503cb70ba
bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael
parents:
11910
diff
changeset
|
123 static int lavc_param_bit_exact = 0; |
9536 | 124 static int lavc_param_aic= 0; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
125 static int lavc_param_aiv= 0; |
9536 | 126 static int lavc_param_umv= 0; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
127 static int lavc_param_obmc= 0; |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
128 static int lavc_param_loop= 0; |
8695 | 129 static int lavc_param_last_pred= 0; |
8709 | 130 static int lavc_param_pre_me= 1; |
8803 | 131 static int lavc_param_me_subpel_quality= 8; |
9508 | 132 static int lavc_param_me_range= 0; |
9645 | 133 #if LIBAVCODEC_BUILD >= 4663 |
134 static int lavc_param_ibias= FF_DEFAULT_QUANT_BIAS; | |
135 static int lavc_param_pbias= FF_DEFAULT_QUANT_BIAS; | |
136 #endif | |
10291 | 137 static int lavc_param_coder= 0; |
138 static int lavc_param_context= 0; | |
10779 | 139 static char *lavc_param_intra_matrix = NULL; |
140 static char *lavc_param_inter_matrix = NULL; | |
10963 | 141 static int lavc_param_cbp= 0; |
10974 | 142 static int lavc_param_mv0= 0; |
11363 | 143 static int lavc_param_noise_reduction= 0; |
11910 | 144 static int lavc_param_qns= 0; |
11445 | 145 static int lavc_param_qp_rd= 0; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
146 static int lavc_param_inter_threshold= 0; |
11699
9165fbc7d89d
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
michael
parents:
11672
diff
changeset
|
147 static int lavc_param_sc_threshold= 0; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
148 static int lavc_param_ss= 0; |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
149 static int lavc_param_top= -1; |
11702 | 150 static int lavc_param_alt= 0; |
151 static int lavc_param_ilme= 0; | |
12542 | 152 static int lavc_param_nssew= 8; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
153 |
5550 | 154 |
11375 | 155 char *lavc_param_acodec = "mp2"; |
156 int lavc_param_atag = 0; | |
157 int lavc_param_abitrate = 224; | |
158 | |
10594
57bdcdb061d7
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
alex
parents:
10498
diff
changeset
|
159 #include "m_option.h" |
5550 | 160 |
161 #ifdef USE_LIBAVCODEC | |
10594
57bdcdb061d7
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
alex
parents:
10498
diff
changeset
|
162 m_option_t lavcopts_conf[]={ |
11375 | 163 {"acodec", &lavc_param_acodec, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
164 {"abitrate", &lavc_param_abitrate, CONF_TYPE_INT, CONF_RANGE, 1, 1000, NULL}, | |
165 {"atag", &lavc_param_atag, CONF_TYPE_INT, CONF_RANGE, 0, 0xffff, NULL}, | |
5550 | 166 {"vcodec", &lavc_param_vcodec, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
167 {"vbitrate", &lavc_param_vbitrate, CONF_TYPE_INT, CONF_RANGE, 4, 24000000, NULL}, | |
168 {"vratetol", &lavc_param_vrate_tolerance, CONF_TYPE_INT, CONF_RANGE, 4, 24000000, NULL}, | |
10498 | 169 {"vhq", &lavc_param_mb_decision, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
170 {"mbd", &lavc_param_mb_decision, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL}, | |
5550 | 171 {"v4mv", &lavc_param_v4mv, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
172 {"vme", &lavc_param_vme, CONF_TYPE_INT, CONF_RANGE, 0, 5, NULL}, | |
11032 | 173 {"vqscale", &lavc_param_vqscale, CONF_TYPE_FLOAT, CONF_RANGE, 0.01, 255.0, NULL}, |
5550 | 174 {"vqmin", &lavc_param_vqmin, CONF_TYPE_INT, CONF_RANGE, 1, 31, NULL}, |
175 {"vqmax", &lavc_param_vqmax, CONF_TYPE_INT, CONF_RANGE, 1, 31, NULL}, | |
8492 | 176 {"mbqmin", &lavc_param_mb_qmin, CONF_TYPE_INT, CONF_RANGE, 1, 31, NULL}, |
177 {"mbqmax", &lavc_param_mb_qmax, CONF_TYPE_INT, CONF_RANGE, 1, 31, NULL}, | |
11032 | 178 {"lmin", &lavc_param_lmin, CONF_TYPE_FLOAT, CONF_RANGE, 0.01, 255.0, NULL}, |
179 {"lmax", &lavc_param_lmax, CONF_TYPE_FLOAT, CONF_RANGE, 0.01, 255.0, NULL}, | |
5550 | 180 {"vqdiff", &lavc_param_vqdiff, CONF_TYPE_INT, CONF_RANGE, 1, 31, NULL}, |
181 {"vqcomp", &lavc_param_vqcompress, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 1.0, NULL}, | |
182 {"vqblur", &lavc_param_vqblur, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 1.0, NULL}, | |
7088 | 183 {"vb_qfactor", &lavc_param_vb_qfactor, CONF_TYPE_FLOAT, CONF_RANGE, -31.0, 31.0, NULL}, |
5657
ee2efbf3dc9d
Preliminary support for lavcs b-frame encoding, disabled by default.
atmos4
parents:
5646
diff
changeset
|
184 {"vmax_b_frames", &lavc_param_vmax_b_frames, CONF_TYPE_INT, CONF_RANGE, 0, FF_MAX_B_FRAMES, NULL}, |
5778 | 185 {"vpass", &lavc_param_vpass, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL}, |
186 {"vrc_strategy", &lavc_param_vrc_strategy, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL}, | |
8413 | 187 {"vb_strategy", &lavc_param_vb_strategy, CONF_TYPE_INT, CONF_RANGE, 0, 10, NULL}, |
6228
ea6b20e70ac5
new options to support Michael's libavcodec patch, #ifdefed
arpi
parents:
5977
diff
changeset
|
188 {"vb_qoffset", &lavc_param_vb_qoffset, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 31.0, NULL}, |
7039
2eae7ac0fa8b
same behavior for luma & chroma single coeff elimination
michael
parents:
7038
diff
changeset
|
189 {"vlelim", &lavc_param_luma_elim_threshold, CONF_TYPE_INT, CONF_RANGE, -99, 99, NULL}, |
7038 | 190 {"vcelim", &lavc_param_chroma_elim_threshold, CONF_TYPE_INT, CONF_RANGE, -99, 99, NULL}, |
6228
ea6b20e70ac5
new options to support Michael's libavcodec patch, #ifdefed
arpi
parents:
5977
diff
changeset
|
191 {"vpsize", &lavc_param_packet_size, CONF_TYPE_INT, CONF_RANGE, 0, 100000000, NULL}, |
8195 | 192 {"vstrict", &lavc_param_strict, CONF_TYPE_INT, CONF_RANGE, -99, 99, NULL}, |
6228
ea6b20e70ac5
new options to support Michael's libavcodec patch, #ifdefed
arpi
parents:
5977
diff
changeset
|
193 {"vdpart", &lavc_param_data_partitioning, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_PART, NULL}, |
5550 | 194 {"keyint", &lavc_param_keyint, CONF_TYPE_INT, 0, 0, 0, NULL}, |
6461 | 195 {"gray", &lavc_param_gray, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_PART, NULL}, |
6944 | 196 {"mpeg_quant", &lavc_param_mpeg_quant, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
7088 | 197 {"vi_qfactor", &lavc_param_vi_qfactor, CONF_TYPE_FLOAT, CONF_RANGE, -31.0, 31.0, NULL}, |
198 {"vi_qoffset", &lavc_param_vi_qoffset, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 31.0, NULL}, | |
199 {"vqsquish", &lavc_param_rc_qsquish, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 99.0, NULL}, | |
200 {"vqmod_amp", &lavc_param_rc_qmod_amp, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 99.0, NULL}, | |
201 {"vqmod_freq", &lavc_param_rc_qmod_freq, CONF_TYPE_INT, 0, 0, 0, NULL}, | |
202 {"vrc_eq", &lavc_param_rc_eq, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
203 {"vrc_override", &lavc_param_rc_override_string, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
204 {"vrc_maxrate", &lavc_param_rc_max_rate, CONF_TYPE_INT, CONF_RANGE, 4, 24000000, NULL}, | |
205 {"vrc_minrate", &lavc_param_rc_min_rate, CONF_TYPE_INT, CONF_RANGE, 4, 24000000, NULL}, | |
11245
9a3230a5ef38
100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)
michael
parents:
11195
diff
changeset
|
206 {"vrc_buf_size", &lavc_param_rc_buffer_size, CONF_TYPE_INT, CONF_RANGE, 4, 24000000, NULL}, |
7088 | 207 {"vrc_buf_aggressivity", &lavc_param_rc_buffer_aggressivity, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 99.0, NULL}, |
208 {"vrc_init_cplx", &lavc_param_rc_initial_cplx, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 9999999.0, NULL}, | |
7152 | 209 {"vfdct", &lavc_param_fdct, CONF_TYPE_INT, CONF_RANGE, 0, 10, NULL}, |
8237 | 210 {"aspect", &lavc_param_aspect, CONF_TYPE_STRING, 0, 0, 0, NULL}, |
9993
6e7f3643bee6
optional automatic aspect encoding based on d_width and d_height
rfelker
parents:
9868
diff
changeset
|
211 {"autoaspect", &lavc_param_autoaspect, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
7490 | 212 {"lumi_mask", &lavc_param_lumi_masking, CONF_TYPE_FLOAT, CONF_RANGE, -1.0, 1.0, NULL}, |
213 {"tcplx_mask", &lavc_param_temporal_cplx_masking, CONF_TYPE_FLOAT, CONF_RANGE, -1.0, 1.0, NULL}, | |
214 {"scplx_mask", &lavc_param_spatial_cplx_masking, CONF_TYPE_FLOAT, CONF_RANGE, -1.0, 1.0, NULL}, | |
215 {"p_mask", &lavc_param_p_masking, CONF_TYPE_FLOAT, CONF_RANGE, -1.0, 1.0, NULL}, | |
216 {"naq", &lavc_param_normalize_aqp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, | |
7496 | 217 {"dark_mask", &lavc_param_dark_masking, CONF_TYPE_FLOAT, CONF_RANGE, -1.0, 1.0, NULL}, |
7504 | 218 {"ildct", &lavc_param_interlaced_dct, CONF_TYPE_FLAG, 0, 0, 1, NULL}, |
7564 | 219 {"idct", &lavc_param_idct, CONF_TYPE_INT, CONF_RANGE, 0, 20, NULL}, |
8190 | 220 {"pred", &lavc_param_prediction_method, CONF_TYPE_INT, CONF_RANGE, 0, 20, NULL}, |
10778 | 221 {"format", &lavc_param_format, CONF_TYPE_IMGFMT, 0, 0, 0, NULL}, |
8341 | 222 #if LIBAVCODEC_BUILD >= 4642 |
223 {"debug", &lavc_param_debug, CONF_TYPE_INT, CONF_RANGE, 0, 100000000, NULL}, | |
224 #endif | |
8347 | 225 #if LIBAVCODEC_BUILD >= 4643 |
226 {"psnr", &lavc_param_psnr, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_PSNR, NULL}, | |
227 #endif | |
8803 | 228 {"precmp", &lavc_param_me_pre_cmp, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, |
8587 | 229 {"cmp", &lavc_param_me_cmp, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, |
230 {"subcmp", &lavc_param_me_sub_cmp, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, | |
231 {"mbcmp", &lavc_param_mb_cmp, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, | |
11753 | 232 #ifdef FF_CMP_VSAD |
233 {"ildctcmp", &lavc_param_ildct_cmp, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, | |
234 #endif | |
11930
f2a503cb70ba
bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael
parents:
11910
diff
changeset
|
235 {"bit_exact", &lavc_param_bit_exact, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_BITEXACT, NULL}, |
8803 | 236 {"predia", &lavc_param_pre_dia_size, CONF_TYPE_INT, CONF_RANGE, -2000, 2000, NULL}, |
8684 | 237 {"dia", &lavc_param_dia_size, CONF_TYPE_INT, CONF_RANGE, -2000, 2000, NULL}, |
8587 | 238 {"qpel", &lavc_param_qpel, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_QPEL, NULL}, |
8684 | 239 #if LIBAVCODEC_BUILD >= 4648 |
240 {"trell", &lavc_param_trell, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_TRELLIS_QUANT, NULL}, | |
241 #endif | |
8695 | 242 {"last_pred", &lavc_param_last_pred, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, |
8709 | 243 {"preme", &lavc_param_pre_me, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL}, |
8803 | 244 {"subq", &lavc_param_me_subpel_quality, CONF_TYPE_INT, CONF_RANGE, 0, 8, NULL}, |
9508 | 245 {"me_range", &lavc_param_me_range, CONF_TYPE_INT, CONF_RANGE, 0, 16000, NULL}, |
9536 | 246 #ifdef CODEC_FLAG_H263P_AIC |
247 {"aic", &lavc_param_aic, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_H263P_AIC, NULL}, | |
248 {"umv", &lavc_param_umv, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_H263P_UMV, NULL}, | |
249 #endif | |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
250 #ifdef CODEC_FLAG_H263P_AIV |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
251 {"aiv", &lavc_param_aiv, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_H263P_AIV, NULL}, |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
252 #endif |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
253 #ifdef CODEC_FLAG_OBMC |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
254 {"obmc", &lavc_param_obmc, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_OBMC, NULL}, |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
255 #endif |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
256 #ifdef CODEC_FLAG_LOOP_FILTER |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
257 {"loop", &lavc_param_loop, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_LOOP_FILTER, NULL}, |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
258 #endif |
9645 | 259 #if LIBAVCODEC_BUILD >= 4663 |
260 {"ibias", &lavc_param_ibias, CONF_TYPE_INT, CONF_RANGE, -512, 512, NULL}, | |
261 {"pbias", &lavc_param_pbias, CONF_TYPE_INT, CONF_RANGE, -512, 512, NULL}, | |
262 #endif | |
10291 | 263 #if LIBAVCODEC_BUILD >= 4669 |
264 {"coder", &lavc_param_coder, CONF_TYPE_INT, CONF_RANGE, 0, 10, NULL}, | |
265 {"context", &lavc_param_context, CONF_TYPE_INT, CONF_RANGE, 0, 10, NULL}, | |
266 #endif | |
10779 | 267 #if LIBAVCODEC_BUILD >= 4675 |
268 {"intra_matrix", &lavc_param_intra_matrix, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
269 {"inter_matrix", &lavc_param_inter_matrix, CONF_TYPE_STRING, 0, 0, 0, NULL}, | |
270 #endif | |
10963 | 271 #if LIBAVCODEC_BUILD >= 4681 |
272 {"cbp", &lavc_param_cbp, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_CBP_RD, NULL}, | |
273 #endif | |
10974 | 274 #if LIBAVCODEC_BUILD >= 4683 |
275 {"mv0", &lavc_param_mv0, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_MV0, NULL}, | |
276 #endif | |
11363 | 277 {"nr", &lavc_param_noise_reduction, CONF_TYPE_INT, CONF_RANGE, 0, 1000000, NULL}, |
11445 | 278 #ifdef CODEC_FLAG_QP_RD |
279 {"qprd", &lavc_param_qp_rd, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_QP_RD, NULL}, | |
280 #endif | |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
281 #ifdef CODEC_FLAG_H263P_SLICE_STRUCT |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
282 {"ss", &lavc_param_ss, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_H263P_SLICE_STRUCT, NULL}, |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
283 #endif |
11702 | 284 #ifdef CODEC_FLAG_ALT_SCAN |
285 {"alt", &lavc_param_alt, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_ALT_SCAN, NULL}, | |
286 #endif | |
287 #ifdef CODEC_FLAG_INTERLACED_ME | |
288 {"ilme", &lavc_param_ilme, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_INTERLACED_ME, NULL}, | |
289 #endif | |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
290 {"inter_threshold", &lavc_param_inter_threshold, CONF_TYPE_INT, CONF_RANGE, -1000000, 1000000, NULL}, |
11699
9165fbc7d89d
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
michael
parents:
11672
diff
changeset
|
291 {"sc_threshold", &lavc_param_sc_threshold, CONF_TYPE_INT, CONF_RANGE, -1000000, 1000000, NULL}, |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
292 {"top", &lavc_param_top, CONF_TYPE_INT, CONF_RANGE, -1, 1, NULL}, |
11910 | 293 {"qns", &lavc_param_qns, CONF_TYPE_INT, CONF_RANGE, 0, 1000000, NULL}, |
12542 | 294 {"nssew", &lavc_param_nssew, CONF_TYPE_INT, CONF_RANGE, 0, 1000000, NULL}, |
5550 | 295 {NULL, NULL, 0, 0, 0, 0, NULL} |
296 }; | |
297 #endif | |
298 | |
299 struct vf_priv_s { | |
8585 | 300 muxer_stream_t* mux; |
7444 | 301 AVCodecContext *context; |
8413 | 302 AVFrame *pic; |
5550 | 303 AVCodec *codec; |
7088 | 304 FILE *stats_file; |
5550 | 305 }; |
306 | |
7088 | 307 #define stats_file (vf->priv->stats_file) |
5550 | 308 #define mux_v (vf->priv->mux) |
309 #define lavc_venc_context (vf->priv->context) | |
310 | |
11032 | 311 #if LIBAVCODEC_BUILD < 4684 |
312 #define FF_QP2LAMBDA 1 | |
313 #endif | |
314 | |
5550 | 315 static int config(struct vf_instance_s* vf, |
316 int width, int height, int d_width, int d_height, | |
317 unsigned int flags, unsigned int outfmt){ | |
7088 | 318 int size, i; |
319 void *p; | |
320 | |
5550 | 321 mux_v->bih->biWidth=width; |
322 mux_v->bih->biHeight=height; | |
323 mux_v->bih->biSizeImage=mux_v->bih->biWidth*mux_v->bih->biHeight*(mux_v->bih->biBitCount/8); | |
324 | |
325 printf("videocodec: libavcodec (%dx%d fourcc=%x [%.4s])\n", | |
326 mux_v->bih->biWidth, mux_v->bih->biHeight, mux_v->bih->biCompression, | |
327 (char *)&mux_v->bih->biCompression); | |
328 | |
7444 | 329 lavc_venc_context->width = width; |
330 lavc_venc_context->height = height; | |
5677
a21cab74cde8
bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkins@yahoo.com>
arpi
parents:
5657
diff
changeset
|
331 if (lavc_param_vbitrate > 16000) /* != -1 */ |
7444 | 332 lavc_venc_context->bit_rate = lavc_param_vbitrate; |
5677
a21cab74cde8
bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkins@yahoo.com>
arpi
parents:
5657
diff
changeset
|
333 else if (lavc_param_vbitrate >= 0) /* != -1 */ |
7444 | 334 lavc_venc_context->bit_rate = lavc_param_vbitrate*1000; |
5550 | 335 else |
7444 | 336 lavc_venc_context->bit_rate = 800000; /* default */ |
337 lavc_venc_context->bit_rate_tolerance= lavc_param_vrate_tolerance*1000; | |
9571 | 338 #if LIBAVCODEC_BUILD >= 4662 |
339 lavc_venc_context->frame_rate = mux_v->h.dwRate; | |
340 lavc_venc_context->frame_rate_base = mux_v->h.dwScale; | |
341 #else | |
342 lavc_venc_context->frame_rate = mux_v->h.dwRate*FRAME_RATE_BASE/mux_v->h.dwScale; | |
343 #endif | |
7444 | 344 lavc_venc_context->qmin= lavc_param_vqmin; |
345 lavc_venc_context->qmax= lavc_param_vqmax; | |
8492 | 346 #if LIBAVCODEC_BUILD >= 4646 |
347 lavc_venc_context->mb_qmin= lavc_param_mb_qmin; | |
348 lavc_venc_context->mb_qmax= lavc_param_mb_qmax; | |
349 #endif | |
11032 | 350 #if LIBAVCODEC_BUILD >= 4684 |
351 lavc_venc_context->lmin= (int)(FF_QP2LAMBDA * lavc_param_lmin + 0.5); | |
352 lavc_venc_context->lmax= (int)(FF_QP2LAMBDA * lavc_param_lmax + 0.5); | |
353 #endif | |
7444 | 354 lavc_venc_context->max_qdiff= lavc_param_vqdiff; |
355 lavc_venc_context->qcompress= lavc_param_vqcompress; | |
356 lavc_venc_context->qblur= lavc_param_vqblur; | |
357 lavc_venc_context->max_b_frames= lavc_param_vmax_b_frames; | |
358 lavc_venc_context->b_quant_factor= lavc_param_vb_qfactor; | |
359 lavc_venc_context->rc_strategy= lavc_param_vrc_strategy; | |
360 lavc_venc_context->b_frame_strategy= lavc_param_vb_strategy; | |
361 lavc_venc_context->b_quant_offset= lavc_param_vb_qoffset; | |
362 lavc_venc_context->luma_elim_threshold= lavc_param_luma_elim_threshold; | |
363 lavc_venc_context->chroma_elim_threshold= lavc_param_chroma_elim_threshold; | |
364 lavc_venc_context->rtp_payload_size= lavc_param_packet_size; | |
365 if(lavc_param_packet_size )lavc_venc_context->rtp_mode=1; | |
366 lavc_venc_context->strict_std_compliance= lavc_param_strict; | |
367 lavc_venc_context->i_quant_factor= lavc_param_vi_qfactor; | |
368 lavc_venc_context->i_quant_offset= lavc_param_vi_qoffset; | |
369 lavc_venc_context->rc_qsquish= lavc_param_rc_qsquish; | |
370 lavc_venc_context->rc_qmod_amp= lavc_param_rc_qmod_amp; | |
371 lavc_venc_context->rc_qmod_freq= lavc_param_rc_qmod_freq; | |
372 lavc_venc_context->rc_eq= lavc_param_rc_eq; | |
373 lavc_venc_context->rc_max_rate= lavc_param_rc_max_rate*1000; | |
374 lavc_venc_context->rc_min_rate= lavc_param_rc_min_rate*1000; | |
375 lavc_venc_context->rc_buffer_size= lavc_param_rc_buffer_size*1000; | |
376 lavc_venc_context->rc_buffer_aggressivity= lavc_param_rc_buffer_aggressivity; | |
377 lavc_venc_context->rc_initial_cplx= lavc_param_rc_initial_cplx; | |
8341 | 378 #if LIBAVCODEC_BUILD >= 4642 |
379 lavc_venc_context->debug= lavc_param_debug; | |
380 #endif | |
8695 | 381 #if LIBAVCODEC_BUILD >= 4649 |
382 lavc_venc_context->last_predictor_count= lavc_param_last_pred; | |
383 #endif | |
8709 | 384 #if LIBAVCODEC_BUILD >= 4650 |
385 lavc_venc_context->pre_me= lavc_param_pre_me; | |
386 #endif | |
8803 | 387 #if LIBAVCODEC_BUILD >= 4651 |
388 lavc_venc_context->me_pre_cmp= lavc_param_me_pre_cmp; | |
389 lavc_venc_context->pre_dia_size= lavc_param_pre_dia_size; | |
390 #endif | |
391 #if LIBAVCODEC_BUILD >= 4652 | |
392 lavc_venc_context->me_subpel_quality= lavc_param_me_subpel_quality; | |
393 #endif | |
9508 | 394 #if LIBAVCODEC_BUILD >= 4659 |
395 lavc_venc_context->me_range= lavc_param_me_range; | |
396 #endif | |
9645 | 397 #if LIBAVCODEC_BUILD >= 4663 |
398 lavc_venc_context->intra_quant_bias= lavc_param_ibias; | |
399 lavc_venc_context->inter_quant_bias= lavc_param_pbias; | |
400 #endif | |
10291 | 401 #if LIBAVCODEC_BUILD >= 4669 |
402 lavc_venc_context->coder_type= lavc_param_coder; | |
403 lavc_venc_context->context_model= lavc_param_context; | |
404 #endif | |
11699
9165fbc7d89d
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
michael
parents:
11672
diff
changeset
|
405 #if LIBAVCODEC_BUILD >= 4680 |
9165fbc7d89d
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
michael
parents:
11672
diff
changeset
|
406 lavc_venc_context->scenechange_threshold= lavc_param_sc_threshold; |
9165fbc7d89d
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
michael
parents:
11672
diff
changeset
|
407 #endif |
11363 | 408 #if LIBAVCODEC_BUILD >= 4690 |
409 lavc_venc_context->noise_reduction= lavc_param_noise_reduction; | |
410 #endif | |
11910 | 411 #if LIBAVCODEC_BUILD >= 4700 |
412 lavc_venc_context->quantizer_noise_shaping= lavc_param_qns; | |
413 #endif | |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
414 #if LIBAVCODEC_BUILD >= 4693 |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
415 lavc_venc_context->inter_threshold= lavc_param_inter_threshold; |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
416 #endif |
12542 | 417 #if LIBAVCODEC_BUILD >= 4716 |
418 lavc_venc_context->nsse_weight= lavc_param_nssew; | |
419 #endif | |
10779 | 420 #if LIBAVCODEC_BUILD >= 4675 |
421 if (lavc_param_intra_matrix) | |
422 { | |
423 char *tmp; | |
424 | |
425 lavc_venc_context->intra_matrix = | |
426 malloc(sizeof(*lavc_venc_context->intra_matrix)*64); | |
427 | |
428 i = 0; | |
429 while ((tmp = strsep(&lavc_param_intra_matrix, ",")) && (i < 64)) | |
430 { | |
431 if (!tmp || (tmp && !strlen(tmp))) | |
432 break; | |
433 lavc_venc_context->intra_matrix[i++] = atoi(tmp); | |
434 } | |
435 | |
436 if (i != 64) | |
437 { | |
438 free(lavc_venc_context->intra_matrix); | |
439 lavc_venc_context->intra_matrix = NULL; | |
440 } | |
441 else | |
442 mp_msg(MSGT_MENCODER, MSGL_V, "Using user specified intra matrix\n"); | |
443 } | |
444 if (lavc_param_inter_matrix) | |
445 { | |
446 char *tmp; | |
447 | |
448 lavc_venc_context->inter_matrix = | |
449 malloc(sizeof(*lavc_venc_context->inter_matrix)*64); | |
450 | |
451 i = 0; | |
452 while ((tmp = strsep(&lavc_param_inter_matrix, ",")) && (i < 64)) | |
453 { | |
454 if (!tmp || (tmp && !strlen(tmp))) | |
455 break; | |
456 lavc_venc_context->inter_matrix[i++] = atoi(tmp); | |
457 } | |
458 | |
459 if (i != 64) | |
460 { | |
461 free(lavc_venc_context->inter_matrix); | |
462 lavc_venc_context->inter_matrix = NULL; | |
463 } | |
464 else | |
465 mp_msg(MSGT_MENCODER, MSGL_V, "Using user specified inter matrix\n"); | |
466 } | |
467 #endif | |
9508 | 468 |
7088 | 469 p= lavc_param_rc_override_string; |
470 for(i=0; p; i++){ | |
471 int start, end, q; | |
472 int e=sscanf(p, "%d,%d,%d", &start, &end, &q); | |
473 if(e!=3){ | |
474 mp_msg(MSGT_MENCODER,MSGL_ERR,"error parsing vrc_q\n"); | |
475 return 0; | |
476 } | |
7444 | 477 lavc_venc_context->rc_override= |
478 realloc(lavc_venc_context->rc_override, sizeof(RcOverride)*(i+1)); | |
479 lavc_venc_context->rc_override[i].start_frame= start; | |
480 lavc_venc_context->rc_override[i].end_frame = end; | |
7088 | 481 if(q>0){ |
7444 | 482 lavc_venc_context->rc_override[i].qscale= q; |
483 lavc_venc_context->rc_override[i].quality_factor= 1.0; | |
7088 | 484 } |
485 else{ | |
7444 | 486 lavc_venc_context->rc_override[i].qscale= 0; |
487 lavc_venc_context->rc_override[i].quality_factor= -q/100.0; | |
7088 | 488 } |
489 p= strchr(p, '/'); | |
490 if(p) p++; | |
491 } | |
7444 | 492 lavc_venc_context->rc_override_count=i; |
7088 | 493 |
7444 | 494 lavc_venc_context->mpeg_quant=lavc_param_mpeg_quant; |
7152 | 495 |
7444 | 496 lavc_venc_context->dct_algo= lavc_param_fdct; |
7564 | 497 lavc_venc_context->idct_algo= lavc_param_idct; |
7152 | 498 |
7490 | 499 lavc_venc_context->lumi_masking= lavc_param_lumi_masking; |
500 lavc_venc_context->temporal_cplx_masking= lavc_param_temporal_cplx_masking; | |
501 lavc_venc_context->spatial_cplx_masking= lavc_param_spatial_cplx_masking; | |
502 lavc_venc_context->p_masking= lavc_param_p_masking; | |
7496 | 503 lavc_venc_context->dark_masking= lavc_param_dark_masking; |
7490 | 504 |
8237 | 505 if (lavc_param_aspect != NULL) |
7389
6f3dd9df2cc2
aspect ratio support by encoding (currently only with mpeg4 and h263p)
alex
parents:
7368
diff
changeset
|
506 { |
8237 | 507 int par_width, par_height, e; |
508 float ratio=0; | |
509 | |
510 e= sscanf (lavc_param_aspect, "%d/%d", &par_width, &par_height); | |
511 if(e==2){ | |
512 if(par_height) | |
513 ratio= (float)par_width / (float)par_height; | |
514 }else{ | |
515 e= sscanf (lavc_param_aspect, "%f", &ratio); | |
7389
6f3dd9df2cc2
aspect ratio support by encoding (currently only with mpeg4 and h263p)
alex
parents:
7368
diff
changeset
|
516 } |
8237 | 517 |
518 if (e && ratio > 0.1 && ratio < 10.0) { | |
11194 | 519 #if LIBAVCODEC_BUILD >= 4687 |
11195
9bfd1b5d38cd
mpeg4 has only 8bit per numerator and denominator ...
michael
parents:
11194
diff
changeset
|
520 lavc_venc_context->sample_aspect_ratio= av_d2q(ratio * height / width, 255); |
9bfd1b5d38cd
mpeg4 has only 8bit per numerator and denominator ...
michael
parents:
11194
diff
changeset
|
521 mp_dbg(MSGT_MENCODER, MSGL_DBG2, "sample_aspect_ratio: %d/%d\n", |
9bfd1b5d38cd
mpeg4 has only 8bit per numerator and denominator ...
michael
parents:
11194
diff
changeset
|
522 lavc_venc_context->sample_aspect_ratio.num, |
9bfd1b5d38cd
mpeg4 has only 8bit per numerator and denominator ...
michael
parents:
11194
diff
changeset
|
523 lavc_venc_context->sample_aspect_ratio.den); |
11194 | 524 #else |
8237 | 525 lavc_venc_context->aspect_ratio= ratio; |
11194 | 526 #endif |
12061 | 527 mux_v->aspect = ratio; |
8237 | 528 mp_dbg(MSGT_MENCODER, MSGL_DBG2, "aspect_ratio: %f\n", ratio); |
529 } else { | |
530 mp_dbg(MSGT_MENCODER, MSGL_ERR, "aspect ratio: cannot parse \"%s\"\n", lavc_param_aspect); | |
531 return 0; | |
7389
6f3dd9df2cc2
aspect ratio support by encoding (currently only with mpeg4 and h263p)
alex
parents:
7368
diff
changeset
|
532 } |
6f3dd9df2cc2
aspect ratio support by encoding (currently only with mpeg4 and h263p)
alex
parents:
7368
diff
changeset
|
533 } |
9993
6e7f3643bee6
optional automatic aspect encoding based on d_width and d_height
rfelker
parents:
9868
diff
changeset
|
534 else if (lavc_param_autoaspect) |
11194 | 535 #if LIBAVCODEC_BUILD >= 4687 |
11369 | 536 lavc_venc_context->sample_aspect_ratio = av_d2q((float)d_width/d_height*height / width, 255); |
11194 | 537 #else |
12061 | 538 lavc_venc_context->aspect_ratio = |
11194 | 539 #endif |
12061 | 540 mux_v->aspect = (float)d_width/d_height; |
7389
6f3dd9df2cc2
aspect ratio support by encoding (currently only with mpeg4 and h263p)
alex
parents:
7368
diff
changeset
|
541 |
5550 | 542 /* keyframe interval */ |
543 if (lavc_param_keyint >= 0) /* != -1 */ | |
7444 | 544 lavc_venc_context->gop_size = lavc_param_keyint; |
5550 | 545 else |
7444 | 546 lavc_venc_context->gop_size = 250; /* default */ |
5550 | 547 |
10498 | 548 lavc_venc_context->flags = 0; |
549 if (lavc_param_mb_decision) | |
5550 | 550 { |
551 printf("High quality encoding selected (non real time)!\n"); | |
10498 | 552 #if LIBAVCODEC_BUILD < 4673 |
553 lavc_venc_context->flags = CODEC_FLAG_HQ; | |
554 #else | |
555 lavc_venc_context->mb_decision= lavc_param_mb_decision; | |
556 #endif | |
5550 | 557 } |
558 | |
8587 | 559 #if LIBAVCODEC_BUILD >= 4647 |
560 lavc_venc_context->me_cmp= lavc_param_me_cmp; | |
561 lavc_venc_context->me_sub_cmp= lavc_param_me_sub_cmp; | |
562 lavc_venc_context->mb_cmp= lavc_param_mb_cmp; | |
11753 | 563 #ifdef FF_CMP_VSAD |
564 lavc_venc_context->ildct_cmp= lavc_param_ildct_cmp; | |
565 #endif | |
8587 | 566 lavc_venc_context->dia_size= lavc_param_dia_size; |
567 lavc_venc_context->flags|= lavc_param_qpel; | |
568 #endif | |
8684 | 569 #if LIBAVCODEC_BUILD >= 4648 |
570 lavc_venc_context->flags|= lavc_param_trell; | |
571 #endif | |
11930
f2a503cb70ba
bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael
parents:
11910
diff
changeset
|
572 lavc_venc_context->flags|= lavc_param_bit_exact; |
9536 | 573 lavc_venc_context->flags|= lavc_param_aic; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
574 lavc_venc_context->flags|= lavc_param_aiv; |
9536 | 575 lavc_venc_context->flags|= lavc_param_umv; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
576 lavc_venc_context->flags|= lavc_param_obmc; |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
577 lavc_venc_context->flags|= lavc_param_loop; |
7444 | 578 lavc_venc_context->flags|= lavc_param_v4mv ? CODEC_FLAG_4MV : 0; |
579 lavc_venc_context->flags|= lavc_param_data_partitioning; | |
10963 | 580 lavc_venc_context->flags|= lavc_param_cbp; |
10974 | 581 lavc_venc_context->flags|= lavc_param_mv0; |
11445 | 582 lavc_venc_context->flags|= lavc_param_qp_rd; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
583 lavc_venc_context->flags|= lavc_param_ss; |
11702 | 584 lavc_venc_context->flags|= lavc_param_alt; |
585 lavc_venc_context->flags|= lavc_param_ilme; | |
7444 | 586 if(lavc_param_gray) lavc_venc_context->flags|= CODEC_FLAG_GRAY; |
6461 | 587 |
7490 | 588 if(lavc_param_normalize_aqp) lavc_venc_context->flags|= CODEC_FLAG_NORMALIZE_AQP; |
7504 | 589 if(lavc_param_interlaced_dct) lavc_venc_context->flags|= CODEC_FLAG_INTERLACED_DCT; |
8347 | 590 #if LIBAVCODEC_BUILD >= 4643 |
591 lavc_venc_context->flags|= lavc_param_psnr; | |
592 #endif | |
8190 | 593 lavc_venc_context->prediction_method= lavc_param_prediction_method; |
10778 | 594 switch(lavc_param_format) |
595 { | |
596 case IMGFMT_YV12: | |
597 lavc_venc_context->pix_fmt = PIX_FMT_YUV420P; | |
598 break; | |
599 case IMGFMT_422P: | |
600 lavc_venc_context->pix_fmt = PIX_FMT_YUV422P; | |
601 break; | |
602 case IMGFMT_444P: | |
603 lavc_venc_context->pix_fmt = PIX_FMT_YUV444P; | |
604 break; | |
605 case IMGFMT_411P: | |
606 lavc_venc_context->pix_fmt = PIX_FMT_YUV411P; | |
607 break; | |
608 case IMGFMT_YVU9: | |
609 lavc_venc_context->pix_fmt = PIX_FMT_YUV410P; | |
610 break; | |
611 case IMGFMT_BGR32: | |
612 lavc_venc_context->pix_fmt = PIX_FMT_RGBA32; | |
613 break; | |
614 default: | |
615 mp_msg(MSGT_MENCODER,MSGL_ERR,"%s is not a supported format\n", vo_format_name(lavc_param_format)); | |
616 return 0; | |
8190 | 617 } |
10302 | 618 |
10848
5844bf004dec
2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schindelin at gmx dot de>)
michael
parents:
10779
diff
changeset
|
619 if(!stats_file) { |
5778 | 620 /* lavc internal 2pass bitrate control */ |
6673 | 621 switch(lavc_param_vpass){ |
7088 | 622 case 1: |
7444 | 623 lavc_venc_context->flags|= CODEC_FLAG_PASS1; |
10881
6c3555f4c5c3
fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
faust3
parents:
10848
diff
changeset
|
624 stats_file= fopen(passtmpfile, "wb"); |
7088 | 625 if(stats_file==NULL){ |
626 mp_msg(MSGT_MENCODER,MSGL_ERR,"2pass failed: filename=%s\n", passtmpfile); | |
627 return 0; | |
628 } | |
629 break; | |
630 case 2: | |
7444 | 631 lavc_venc_context->flags|= CODEC_FLAG_PASS2; |
10881
6c3555f4c5c3
fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
faust3
parents:
10848
diff
changeset
|
632 stats_file= fopen(passtmpfile, "rb"); |
7088 | 633 if(stats_file==NULL){ |
634 mp_msg(MSGT_MENCODER,MSGL_ERR,"2pass failed: filename=%s\n", passtmpfile); | |
635 return 0; | |
636 } | |
637 fseek(stats_file, 0, SEEK_END); | |
638 size= ftell(stats_file); | |
639 fseek(stats_file, 0, SEEK_SET); | |
640 | |
7444 | 641 lavc_venc_context->stats_in= malloc(size + 1); |
642 lavc_venc_context->stats_in[size]=0; | |
7088 | 643 |
7444 | 644 if(fread(lavc_venc_context->stats_in, size, 1, stats_file)<1){ |
7088 | 645 mp_msg(MSGT_MENCODER,MSGL_ERR,"2pass failed: reading from filename=%s\n", passtmpfile); |
646 return 0; | |
7089 | 647 } |
7088 | 648 break; |
6673 | 649 } |
10848
5844bf004dec
2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schindelin at gmx dot de>)
michael
parents:
10779
diff
changeset
|
650 } |
5778 | 651 |
7444 | 652 lavc_venc_context->me_method = ME_ZERO+lavc_param_vme; |
5550 | 653 |
654 /* fixed qscale :p */ | |
655 if (lavc_param_vqscale) | |
656 { | |
11032 | 657 printf("Using constant qscale = %f (VBR)\n", lavc_param_vqscale); |
7444 | 658 lavc_venc_context->flags |= CODEC_FLAG_QSCALE; |
10131 | 659 #if LIBAVCODEC_BUILD >= 4668 |
11032 | 660 lavc_venc_context->global_quality= |
10131 | 661 #endif |
11032 | 662 vf->priv->pic->quality = (int)(FF_QP2LAMBDA * lavc_param_vqscale + 0.5); |
5550 | 663 } |
664 | |
7444 | 665 if (avcodec_open(lavc_venc_context, vf->priv->codec) != 0) { |
5550 | 666 mp_msg(MSGT_MENCODER,MSGL_ERR,MSGTR_CantOpenCodec); |
667 return 0; | |
668 } | |
669 | |
7444 | 670 if (lavc_venc_context->codec->encode == NULL) { |
5550 | 671 mp_msg(MSGT_MENCODER,MSGL_ERR,"avcodec init failed (ctx->codec->encode == NULL)!\n"); |
672 return 0; | |
673 } | |
7088 | 674 |
675 /* free second pass buffer, its not needed anymore */ | |
7444 | 676 if(lavc_venc_context->stats_in) free(lavc_venc_context->stats_in); |
677 lavc_venc_context->stats_in= NULL; | |
8190 | 678 if(lavc_venc_context->bits_per_sample) |
679 mux_v->bih->biBitCount= lavc_venc_context->bits_per_sample; | |
680 if(lavc_venc_context->extradata_size){ | |
681 memcpy(mux_v->bih + 1, lavc_venc_context->extradata, lavc_venc_context->extradata_size); | |
682 mux_v->bih->biSize= sizeof(BITMAPINFOHEADER) + lavc_venc_context->extradata_size; | |
683 } | |
7088 | 684 |
5550 | 685 return 1; |
686 } | |
687 | |
688 static int control(struct vf_instance_s* vf, int request, void* data){ | |
689 | |
690 return CONTROL_UNKNOWN; | |
691 } | |
692 | |
693 static int query_format(struct vf_instance_s* vf, unsigned int fmt){ | |
694 switch(fmt){ | |
695 case IMGFMT_YV12: | |
696 case IMGFMT_IYUV: | |
697 case IMGFMT_I420: | |
10778 | 698 if(lavc_param_format == IMGFMT_YV12) |
8190 | 699 return VFCAP_CSP_SUPPORTED | VFCAP_ACCEPT_STRIDE; |
700 break; | |
10293 | 701 case IMGFMT_411P: |
10778 | 702 if(lavc_param_format == IMGFMT_411P) |
10293 | 703 return VFCAP_CSP_SUPPORTED | VFCAP_ACCEPT_STRIDE; |
704 break; | |
8190 | 705 case IMGFMT_422P: |
10778 | 706 if(lavc_param_format == IMGFMT_422P) |
8190 | 707 return VFCAP_CSP_SUPPORTED | VFCAP_ACCEPT_STRIDE; |
708 break; | |
10293 | 709 case IMGFMT_444P: |
10778 | 710 if(lavc_param_format == IMGFMT_444P) |
10293 | 711 return VFCAP_CSP_SUPPORTED | VFCAP_ACCEPT_STRIDE; |
712 break; | |
713 case IMGFMT_YVU9: | |
10778 | 714 if(lavc_param_format == IMGFMT_YVU9) |
10293 | 715 return VFCAP_CSP_SUPPORTED | VFCAP_ACCEPT_STRIDE; |
716 break; | |
10302 | 717 case IMGFMT_BGR32: |
10778 | 718 if(lavc_param_format == IMGFMT_BGR32) |
10302 | 719 return VFCAP_CSP_SUPPORTED | VFCAP_ACCEPT_STRIDE; |
720 break; | |
5550 | 721 } |
722 return 0; | |
723 } | |
724 | |
8347 | 725 static double psnr(double d){ |
726 if(d==0) return INFINITY; | |
727 return -10.0*log(d)/log(10); | |
728 } | |
729 | |
7368 | 730 static int put_image(struct vf_instance_s* vf, mp_image_t *mpi){ |
8347 | 731 const char pict_type_char[5]= {'?', 'I', 'P', 'B', 'S'}; |
5550 | 732 int out_size; |
8413 | 733 AVFrame *pic= vf->priv->pic; |
5550 | 734 |
8339 | 735 pic->data[0]=mpi->planes[0]; |
736 pic->data[1]=mpi->planes[1]; | |
737 pic->data[2]=mpi->planes[2]; | |
738 pic->linesize[0]=mpi->stride[0]; | |
739 pic->linesize[1]=mpi->stride[1]; | |
740 pic->linesize[2]=mpi->stride[2]; | |
5550 | 741 |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
742 #if LIBAVCODEC_BUILD >= 4697 |
11672
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
743 if(lavc_param_interlaced_dct){ |
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
744 if((mpi->fields & MP_IMGFIELD_ORDERED) && (mpi->fields & MP_IMGFIELD_INTERLACED)) |
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
745 pic->top_field_first= !!(mpi->fields & MP_IMGFIELD_TOP_FIRST); |
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
746 else |
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
747 pic->top_field_first= 1; |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
748 |
11672
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
749 if(lavc_param_top!=-1) |
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
750 pic->top_field_first= lavc_param_top; |
62ca7e82de82
better top_field_first behaviour (mostly what rich suggested)
michael
parents:
11670
diff
changeset
|
751 } |
11670
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
752 #endif |
ffca211f32f9
using top_field_first from mpi, and support overriding it
michael
parents:
11445
diff
changeset
|
753 |
7444 | 754 out_size = avcodec_encode_video(lavc_venc_context, mux_v->buffer, mux_v->buffer_size, |
8339 | 755 pic); |
5550 | 756 |
9536 | 757 |
9014
c671e9adbe22
Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
arpi
parents:
8803
diff
changeset
|
758 muxer_write_chunk(mux_v,out_size,lavc_venc_context->coded_frame->key_frame?0x10:0); |
8413 | 759 |
8347 | 760 #if LIBAVCODEC_BUILD >= 4643 |
761 /* store psnr / pict size / type / qscale */ | |
762 if(lavc_param_psnr){ | |
763 static FILE *fvstats=NULL; | |
764 char filename[20]; | |
765 static long long int all_len=0; | |
766 static int frame_number=0; | |
767 static double all_frametime=0.0; | |
8413 | 768 AVFrame *pic= lavc_venc_context->coded_frame; |
8347 | 769 double f= lavc_venc_context->width*lavc_venc_context->height*255.0*255.0; |
9865
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
770 double quality=0.0; |
9868 | 771 int8_t *q; |
8347 | 772 |
773 if(!fvstats) { | |
774 time_t today2; | |
775 struct tm *today; | |
776 today2 = time(NULL); | |
777 today = localtime(&today2); | |
778 sprintf(filename, "psnr_%02d%02d%02d.log", today->tm_hour, | |
779 today->tm_min, today->tm_sec); | |
780 fvstats = fopen(filename,"w"); | |
781 if(!fvstats) { | |
782 perror("fopen"); | |
783 lavc_param_psnr=0; // disable block | |
784 /*exit(1);*/ | |
785 } | |
786 } | |
9865
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
787 |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
788 // average MB quantizer |
9868 | 789 q = lavc_venc_context->coded_frame->qscale_table; |
790 if(q) { | |
9865
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
791 int x, y; |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
792 int w = (lavc_venc_context->width+15) >> 4; |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
793 int h = (lavc_venc_context->height+15) >> 4; |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
794 for( y = 0; y < h; y++ ) { |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
795 for( x = 0; x < w; x++ ) |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
796 quality += (double)*(q+x); |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
797 q += lavc_venc_context->coded_frame->qstride; |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
798 } |
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
799 quality /= w * h; |
9868 | 800 } else |
11032 | 801 quality = lavc_venc_context->coded_frame->quality / (float)FF_QP2LAMBDA; |
8347 | 802 |
803 fprintf(fvstats, "%6d, %2.2f, %6d, %2.2f, %2.2f, %2.2f, %2.2f %c\n", | |
8413 | 804 lavc_venc_context->coded_frame->coded_picture_number, |
9865
30893b593947
Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
rguyom
parents:
9645
diff
changeset
|
805 quality, |
8347 | 806 out_size, |
8413 | 807 psnr(lavc_venc_context->coded_frame->error[0]/f), |
808 psnr(lavc_venc_context->coded_frame->error[1]*4/f), | |
809 psnr(lavc_venc_context->coded_frame->error[2]*4/f), | |
810 psnr((lavc_venc_context->coded_frame->error[0]+lavc_venc_context->coded_frame->error[1]+lavc_venc_context->coded_frame->error[2])/(f*1.5)), | |
811 pict_type_char[lavc_venc_context->coded_frame->pict_type] | |
8347 | 812 ); |
813 } | |
814 #endif | |
7088 | 815 /* store stats if there are any */ |
7444 | 816 if(lavc_venc_context->stats_out && stats_file) |
817 fprintf(stats_file, "%s", lavc_venc_context->stats_out); | |
7368 | 818 return 1; |
5550 | 819 } |
820 | |
5551 | 821 static void uninit(struct vf_instance_s* vf){ |
8347 | 822 const char pict_type_char[5]= {'?', 'I', 'P', 'B', 'S'}; |
823 | |
824 #if LIBAVCODEC_BUILD >= 4643 | |
825 if(lavc_param_psnr){ | |
826 double f= lavc_venc_context->width*lavc_venc_context->height*255.0*255.0; | |
8413 | 827 f*= lavc_venc_context->coded_frame->coded_picture_number; |
8347 | 828 |
829 printf("PSNR: Y:%2.2f, Cb:%2.2f, Cr:%2.2f, All:%2.2f\n", | |
830 psnr(lavc_venc_context->error[0]/f), | |
831 psnr(lavc_venc_context->error[1]*4/f), | |
832 psnr(lavc_venc_context->error[2]*4/f), | |
833 psnr((lavc_venc_context->error[0]+lavc_venc_context->error[1]+lavc_venc_context->error[2])/(f*1.5)) | |
834 ); | |
835 } | |
836 #endif | |
837 | |
10779 | 838 #if LIBAVCODEC_BUILD >= 4675 |
839 if (lavc_venc_context->intra_matrix) | |
840 free(lavc_venc_context->intra_matrix); | |
841 lavc_venc_context->intra_matrix = NULL; | |
842 if (lavc_venc_context->inter_matrix) | |
843 free(lavc_venc_context->inter_matrix); | |
844 lavc_venc_context->inter_matrix = NULL; | |
845 #endif | |
846 | |
7444 | 847 avcodec_close(lavc_venc_context); |
7088 | 848 |
849 if(stats_file) fclose(stats_file); | |
7089 | 850 |
7088 | 851 /* free rc_override */ |
7444 | 852 if(lavc_venc_context->rc_override) free(lavc_venc_context->rc_override); |
853 lavc_venc_context->rc_override= NULL; | |
854 | |
855 if(vf->priv->context) free(vf->priv->context); | |
856 vf->priv->context= NULL; | |
5551 | 857 } |
858 | |
5550 | 859 //===========================================================================// |
860 | |
861 static int vf_open(vf_instance_t *vf, char* args){ | |
5551 | 862 vf->uninit=uninit; |
5550 | 863 vf->config=config; |
864 vf->control=control; | |
865 vf->query_format=query_format; | |
866 vf->put_image=put_image; | |
867 vf->priv=malloc(sizeof(struct vf_priv_s)); | |
868 memset(vf->priv,0,sizeof(struct vf_priv_s)); | |
8585 | 869 vf->priv->mux=(muxer_stream_t*)args; |
5550 | 870 |
5977
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
871 /* XXX: hack: some of the MJPEG decoder DLL's needs exported huffman |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
872 table, so we define a zero-table, also lavc mjpeg encoder is putting |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
873 huffman tables into the stream, so no problem */ |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
874 if (lavc_param_vcodec && !strcasecmp(lavc_param_vcodec, "mjpeg")) |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
875 { |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
876 mux_v->bih=malloc(sizeof(BITMAPINFOHEADER)+28); |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
877 memset(mux_v->bih, 0, sizeof(BITMAPINFOHEADER)+28); |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
878 mux_v->bih->biSize=sizeof(BITMAPINFOHEADER)+28; |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
879 } |
8190 | 880 else if (lavc_param_vcodec && !strcasecmp(lavc_param_vcodec, "huffyuv")) |
881 { | |
882 /* XXX: hack: huffyuv needs to store huffman tables (allthough we dunno the size yet ...) */ | |
883 mux_v->bih=malloc(sizeof(BITMAPINFOHEADER)+1000); | |
884 memset(mux_v->bih, 0, sizeof(BITMAPINFOHEADER)+1000); | |
885 mux_v->bih->biSize=sizeof(BITMAPINFOHEADER)+1000; | |
886 } | |
10131 | 887 else if (lavc_param_vcodec && !strcasecmp(lavc_param_vcodec, "asv1")) |
888 { | |
889 mux_v->bih=malloc(sizeof(BITMAPINFOHEADER)+8); | |
890 memset(mux_v->bih, 0, sizeof(BITMAPINFOHEADER)+8); | |
891 mux_v->bih->biSize=sizeof(BITMAPINFOHEADER)+8; | |
892 } | |
10777 | 893 else if (lavc_param_vcodec && !strcasecmp(lavc_param_vcodec, "asv2")) |
894 { | |
895 mux_v->bih=malloc(sizeof(BITMAPINFOHEADER)+8); | |
896 memset(mux_v->bih, 0, sizeof(BITMAPINFOHEADER)+8); | |
897 mux_v->bih->biSize=sizeof(BITMAPINFOHEADER)+8; | |
898 } | |
8587 | 899 else if (lavc_param_vcodec && !strcasecmp(lavc_param_vcodec, "wmv2")) |
900 { | |
901 mux_v->bih=malloc(sizeof(BITMAPINFOHEADER)+4); | |
902 memset(mux_v->bih, 0, sizeof(BITMAPINFOHEADER)+4); | |
903 mux_v->bih->biSize=sizeof(BITMAPINFOHEADER)+4; | |
904 } | |
5977
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
905 else |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
906 { |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
907 mux_v->bih=malloc(sizeof(BITMAPINFOHEADER)); |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
908 memset(mux_v->bih, 0, sizeof(BITMAPINFOHEADER)); |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
909 mux_v->bih->biSize=sizeof(BITMAPINFOHEADER); |
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
910 } |
5550 | 911 mux_v->bih->biWidth=0; |
912 mux_v->bih->biHeight=0; | |
913 mux_v->bih->biPlanes=1; | |
914 mux_v->bih->biBitCount=24; | |
915 if (!lavc_param_vcodec) | |
916 { | |
5977
e8f6f477aad0
a hack to make ffmjpeg created files viewable with windows dlls too
alex
parents:
5972
diff
changeset
|
917 printf("No libavcodec codec specified! It's required!\n"); |
5550 | 918 return 0; |
919 } | |
920 | |
921 if (!strcasecmp(lavc_param_vcodec, "mpeg1") || !strcasecmp(lavc_param_vcodec, "mpeg1video")) | |
922 mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '1'); | |
10699 | 923 else if (!strcasecmp(lavc_param_vcodec, "mpeg2") || !strcasecmp(lavc_param_vcodec, "mpeg2video")) |
924 mux_v->bih->biCompression = mmioFOURCC('m', 'p', 'g', '2'); | |
5550 | 925 else if (!strcasecmp(lavc_param_vcodec, "h263") || !strcasecmp(lavc_param_vcodec, "h263p")) |
926 mux_v->bih->biCompression = mmioFOURCC('h', '2', '6', '3'); | |
927 else if (!strcasecmp(lavc_param_vcodec, "rv10")) | |
928 mux_v->bih->biCompression = mmioFOURCC('R', 'V', '1', '0'); | |
929 else if (!strcasecmp(lavc_param_vcodec, "mjpeg")) | |
930 mux_v->bih->biCompression = mmioFOURCC('M', 'J', 'P', 'G'); | |
10302 | 931 else if (!strcasecmp(lavc_param_vcodec, "ljpeg")) |
932 mux_v->bih->biCompression = mmioFOURCC('L', 'J', 'P', 'G'); | |
5550 | 933 else if (!strcasecmp(lavc_param_vcodec, "mpeg4")) |
934 mux_v->bih->biCompression = mmioFOURCC('D', 'I', 'V', 'X'); | |
935 else if (!strcasecmp(lavc_param_vcodec, "msmpeg4")) | |
936 mux_v->bih->biCompression = mmioFOURCC('d', 'i', 'v', '3'); | |
5972 | 937 else if (!strcasecmp(lavc_param_vcodec, "msmpeg4v2")) |
938 mux_v->bih->biCompression = mmioFOURCC('M', 'P', '4', '2'); | |
6461 | 939 else if (!strcasecmp(lavc_param_vcodec, "wmv1")) |
940 mux_v->bih->biCompression = mmioFOURCC('W', 'M', 'V', '1'); | |
8587 | 941 else if (!strcasecmp(lavc_param_vcodec, "wmv2")) |
942 mux_v->bih->biCompression = mmioFOURCC('W', 'M', 'V', '2'); | |
8190 | 943 else if (!strcasecmp(lavc_param_vcodec, "huffyuv")) |
944 mux_v->bih->biCompression = mmioFOURCC('H', 'F', 'Y', 'U'); | |
10131 | 945 else if (!strcasecmp(lavc_param_vcodec, "asv1")) |
946 mux_v->bih->biCompression = mmioFOURCC('A', 'S', 'V', '1'); | |
10777 | 947 else if (!strcasecmp(lavc_param_vcodec, "asv2")) |
948 mux_v->bih->biCompression = mmioFOURCC('A', 'S', 'V', '2'); | |
10264 | 949 else if (!strcasecmp(lavc_param_vcodec, "ffv1")) |
950 mux_v->bih->biCompression = mmioFOURCC('F', 'F', 'V', '1'); | |
5550 | 951 else |
952 mux_v->bih->biCompression = mmioFOURCC(lavc_param_vcodec[0], | |
953 lavc_param_vcodec[1], lavc_param_vcodec[2], lavc_param_vcodec[3]); /* FIXME!!! */ | |
954 | |
955 if (!avcodec_inited){ | |
956 avcodec_init(); | |
957 avcodec_register_all(); | |
958 avcodec_inited=1; | |
959 } | |
960 | |
961 vf->priv->codec = (AVCodec *)avcodec_find_encoder_by_name(lavc_param_vcodec); | |
962 if (!vf->priv->codec) { | |
963 mp_msg(MSGT_MENCODER,MSGL_ERR,MSGTR_MissingLAVCcodec, lavc_param_vcodec); | |
964 return 0; | |
965 } | |
966 | |
8413 | 967 #if LIBAVCODEC_BUILD >= 4645 |
968 vf->priv->pic = avcodec_alloc_frame(); | |
969 #else | |
8339 | 970 vf->priv->pic = avcodec_alloc_picture(); |
8413 | 971 #endif |
7444 | 972 vf->priv->context = avcodec_alloc_context(); |
973 | |
5550 | 974 return 1; |
975 } | |
976 | |
977 vf_info_t ve_info_lavc = { | |
978 "libavcodec encoder", | |
979 "lavc", | |
6673 | 980 "A'rpi, Alex, Michael", |
5550 | 981 "for internal use by mencoder", |
982 vf_open | |
983 }; | |
984 | |
985 //===========================================================================// | |
986 #endif |