ssr icon indicating copy to clipboard operation
ssr copied to clipboard

[Question] Informations about codecs.

Open SergeantPL opened this issue 12 years ago • 7 comments

Where do SSR looks for information about available codecs or does it have built-in list of codecs? In list of codecs available in SSR there are missing few that I would like to test, especially VC3/DNxHD ( best for future editing ). List of codecs from FFMpeg/AVConv: http://pastebin.com/TPAMgsHe List of codecs from SSR: http://pastebin.com/yurP3BDh

Is there any way to add/enable them?

SergeantPL avatar Oct 06 '13 20:10 SergeantPL

Codecs are only shown if they are suitable for SSR. The requirements are:

  • The codec is an encoder.
  • The type is video or audio (not subtitles).
  • For video, the codec supports YUV420P.
  • For audio, the codec supports 16-bit signed integer or 32-bit floating-point (either interleaved or planar).

Apparently dnxhd only supports YUV422P and YUV422P10, neither are supported in SSR at the moment. I can add them, but it means I have to change some of the internals. I didn't do it yet because YUV420P is much more common (I'm very surprised that dnxhd doesn't support it).

MaartenBaert avatar Oct 06 '13 23:10 MaartenBaert

DNxHD is more oriented on professional grade use, that's why 422 ( This one is even better than ProRES 422 ). But if it wouldn't be a big problem ( in the nearest future, if/when You will find free time in your spare time ) I would love to see that codec available in SSR. If it's not possible ( too much hassle or something ), I can live without it. Thanks.

SergeantPL avatar Oct 07 '13 18:10 SergeantPL

This weekend, I start to use your program (great job and beautiful code by the way !). I use Cinelerra, only DNxHD is usable to editing with my small CPU. I must find some time to help you with this.

HugoPoi avatar Oct 26 '13 15:10 HugoPoi

Hi, I see some time has passed and now dnxhd has been added to the dropdown codecs menu, but when pressing "record" it errors out with "unable to open codec". My ffmpeg installation has it enabled so I'm guessing it hasn't been implemented because of its 422 nature? In that case, have you got any suggestion for any other supported codec which is smooth enough for video editing?

morrolinux avatar Mar 28 '20 12:03 morrolinux

Hi there, I'm also interested in dnxhd or prores screen recordings... I use Davinci as a video editor on linux, and they don't support h264/h265 in the free version, only more production-focused codecs like prores and dnx. My ffmpeg supports prores, but it doesn't show up in the list on simplescreenrecorder.

awensaunders avatar Mar 12 '21 23:03 awensaunders

SSR doesn't support YUV422P codecs, only YUV420P.

HugoPoi avatar Mar 15 '21 15:03 HugoPoi

@HugoPoi You are mistaken, or using a really old version of SSR. SSR has supported YUV422 (and YUV444) for quite a while. That doesn't necessarily mean that every codec which uses YUV422 is supported by SSR.

MaartenBaert avatar Mar 18 '21 01:03 MaartenBaert