Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,034
|
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 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 Last edited by Selur; 20th May 2010 at 21:03. Reason: fixed 2nd url to http://ffmpeg.arrozcru.org/autobuilds/ |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|