[FFmpeg-user] FFMPEG Video Conversion

Palaniappan N palani at i-waves.com
Tue Jan 29 22:29:24 CET 2013


Hi Reindl,


As suggested, We did uninstalled the previous version 0.10.3 and followed
the link https://ffmpeg.org/trac/ffmpeg/wiki/CentosCompilationGuide to
Install FFMPEG.

Now, when we try to check the FFMPEG version we get the following output

# ffmpeg -version
ffmpeg: /lib64/libz.so.1: no version information available (required by
ffmpeg)
ffmpeg version N-49446-g0dfc01c
built on Jan 29 2013 15:57:07 with gcc 4.4.6 (GCC) 20120305 (Red Hat
4.4.6-4)
configuration: --enable-gpl --enable-libmp3lame --enable-libvorbis
--enable-libvpx --enable-libx264
libavutil      52. 17.100 / 52. 17.100
libavcodec     54. 91.100 / 54. 91.100
libavformat    54. 61.104 / 54. 61.104
libavdevice    54.  3.102 / 54.  3.102
libavfilter     3. 34.101 /  3. 34.101
libswscale      2.  2.100 /  2.  2.100
libswresample   0. 17.102 /  0. 17.102
libpostproc    52.  2.100 / 52.  2.100



Also When tried video conversion, the output is as follows


]# ffmpeg -y -i /var/www/html/WorkFiles/uploads/movfile.mov -acodec libfaac
-ar 48000 -ab 128k -ac 2 -s 352x240 -vcodec libx264 -b:a 720k -flags
+loop+mv4 -cmp 256 -partitions +parti4x4+partp8x8+partb8x8 -subq 7 -trellis
1 -refs 5 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor
0.71 -bt 1200k -maxrate 1200k -bufsize 1200k -rc_eq 'blurCplx^(1-qComp)'
-qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 16:9 -r 30 -g 90
-async 2 /var/www/html/WorkFiles/output/sample2_new.mp4oder 0 -me_range 16
-keyint_min 25 -sc_threshold 40
                                            ffmpeg: /lib64/libz.so.1: no
version information available (required by ffmpeg)m
                                                               ffmpeg
version N-49446-g0dfc01c Copyright (c) 2000-2013 the FFmpeg developers-as

           built on Jan 29 2013 15:57:07 with gcc 4.4.6 (GCC) 20120305 (Red
Hat 4.4.6-4)
  configuration: --enable-gpl --enable-libmp3lame --enable-libvorbis
--enable-libvpx --enable-libx264
  libavutil      52. 17.100 / 52. 17.100
  libavcodec     54. 91.100 / 54. 91.100
  libavformat    54. 61.104 / 54. 61.104
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 34.101 /  3. 34.101
  libswscale      2.  2.100 /  2.  2.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  2.100 / 52.  2.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
'/var/www/html/WorkFiles/uploads/movfile.mov':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    creation_time   : 2005-10-17 22:54:32
  Duration: 00:01:25.50, start: 0.000000, bitrate: 307 kb/s
    Stream #0:0(eng): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D),
yuv420p, 640x480 [SAR 1:1 DAR 4:3], 261 kb/s, 10 fps, 10 tbr, 3k tbn, 25 tbc
    Metadata:
      creation_time   : 2005-10-17 22:54:33
      handler_name    : Apple Video Media Handler
    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 32000 Hz, mono, fltp,
43 kb/s
    Metadata:
      creation_time   : 2005-10-17 22:54:34
      handler_name    : Apple Sound Media Handler
*Unknown encoder 'libfaac'*



I am not sure about  "b:a 720" as it was specified by our developer.


Thanks,
Palaniappan


More information about the ffmpeg-user mailing list