George Karagkiaouris

Results 40 comments of George Karagkiaouris

Yeah I can add a simple `require('dotenv').config()` at the top of the script. I probably won't have time to do this until the weekend. If you feel like opening a...

@sindresorhus would the resulting exported videos (trimmed/converted) be in ProRes as well? Or would we switch it to H264 like we have it now? Asking because that might change some...

So, do we record in ProRes by default? Instead of H264, since it's less processing power, faster export (in theory). Is there any drawbacks to recording in ProRes? This way...

Yeah, even with the fast preset, when I tested it on a big file it takes a couple of seconds. We could show the editor early, with a loader and...

Some benchmarking results: https://gist.github.com/karaggeorge/18fe906ea5f1f03c68d758a6e9bf95ff TL;DR: Conversions take a while, and the ProRes files are really really big, so imo we should have recording in ProRes under a setting, and definitely...

@sindresorhus definitely not the fastest, but the ones we use currently. I'll try `ultrafast`. For `crf` I thought it was 0-51 where 51 was the worst. Should I try 51...

So, I can't use `-c:a copy` because I get an error: ``` [mp4 @ 0x7f91d5801e00] Could not find tag for codec pcm_s16be in stream #1, codec not currently supported in...

Hmm, I think we have looping on by default in the settings: https://github.com/wulkano/Kap/blob/main/main/common/settings.ts#L65-L68 Maybe we can expose that toggle in the editor too

Yeah I agree. No one has asked for it, other than noticing gif sizes being too big, but with gifsicle that might be covered. I've just been messing with ffmpeg...

Do you mean something like #895 ? If so, that is currently in the works 😄