in reply to Re^3: figuring out Parallel::ForkManager slots
in thread figuring out Parallel::ForkManager slots

Are you familiar with avisynth and what it can do? I'm dealing with 10-bit HDR video here. It's not as simple as throwing it in mencoder or ffmpeg. Regardless, wine and an install of avisynth IS the easiest route to serve frames to an encoder. There are other avisynth-like things for Linux, but it's not worth my time, and I doubt they deal with higher bit depths well.
  • Comment on Re^4: figuring out Parallel::ForkManager slots

Replies are listed 'Best First'.
Re^5: figuring out Parallel::ForkManager slots
by jcb (Parson) on Sep 07, 2019 at 05:18 UTC
    Are you familiar with avisynth and what it can do?

    Sadly not, although the AVISynth wiki looks very interesting.

    Anyway, I have fixed the stupid mistake in the example earlier, so it should at least run now, if I read the Parallel::ForkManager documentation correctly.