VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    anyone here knows how to remove these grey borders in a movie clip what I have marked in blue X


    Image Attached Thumbnails Click image for larger version

Name:	2020-11-11_091911.jpg
Views:	16
Size:	82.0 KB
ID:	55796  

    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Every video editor can crop. Just look for it in the program your using
    Quote Quote  
  3. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by davexnet View Post
    Every video editor can crop. Just look for it in the program your using
    I think you will find not all crop correctly take VLC for example it dont crop all those grey bits but expand the video
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by loa909 View Post
    Originally Posted by davexnet View Post
    Every video editor can crop. Just look for it in the program your using
    I think you will find not all crop correctly take VLC for example it dont crop all those grey bits but expand the video
    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.
    Quote Quote  
  5. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by davexnet View Post
    Originally Posted by loa909 View Post
    Originally Posted by davexnet View Post
    Every video editor can crop. Just look for it in the program your using
    I think you will find not all crop correctly take VLC for example it dont crop all those grey bits but expand the video
    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 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)
    Oh ok many thanks then will try what you suggested
    Quote Quote  
  6. Originally Posted by loa909 View Post
    Originally Posted by davexnet View Post
    Every video editor can crop. Just look for it in the program your using
    I think you will find not all crop correctly take VLC for example it dont crop all those grey bits but expand the video
    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.
    Quote Quote  
  7. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by butterw View Post
    Originally Posted by loa909 View Post
    Originally Posted by davexnet View Post
    Every video editor can crop. Just look for it in the program your using
    I think you will find not all crop correctly take VLC for example it dont crop all those grey bits but expand the video
    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.
    how do you download these shaders and where do you place them in VLC
    Quote Quote  
  8. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!