View Single Post
Old 20th May 2010, 21:02   #4  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
using latest from http://ffmpeg.arrozcru.org/autobuilds/ with:
Code:
ffmpeg -v 0 -r 25.000 -i "D:\sx264\test.mp4" -threads 4 -v 0 -vfilters "crop=640:350:0:2, scale=720:394, pad=720:576:90" -vsync 0 -an -r 25 -pix_fmt yuv420p -f rawvideo - | x264 --crf 20 --fps 23.976 --output "test.264" - 1920x1080
I get:
Quote:
FFmpeg version SVN-r23201, Copyright (c) 2000-2010 the FFmpeg developers built on May 20 2010 04:15:44 with gcc 4.4.2
configuration: --target-os=mingw32 --enable-runtime-cpudetect --enable-avisynth --enable-gpl --enable-version3 --enable-bzlib --enable-libgsm --enable-libfaad --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg --enable-libxvid --enable-libschroedinger --enable-libx264 --enable-libopencore_amrwb --enable-libopencore_amrnb --cross-prefix=i686-mingw32- --cc=ccache-i686-mingw32-gcc --arch=x86 --enable-memalign-hack
libavutil 50.15. 3 / 50.yuv [info]: 720x576p 0:0 @ 25/1 fps (cfr)15. 3
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
libavcodec 52.68. 2 / 52.68. 2
libavformat 52.63. 0 / 52.63. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.20. 0 / 1.20. 0
libswscale 0.10. 0 / 0.10. 0
x264 [info]: profile High, level 4.1
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\sx264\test.mp4':
Metadata:
major_brand : isom
minor_version : 1
compatible_brands: isom
Duration: 00:00:17.20, start: 0.000000, bitrate: 844 kb/s
Stream #0.0(und): Video: mpeg4, yuv420p, 640x352 [PAR 1:1 DAR 20:11], 722 kb/s, 25 fps, 25 tbr, 25k tbn, 25 tbc
Stream #0.1(und): Audio: mp3, 48000 Hz, 2 channels, s16, 120 kb/s
Unrecognized option 'vfilters'
using latest from: http://sourceforge.net/projects/mplayer-win32/files/ which uses rev23107 gives the same output, both don't recognize vfilters.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote