Log in

View Full Version : x264vfw issues, some CLI options and log doesn't work


mzso
12th March 2019, 16:11
Hi!

I've been trying to encode videos with x264vfw (https://sourceforge.net/projects/x264vfw/) (is this official?), but I got some problems.
I added these (that I used a while ago with the CLI encoder) to the command line:
--input-range PC --output-csp i444 --range PC --colormatrix bt709 --colorprim bt709 --transfer bt709

But it doesn't work as expected. input/output range options result encoding at all.
If I take them out I get a green video. After I remove the colormatrix option I get proper video. I wonder why these don't work.

The log option seems useless. I get a flickering blank window, which disappears after encoding is finished. Weird...

Blue_MiSfit
12th March 2019, 18:46
Do try to move away from VFW :)

You're using hacky, deprecated, 27 year old technology.

mzso
12th March 2019, 19:02
Do try to move away from VFW :)

You're using hacky, deprecated, 27 year old technology.

Aw. Just when I edited the forum (which was empty) you posted in parallel. ☺

Anyway. Since the only decent (free) screen recorder software (MSI afterburner) only supports VFM codecs I see little choice.

So if you can recommend a good free screencasting program. I could let VFM codecs go. ☺

FFmpeg seems pretty useless for screen recording. Causes framedrops and stutter/framedrops during recording.
It also seems pretty slow for full range videos (unreasonably so, for example x264vfm together with the app that it record uses less cpu then ffmpeg alone with the same settings...) and produces a garbage output unless I use "-vf scale=out_color_matrix=bt709:out_range=pc" which seems to make the encoding even slower.

Blue_MiSfit
21st March 2019, 06:56
I'm sure you can get ffmpeg working well with screen recording, but take a page from the gamers and use OBS. It's what I use when I need to screen cap!