Does anyone on this list use ResourceSpace https://www.resourcespace.com ?
I'm trying to run it on REHL 7 I had it configured on a different server and it
was working fine, and I had to move to a new server.
Installing ffmpeg was a challenge and now I'm running into an issue with
ffmpeg_preview_options, the error I'm getting on the videos is "No compatible
source was found for this video." I have been back and forth with their support
and they need access to the server and I'm not able to give it to them because
it is a local server on our site.
That said I'm trying these parameters for the preview, and none of them seem to
work.
$ffmpeg_preview_options="-f flv -ar 22050 -b 650k -ab 32k -ac 1";
$ffmpeg_preview_options=" -c:v libx264 -pix_fmt yuv420p -crf 23 -preset fast
-maxrate 4000k -bufsize 1835k -strict -2";
$ffmpeg_preview_options = '-f mp4 -ar 22050 -b 650k -ab 32k -ac 1 -strict
experimental';
This is my ffmpage information:
ffmpeg version 3.4 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-16)
configuration: --arch=x86_64 --bindir=/usr/bin --datadir=/usr/share/ffmpeg
--disable-debug --disable-static --disable-stripping --enable-avfilter
--enable-avresample --enable-bzlib --enable-cuda --enable-cuvid --enable-libnpp
--enable-doc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gpl
--enable-iconv --enable-libass --enable-libbluray --enable-libcdio
--enable-libdc1394 --enable-libdrm --enable-libfdk-aac --enable-libfreetype
--enable-libfribidi --enable-libgsm --enable-libilbc --enable-libkvazaar
--enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg
--enable-libopus --enable-libpulse --enable-librsvg --enable-librtmp
--enable-librubberband --enable-libsoxr --enable-libspeex --enable-libssh
--enable-libtesseract --enable-libtheora --enable-libtwolame --enable-libv4l2
--enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp
--enable-libx264 --enable-libx265 --enable-libxcb --enable-libxcb-shm
--enable-libxcb-xfixes --enable-libxcb-shape --enable-libxvid --enable-libzvbi
--enable-lzma --enable-nonfree --enable-openal --enable-opencl --enable-nvenc
--enable-opengl --enable-postproc --enable-pthreads --enable-sdl2
--enable-shared --enable-version3 --enable-xlib --enable-zlib
--extra-cflags='-I/usr/include/nvenc -I/usr/include/cuda'
--incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man
--optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64
-mtune=generic' --prefix=/usr --shlibdir=/usr/lib64 --enable-runtime-cpudetect
libavutil 55. 78.100 / 55. 78.100
libavcodec 57.107.100 / 57.107.100
libavformat 57. 83.100 / 57. 83.100
libavdevice 57. 10.100 / 57. 10.100
libavfilter 6.107.100 / 6.107.100
libavresample 3. 7. 0 / 3. 7. 0
libswscale 4. 8.100 / 4. 8.100
libswresample 2. 9.100 / 2. 9.100
libpostproc 54. 7.100 / 54. 7.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options]
outfile}...
Thanks in advance
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".