+ Reply to Thread
Results 1 to 8 of 8
-
Every video editor can crop. Just look for it in the program your using
-
VLC is not an editor. Use AVIdemux or Virtualdub2 and crop the sides.
If you're familiar with AviSynth you can use a simple script to do it
In Vdub2, open the video. Select video/filters/add/resize ( hit ok don't change anything)
Select 'resize" in the list. On the right select cropping. Remove the borders using the tool
OK all the way out of filters
Then video/compression/x264 8 bit
File/save video (save as mp4 or mkv)Last edited by davexnet; 11th Nov 2020 at 05:34.
-
-
VLC crops correctly.
VLC Video > Crop is a crop-zoom, likely what you are looking for is Video effects > Crop.
More generally masking can be done at playback in mpc-hc/be with a pixel shader
ex: https://github.com/butterw/bShaders/blob/master/barMask.hlsl
or an avisynth script.
The h264/hevc bitstream can also be modified to crop without the need to re-encode.
Re-encoding might be simpler, but quality/bitrate/encoding time can be an issue. -
-
VLC: Tools > filters > video effects > crop
It's a built-in feature but it is only available with Dx11 video Output (the default on Win10).
If the menu is not available and you are using Windows, you can try changing the video output in Settings > Video, then restart player.
VLC only has limited suppport for hlsl pixel shaders using dx9 video Output.
Similar Threads
-
Cropping question
By killerteengohan in forum RestorationReplies: 7Last Post: 23rd Apr 2020, 07:10 -
Force the DVD player to crop the black boarders and stretch the image
By Halfshadow in forum Authoring (DVD)Replies: 5Last Post: 11th Feb 2019, 07:46 -
Cropping the videos
By indijay in forum EditingReplies: 3Last Post: 11th Sep 2017, 11:01 -
Cropping/AR Help
By Akai-Shuichi in forum RestorationReplies: 3Last Post: 24th Feb 2017, 10:28 -
cropping
By RBCC in forum EditingReplies: 4Last Post: 2nd Aug 2016, 11:57