View Single Post
Old 15th May 2010, 15:57   #1  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
ffmpeg + crop + pad broken?

Atm. I'm using something like:
Code:
ffmpeg.exe -v 0 -r 23.976 -i "D:\Test.m2ts" -threads 4 -v 0 -croptop 130 -cropbottom 132 -cropleft 0 -cropright 0 -padtop 130 -padbottom 132 -vsync 0 -an -r 23.976 -pix_fmt yuv420p -f rawvideo - | x264 --crf 20 --fps 23.976 --output "test.264" - 1920x1080
for encoding

using a ffmpeg Version from:
http://sourceforge.net/projects/mplayer-win32/files/
or
http://ffmpeg.arrozcru.org/autobuilds/

Problem is, newest versions just stop and post:
"Please use vf=pad"
(older once work fine)

Since I couldn't find anything over at http://www.ffmpeg.org/ffmpeg-doc.html why this is happening I thought I might ask here if someone knows what's going wrong.

Is there a new option for padding, or is there a but in newer ffmpeg versions?

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 20th May 2010 at 21:03. Reason: fixed 2nd url to http://ffmpeg.arrozcru.org/autobuilds/
Selur is offline   Reply With Quote