Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
04/13/16 01:31:55PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

does this mean its completed properly or not? it seems to run through but remains in queue
rk(0x11e16000)                         = 0x11e16000
getrusage(RUSAGE_SELF, {ru_utime={644816325050538, 68053756805121}, ru_stime={46468, 0}, ...}) = 0
close(7)                                = 0
munmap(0xf63cf000, 225280)              = 0
munmap(0xf6373000, 376832)              = 0
munmap(0xf6406000, 286720)              = 0
close(6)                                = 0
brk(0x11b5b000)                         = 0x11b5b000
brk(0x11a01000)                         = 0x11a01000
brk(0x118a1000)                         = 0x118a1000
brk(0x117cd000)                         = 0x117cd000
brk(0x116d0000)                         = 0x116d0000
brk(0x115d4000)                         = 0x115d4000
brk(0x114da000)                         = 0x114da000
brk(0x1073e000)                         = 0x1073e000
brk(0x1065e000)                         = 0x1065e000
exit_group(0)                           = ?
+++ exited with 0 +++

is that a good completion or not?
soaringeagle
@soaringeagle
04/13/16 11:51:24AM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

finally got all libraries installed by finding alternative GitHub addresses
when usin sys installed ffmpeg got the same error i switched back to jr installed it ran longer then usual yet still did not finish
no errors recorded
will reset and see if i get sygkill again
soaringeagle
@soaringeagle
04/13/16 10:22:07AM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

fuggin arggh
ok 2 libraries refused to install
getting this now
Message [system] unable to convert FLV video file for: video_file/333 
Date 04/13/16 01:16:19PM 
IP Address 162.252.80.62 
URL /soaring-eagle/uploaded_video/333/testing-video-conversion 
Memory 28MB 
Data FFmpeg version 0.6.5,  Copyright (c) 2000-2010 the FFmpeg developers
  built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp, -D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (2997/50) -> 29.97 (30000/1001)
Input #0,  mov, mp4, m4a, 3gp, 3g2, mj2,  from '/home/greentechnologyf/public_html/data/media/1/85/jrVideo_333_video_file.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    title           : 1022176077844261
    encoder         : Lavf56.4.101
  Duration: 00:06:38.12,  start: 0.-148000,  bitrate: 443 kb/s
    Stream #0.0(und): Video: h264,  yuv420p,  400x224 [PAR 224:225 DAR 16:9],  419 kb/s,  PAR 5572:5625 DAR 398:225,  29.97 fps,  29.97 tbr,  90k tbn,  59.94 tbc
    Stream #0.1(eng): Audio: aac,  48000 Hz,  2 channels (FC),  s16,  19 kb/s
Unrecognized option 'preset'

 
 
 

and this step
PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin" --pkg-config-flags="--static" --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265

--enable-libopus
and
--enable-libx264
had to be removed because the libraries would not download
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

those are the instructions used posted 3 months ago
i might try the update steps for thjose 2 then reconfigure remake etc
soaringeagle
@soaringeagle
04/12/16 11:26:59PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

ok I'm doing this full install but 1 thing was not found
http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat
git checkout tags/v.1.3.0
that said not found
then the next part
cd /opt
git clone git://git.videolan.org/x264.git
cd x264
./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static 
make
make install
keeps resulting in network timeouts

ps the host I'm wiith had excellent support when i was starting off
they claim to have the best support around
but its gone way downhill fast
(i cant wait to have my own server though not sure I'm ready to manage it solo)
soaringeagle
@soaringeagle
04/12/16 10:18:05PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

i just installed newest version today
and isn't the command in either the core or the video/audio modules?
where do i rewrite the command
soaringeagle
@soaringeagle
04/12/16 10:03:03PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

second try urls correct but still same issue ..
 [system] unable to convert FLV video file for: video_file/332 
Date 04/13/16 12:57:51AM 
IP Address 162.252.80.62 
URL /soaring-eagle/uploaded_video/332/testing-video-conversion-2 
Memory 28MB 
Data FFmpeg version 0.6.5,  Copyright (c) 2000-2010 the FFmpeg developers
  built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp, -D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (2997/50) -> 29.97 (30000/1001)
Input #0,  mov, mp4, m4a, 3gp, 3g2, mj2,  from '/home/greentechnologyf/public_html/data/media/1/85/jrVideo_332_video_file.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    title           : 1022176077844261
    encoder         : Lavf56.4.101
  Duration: 00:06:38.12,  start: 0.-148000,  bitrate: 443 kb/s
    Stream #0.0(und): Video: h264,  yuv420p,  400x224 [PAR 224:225 DAR 16:9],  419 kb/s,  PAR 5572:5625 DAR 398:225,  29.97 fps,  29.97 tbr,  90k tbn,  59.94 tbc
    Stream #0.1(eng): Audio: aac,  48000 Hz,  2 channels (FC),  s16,  19 kb/s
Unrecognized option 'preset'
 

this is my suspicion
whatever calls the conversion needs an if that code exists in config don't include the preset statement
soaringeagle
@soaringeagle
04/12/16 09:53:47PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

ok this is nuts
now i get this in log
Value

Message [system] unable to convert FLV video file for: video_file/331 
Date 04/13/16 12:48:53AM 
IP Address 162.252.80.62 
URL /vaughn-maurice-gaines-ii/gallery/91818/Me and Jullian Gerald Gaines 
Memory 20.5MB 
Data FFmpeg version 0.6.5,  Copyright (c) 2000-2010 the FFmpeg developers
  built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp, -D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (2997/50) -> 29.97 (30000/1001)
Input #0,  mov, mp4, m4a, 3gp, 3g2, mj2,  from '/home/greentechnologyf/public_html/data/media/1/85/jrVideo_331_video_file.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    title           : 1022176077844261
    encoder         : Lavf56.4.101
  Duration: 00:06:38.12,  start: 0.-148000,  bitrate: 443 kb/s
    Stream #0.0(und): Video: h264,  yuv420p,  400x224 [PAR 224:225 DAR 16:9],  419 kb/s,  PAR 5572:5625 DAR 398:225,  29.97 fps,  29.97 tbr,  90k tbn,  59.94 tbc
    Stream #0.1(eng): Audio: aac,  48000 Hz,  2 channels (FC),  s16,  19 kb/s
Unrecognized option 'preset'
 


that is nowhere near the url the void should have!
soaringeagle
@soaringeagle
04/12/16 09:37:56PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

guess i need to reset caches or something its still using the old 1
soaringeagle
@soaringeagle
04/12/16 09:34:55PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

god you got amazing timing i was just opening a thread on the ffmpeg forum ill try this out
soaringeagle
@soaringeagle
04/12/16 08:51:28PM
3,304 posts

videos not converting after 24 hours


Installation and Configuration

i suspect its a conflict between ffmpeg version and library version maybe
what versions the ffmpeg with jr
what steps should i take to ensure i have the proprer libraries
  106