08.03.2018, 05:18
Pages: 1 2
08.03.2018, 06:01
Since most input is YUV12 (4:2:0) and as such only allow mod2 cropping at it's lowest Hybrid by default uses a +2 when using the spin box.
You can manually use uneven values if your are sure your content supports it.
Hybrid does no automated conversion to RGB atm. to allow odd cropping for all color spaces.
I could probably add this,... note that the resulting resolution needs to be 4:4:4 or RGB to support uneven resolutions. (+ not sure whether all encoders do support uneven resolution)
Cu Selur
You can manually use uneven values if your are sure your content supports it.
Hybrid does no automated conversion to RGB atm. to allow odd cropping for all color spaces.
I could probably add this,... note that the resulting resolution needs to be 4:4:4 or RGB to support uneven resolutions. (+ not sure whether all encoders do support uneven resolution)
Cu Selur
10.03.2018, 00:44
Send you a link to a dev version which supports odd crop values.
Cu Selur
Cu Selur
10.03.2018, 12:20
(10.03.2018, 00:44)Selur Wrote: [ -> ]Send you a link to a dev version which supports odd crop values.
Cu Selur
thanks a lot.
This feature is also released in the final release?
10.03.2018, 12:28
Quote:This feature is also released in the final release?I don't use it so I'm waiting from feedback from you. If it doesn't work it won't make into the next release. If it does work as it should, it will be kept.
Cu Selur
10.03.2018, 14:23
(10.03.2018, 12:28)Selur Wrote: [ -> ]Quote:This feature is also released in the final release?I don't use it so I'm waiting from feedback from you. If it doesn't work it won't make into the next release. If it does work as it should, it will be kept.
Cu Selur
I tried this feature on a few movies and did not work!
I set the crop top and bottom on 137, but the software crop 136 from top and 138 from bottom!
10.03.2018, 15:01
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:
Code:
clip = core.std.CropRel(clip=clip, left=0, right=0, top=137, bottom=137)
Code:
Crop(0,137,0,-137)
Code:
-vf crop=1280:446:0:137
Code:
-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
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:Code:clip = core.std.CropRel(clip=clip, left=0, right=0, top=137, bottom=137)
FFmpeg uses:Code:Crop(0,137,0,-137)
Mencoder uses: (uses DVD input to force mencoder as decoder)Code:-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.Code:-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:
11.03.2018, 09:12
Seems like ffmpeg needs some additional parameters to do this, because Hybrid sends to it:
which should crop as you wanted.
Does is work if you enable: "Config->Internals->Avisynth->Always use Avisynth" ?
Cu Selur
Code:
-vf crop=1920:806:0:137
Does is work if you enable: "Config->Internals->Avisynth->Always use Avisynth" ?
Cu Selur
11.03.2018, 09:23
(11.03.2018, 09:12)Selur Wrote: [ -> ]Seems like ffmpeg needs some additional parameters to do this, because Hybrid sends to it:
which should crop as you wanted.Code:-vf crop=1920:806:0:137
Does is work if you enable: "Config->Internals->Avisynth->Always use Avisynth" ?
Cu Selur
No. Does not work.
And this is the DebugOutput Level 9 file of that setting:
Pages: 1 2