FFMPEG Error – its current version not liking options given?
-
FFMPEG errors upon the transcoding. Shows this in the Media Asset GUI:
[aac @ 00000000005c3ba0] Qavg: 530.463
Running on IIS v7.5. Note if you go to the local folder, the video was transcoded and playable. Thinking the latest FFMPEG has changed options?
FFMPEG test command:
`
C:\webtools\ffmpeg\bin/ffmpeg -y -i “C:\inetpub\wwwroot\wp-content\plugins\video-embed-thumbnail-generator/images/sample-video-h264.mp4” -i “C:\inetpub\wwwroot/wp-content/uploads/2016/01/Ch2-US_Flag.jpg” -acodec aac -strict experimental -b:a 160k -s 720×1280 -vcodec libx264 -movflags faststart -profile:v main -pix_fmt yuv420p -level:v 30 -crf 23 -vf “transpose=1” -metadata:s:v:0 rotate=0 -threads 1 -filter_complex “[1:v]scale=96:-1[watermark];[0:v][watermark]overlay=main_w-overlay_w-main_w*0.06:main_h-overlay_h-main_w*0.05” “C:\inetpub\wwwroot/wp-content/uploads/2016/01/sample-video-h264-720.mp4″`Here is the output:
`ffmpeg version N-77782-g42c54d4 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.2.0 (GCC)
configuration: –enable-gpl –enable-version3 –disable-w32threads –enable-avisynth –enable-bzlib –enable-fontconfig –enable-frei0r –enable-gnutls –enable-iconv –enable-libass –enable-libbluray –enable-libbs2b –enable-libcaca –enable-libdcadec –enable-libfreetype –enable-libgme –enable-libgsm –enable-libilbc –enable-libmodplug –enable-libmp3lame –enable-libopencore-amrnb –enable-libopencore-amrwb –enable-libopenjpeg –enable-libopus –enable-librtmp –enable-libschroedinger –enable-libsoxr –enable-libspeex –enable-libtheora –enable-libtwolame –enable-libvidstab –enable-libvo-aacenc –enable-libvo-amrwbenc –enable-libvorbis –enable-libvpx –enable-libwavpack –enable-libwebp –enable-libx264 –enable-libx265 –enable-libxavs –enable-libxvid –enable-libzimg –enable-lzma –enable-decklink –enable-zlib
libavutil 55. 13.100 / 55. 13.100
libavcodec 57. 22.100 / 57. 22.100
libavformat 57. 21.101 / 57. 21.101
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 23.100 / 6. 23.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ‘C:\inetpub\wwwroot\wp-content\plugins\video-embed-thumbnail-generator/images/sample-video-h264.mp4’:
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf55.33.100
Duration: 00:00:01.02, start: 0.021333, bitrate: 123 kb/s
Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 1920×1080 [SAR 1:1 DAR 16:9], 109 kb/s, 23.98 fps, 23.98 tbr, 11988 tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 2 kb/s (default)
Metadata:
handler_name : SoundHandler
[mjpeg @ 00000000000fdd00] Changing bps to 8
Input #1, image2, from ‘C:\inetpub\wwwroot/wp-content/uploads/2016/01/Ch2-US_Flag.jpg’:
Duration: 00:00:00.04, start: 0.000000, bitrate: 1134 kb/s
Stream #1:0: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 180×180 [SAR 1:1 DAR 1:1], 25 tbr, 25 tbn, 25 tbc
Filtergraph ‘transpose=1’ was specified through the -vf/-af/-filter option for output stream 0:0, which is fed from a complex filtergraph.
-vf/-af/-filter and -filter_complex cannot be used together for the same stream.`https://ww.wp.xz.cn/plugins/video-embed-thumbnail-generator/
The topic ‘FFMPEG Error – its current version not liking options given?’ is closed to new replies.