On my server, RVideo reports unknown format. On my Macbook, it works
just fine. BUT the output is almost identical:
Macbook:
--- !ruby/object:RVideo::Inspector
ffmpeg_binary: ffmpeg
filename: test.mp3
full_filename: /Users/tom/Desktop/test.mp3
path: /Users/tom/Desktop
raw_metadata: |-
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/tom/Desktop/
test.mp3':
Duration: 00:00:07.16, start: 0.000000, bitrate: 64 kb/s
Stream #0.0(und): Audio: alac, 8000 Hz, mono, s16
raw_response: |
FFmpeg version SVN-r17619, Copyright (c) 2000-2009 Fabrice Bellard,
et al.
configuration: --enable-libmp3lame --enable-shared --disable-mmx
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.19. 0 / 52.19. 0
libavformat 52.30. 0 / 52.30. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Feb 26 2009 13:30:54, gcc: 4.0.1 (Apple Inc. build 5484)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/tom/Desktop/
test.mp3':
Duration: 00:00:07.16, start: 0.000000, bitrate: 64 kb/s
Stream #0.0(und): Audio: alac, 8000 Hz, mono, s16
At least one output file must be specified
Server side:
--- !ruby/object:RVideo::Inspector
ffmpeg_binary: ffmpeg
filename: test.mp3
full_filename: /home/deploy/test.mp3
path: /home/deploy
raw_response: |
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib
--mandir=/usr/share/man --incdir=/usr/include --enable-libamr-nb --
enable-libamr-wb --enable-libdirac --enable-libfaac --enable-libfaad --
enable-libmp3lame --enable-libtheora --enable-libx264 --enable-gpl --
enable-nonfree --enable-postproc --enable-pthreads --enable-shared --
enable-swscale --enable-x11grab
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Jul 24 2009 01:48:17, gcc: 4.1.2 20080704 (Red Hat
4.1.2-44)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/deploy/test.mp3':
Duration: 00:00:07.16, start: 0.000000, bitrate: 64 kb/s
Stream #0.0(und): Audio: alac, 8000 Hz, mono, s16
At least one output file must be specified
unknown_format: true
=> nil
On Aug 25, 6:30 pm, Seth Thomas Rasmussen <
sethrasmus...@gmail.com>
wrote: