Ayrton Sparling

Results 220 comments of Ayrton Sparling
trafficstars

100% agree. nmmes has potential, it was built to be very modular. People would be able to share a single URL to share all encoding settings (even modules :D). It...

Can you run h265ize with the `--debug` flag and provide the ffmpeg query? Firstly, cpu will always have to do some work, it is still moving the video frames in...

This is outside the scope of h265ize since h265ize doesn't even support hw encoding but you would want to specify a hw decoder codec for the input and a hw...

That is probably correct. You would need to change the code located at https://github.com/FallingSnow/h265ize/blob/d9746cbe18f54b78fd8d7e666fcd189eae085071/lib/helpers.js#L217 to add `.mts`.

Have you tried using the [latest git build](https://github.com/FallingSnow/h265ize#bleeding-edge)?

Ok. I'll add an enhancement tag but I don't know when I'll get around to it. You're free to submit a pull request. Btw, h265ize uses crf encoding which attempts...

> Filtering and streamcopy cannot be used together. By default h265ize copys audio unmodified. By using loudnorm audio normalization you are telling ffmpeg to normalize (modify) but copy (don't modify)...

> However --he-audio --downmix-he-audio does work. So there is also a bug with --downmix-he-audio since the doc says that option should enable he-audio: Your right, that is another bug. >For...

> Am I correct in assuming that the n+1 pass is therefore using the output of the n-th pass? Yes > From my understanding, shouldn't the input file for each...