Can not find information if ffmpeg_wrapper has any version requirements as far as ffmpeg versions go? For example I am running ffmpeg-0.7.1 right now, and I am not sure should I upgrade to 0.7.11 - latest version for 0.7, or I going beyond to 0.8 or 0.9 version of ffmpeg?

http://www.ffmpeg.org/releases/

Thanks

Comments

arthurf’s picture

Ffmpeg wrapper should support most versions- older versions have different commands for codecs and formats which the module accounts for- newer versions of ffmpeg should be fine

ispboy’s picture

Ffmpeg wrapper can't read/parse information from my ffmpeg:

ffmpeg version N-39948-g9ed388f-syslint Copyright (c) 2000-2012 the FFmpeg developers
  built on Apr 18 2012 18:31:28 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
  configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-libopencore-amrnb --enable-decoder=liba52 --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-version3 --extra-version=syslint
  libavutil      51. 46.100 / 51. 46.100
  libavcodec     54. 14.101 / 54. 14.101
  libavformat    54.  3.100 / 54.  3.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 70.100 /  2. 70.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 11.100 /  0. 11.100
  libpostproc    52.  0.100 / 52.  0.100
Hyper fast Audio and Video encoder

-----------------------------------------------------------------------------------------
can't read the mp4 file info either.

[simon@hoolive modules]$ ffmpeg -i /var/www/drupal6/sites/v.hoolive.com/files/field_video/video_upload/mov00657.mp4

ffmpeg version N-39948-g9ed388f-syslint Copyright (c) 2000-2012 the FFmpeg developers
  built on Apr 18 2012 18:31:28 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
  configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-libopencore-amrnb --enable-decoder=liba52 --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-version3 --extra-version=syslint
  libavutil      51. 46.100 / 51. 46.100
  libavcodec     54. 14.101 / 54. 14.101
  libavformat    54.  3.100 / 54.  3.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 70.100 /  2. 70.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 11.100 /  0. 11.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/www/drupal6/sites/v.hoolive.com/files/field_video/video_upload/mov00657.mp4':
  Metadata:
    major_brand     : 3gp5
    minor_version   : 512
    compatible_brands: vfj13gp43gp5mp42emp
    creation_time   : 2010-04-04 08:55:39
    copyright       :
    copyright-eng   :
  Duration: 00:00:08.73, start: 0.000000, bitrate: 358 kb/s
    Stream #0:0(jpn): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 324 kb/s, 14.65 fps, 30 tbr, 1k tbn, 30 tbc
    Metadata:
      creation_time   : 2010-04-04 08:55:39
      handler_name    : VideoHandler
    Stream #0:1(jpn): Audio: aac (mp4a / 0x6134706D), 16000 Hz, mono, s16, 31 kb/s
    Metadata:
      creation_time   : 2010-04-04 08:55:39
      handler_name    : SoundHandler

i guess that the get_version() can not recognize my ffmpeg from Git...
ffmpeg version N-39948-g9ed388f-syslint

deja711’s picture

Status: Active » Closed (fixed)

Thank you