TransWikia.com

Batch converting files to monochrome

Video Production Asked on October 28, 2021

I am looking for a free software that lets me convert a batch of video files to monochrome.

The closest I’ve found so far is Any Video Converter free but this does neither allow for easy application of a setting to all files within the queue, nor does it allow to keep the original file format (e.g you can’t convert from webm to webm and just apply a filter).

I do, however, want to keep all properties except for color.

2 Answers

There's more than one way to skin a cat, so they say. And there's more than one way to get monochrome from a color image. Since YUV is a common encoding method, the easy thing to do is to throw away the U and V, and just keep the luminance, effectively doing the same thing old black and white televisions did.

But in this modern, digital era, it's possible to control the balance of each color channel's contribution to final black and white image, and to do it with free software.

In the free version of DaVinci Resolve, you can do this in the RGB mixer panel of the Color page, by checking the "Monochrome" box, and the "Preserve Luminance" box, and then moving the R, G, and B sliders to taste. You'll notice that certain combinations give better contrast to skin tones, among other things, and that small changes can dramatically influence the resulting image. It's also a great exercise in learning how to expose a camera well, and learning how camera exposure and color are related.

enter image description here

enter image description here

Answered by Jason Conrad on October 28, 2021

Okay I just did with a ffmpeg batch

In PowerShell:

ls | Where { $_.Extension -eq ".webm" } | ForEach { ffmpeg -i "$i" -vf "hue=s=0" -crf 20 -codec:a libvorbis -c:v libvpx -b:v 500k "${name}.webm" }

Answered by Wottensprels on October 28, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP