Ayrton Sparling

Results 191 comments of Ayrton Sparling

1. They directions in the readme should really be changed to ``` $ git clone https://github.com/postui/esm.sh $ cd esm.sh $ sh ./scripts/build.sh $ ./scripts/esmd -dev -domain localhost ``` This is...

Getting this setup as a proxy to esm.sh is a major pain though. I got up to the point where I used `import_maps.json` to fool deno into going to `localhost`...

I'm trying to spoof esm.sh to fix some issues in aleph.

Can you provide me documentation for this? It's my understanding that Matroska should support any data as an attachment. The code you have commented out works for attachments of font...

What rate control method have you been using?

I forgot too lol. I will be leaving it up to the user to make sure their hardware and ffmpeg build supports `nvenc_hevc` or `hevc_qsv`. h265ize will simply detect the...

I see, hopefully we will get VCE support for ffmpeg soon.

No. Hardware acceleration still hasn't even been added for windows.

Try ``` ffmpeg -i Natsunagu-01.mkv -y -acodec copy -vcodec libx265 -c:s copy -pix_fmt yuv420p -map 0:0 -map 0:1 -metadata:s:a:1 title="Japanese AAC LC (Stereo)" -map 0:2 -metadata:s:0:2 title=English -metadata:s:0:2 DISPOSITION:default=0 -map...

Try master branch version. ``` npm install FallingSnow/h265ize --global h265ize --version ```