Hi
because of my original .mxf files in SD mode have a signal VTC embedded when I transcode my files I have to crop the vitc lines on image cropping, in virtualdub the first 32 lines from the top
if I would like do this in ffmpeg and mencoder what is the command line to crop 32 lines from the top?
thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
not sure about mencoder, but in ffmpeg use -vf crop
eg. if you had SD PAL with 32 pixels on top (720x608)
" -vf crop=720:576:0:32 "
EDIT: looks like the same syntax in mencoder
http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-dvd-mpeg4.html#menc-feat-dvd-mpeg4-crop
http://www.rdeeson.com/weblog/100/scaling-and-cropping-avi-with-mencoder.htmLast edited by poisondeathray; 13th Nov 2013 at 08:39.
-
Code:
Crop(0,32,0,0)
-
ffvideosource("i:\imx\c0013.mxf" )
crop(0,32,0,0)
seems it works, thanks -
but I have a little problem in avisynth: some large .mxf files (generally over 2GB) avisynth return "unseekable"
is there another library to open .mxf files? possibly not directshowsource with lavfilter because possibly I would avoiding the "long and dangerous bridge" of directshow
rather a plugin I can install in avisynth?
thanks -
You can try downloading a different ffms2 build, or L-Smash Works 's LWLibavVideoSource()
Similar Threads
-
How to crop the black lines out an MKV (and lose a bit of the sides)
By marklittlevai in forum EditingReplies: 32Last Post: 30th Sep 2011, 17:34 -
to crop, or not to crop, that is the question...
By GrandPixel in forum Blu-ray RippingReplies: 2Last Post: 11th Nov 2010, 14:17 -
VirtualDub + Crop Filter adds a black border in right corner of video?
By CactusMan in forum Newbie / General discussionsReplies: 5Last Post: 17th Jan 2010, 08:24 -
Handbrake: To Crop or Not To Crop
By meldavid in forum DVD RippingReplies: 1Last Post: 31st Aug 2009, 05:54 -
Using mencoder to crop and convert .avi to .flv - errors
By brandox in forum Video ConversionReplies: 0Last Post: 26th Jan 2009, 10:09