svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -657,10 +657,12 @@ static int start_ffmpeg_impl(struct RenderData *rd, int rectx, int recty, Report
|
||||
switch(ffmpeg_type) {
|
||||
case FFMPEG_AVI:
|
||||
case FFMPEG_MOV:
|
||||
case FFMPEG_OGG:
|
||||
case FFMPEG_MKV:
|
||||
fmt->video_codec = ffmpeg_codec;
|
||||
break;
|
||||
case FFMPEG_OGG:
|
||||
fmt->video_codec = CODEC_ID_THEORA;
|
||||
break;
|
||||
case FFMPEG_DV:
|
||||
fmt->video_codec = CODEC_ID_DVVIDEO;
|
||||
break;
|
||||
@@ -1313,6 +1315,9 @@ void ffmpeg_verify_image_type(RenderData *rd)
|
||||
/* Don't set preset, disturbs render resolution.
|
||||
* ffmpeg_set_preset(rd, FFMPEG_PRESET_DVD); */
|
||||
}
|
||||
if(rd->ffcodecdata.type == FFMPEG_OGG) {
|
||||
rd->ffcodecdata.type = FFMPEG_MPEG2;
|
||||
}
|
||||
|
||||
audio= 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user