11.03.2018, 08:50
(10.03.2018, 15:01)Selur Wrote: Need more details, because when I set 137 for top&bottom crop, I get:
in Vapoursynth:
in Avisynth:clip = core.std.CropRel(clip=clip, left=0, right=0, top=137, bottom=137)
FFmpeg uses:Crop(0,137,0,-137)
Mencoder uses: (uses DVD input to force mencoder as decoder)-vf crop=1280:446:0:137
my guess it that you are not using Avisynth or Vapoursynth and I missed to adjust one of the other decoding options.-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
The #1 photo is extracted frame from source movie and 137 for top & bottom crop in Photoshop, and #2 is extracted frame from my Hybrid output movie with 137 for top & bottom crop, but the software crop 136 from top and 138 from bottom (Compare the two photos together).
Here is the DebugOutput Level 9 file: