saloromer / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

Unrecognized option 'croptop' #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ffmpeg -i quantelIMX50.mxf -croptop 32 -r 1/10 -s 172*96 -an 
thumbnails/Quantel%05d.jpg

What is the expected output? What do you see instead?

"`-croptop size' Set top crop band size (in pixels)."  - 
http://ffmpeg.org/ffmpeg-doc.html

Unrecognized option 'croptop'

What version of the product are you using? On what operating system?

FFmbc-0.4-rc1 on Ubuntu 10.4 & 9.10

Please provide any additional information below:

chris@athena:~/Videos/Sample Media Formats/IMX50 MXF/Quantel MXF$ ffmpeg -i 
quantelIMX50.mxf -croptop 32 -r 1/10 -s 172*96 -an thumbnails/Quantel%05d.jpg
FFmpeg version FFmbc-0.4-rc1, Copyright (c) 2000-2010 the FFmpeg developers
  built on May  2 2010 20:35:51 with gcc 4.4.3
  configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --
enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libopencore-amrnb 
--enable-
libopencore-amrwb --enable-libx264 --enable-libxvid --enable-x11grab 
--enable-avfilter --
enable-avfilter-lavf --enable-libtheora --enable-libschroedinger
  libavutil     50.14. 0 / 50.14. 0
  libavcodec    52.66. 0 / 52.66. 0
  libavformat   52.60. 0 / 52.60. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.18. 0 /  1.18. 0
  libswscale     0.10. 0 /  0.10. 0
Input #0, mxf, from 'quantelIMX50.mxf':
  Duration: 00:00:30.00, start: 0.000000, bitrate: 62568 kb/s
    Stream #0.0(und): Video: mpeg2video, yuv422p, 720x608 [PAR 152:135 DAR 4:3], tbc 2/50, 
50000 kb/s, fps 25.000
    Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 4 channels, s16, 3072 kb/s
Unrecognized option 'croptop'

The same command line executes as expected against the current git version ...

FFmpeg version git-ff7705f, Copyright (c) 2000-2010 the FFmpeg developers
  built on May  2 2010 15:14:30 with gcc 4.4.3
  configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --
enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-
libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libxvid 
--
enable-x11grab --enable-avfilter --enable-avfilter-lavf --enable-libtheora 
--enable-
libschroedinger
  libavutil     50.15. 0 / 50.15. 0
  libavcodec    52.66. 0 / 52.66. 0
  libavformat   52.62. 0 / 52.62. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.10. 0 /  0.10. 0
  libpostproc   51. 2. 0 / 51. 2. 0

Original issue reported on code.google.com by Chris.at...@gmail.com on 2 May 2010 at 8:12

GoogleCodeExporter commented 8 years ago
-croptop, etc.. have been removed, libavfilter is in place.

Use -vf crop:, see documentation for usage.

This should be mentioned in the Changelog though.

Original comment by baptiste...@gmail.com on 3 May 2010 at 5:24