Need more details, because when I set 137 for top&bottom crop, I get:
in Vapoursynth:
in Avisynth:
FFmpeg uses:
Mencoder uses: (uses DVD input to force mencoder as decoder)
my guess it that you are not using Avisynth or Vapoursynth and I missed to adjust one of the other decoding options.
Normally either (/ and or) Avisynth, Vapoursynth, Mencoder or FFmpeg should be used and they all seem to work fine here. :/
-> Create a debug output so I can see whats happening on your end.
Cu Selur
in Vapoursynth:
clip = core.std.CropRel(clip=clip, left=0, right=0, top=137, bottom=137)
Crop(0,137,0,-137)
-vf crop=1280:446:0:137
-vf scale,format=i420,crop=720:446:0:137
Normally either (/ and or) Avisynth, Vapoursynth, Mencoder or FFmpeg should be used and they all seem to work fine here. :/
-> Create a debug output so I can see whats happening on your end.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.