Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/d8e78dae14b87ffa916f27cc9cf9fe07a324d9bb You should set ROOT_URL correctly, otherwise the web may not work correctly.

Linux/Podcasts: Enable use of AAC encoder

preferencesAboutTextFull
Craig Watson 9 years ago
parent c84ef9d028
commit d8e78dae14
  1. 1
      src/podcast/ffmpeg/UBFFmpegVideoEncoder.cpp

@ -266,6 +266,7 @@ bool UBFFmpegVideoEncoder::init()
c->channel_layout = av_get_default_channel_layout(c->channels);
c->profile = FF_PROFILE_AAC_MAIN;
c->time_base = {1, mAudioSampleRate};
c->strict_std_compliance = -2; // Enable use of experimental codec
if (mOutputFormatContext->oformat->flags & AVFMT_GLOBALHEADER)
c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;

Loading…
Cancel
Save