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.

 

Go Back   Doom9's Forum > Video Encoding > New and alternative video codecs

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 15th May 2010, 15:57   #1  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
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
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:30.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.