Ewout van Mansom

Results 147 comments of Ewout van Mansom

Failed API tests can be ignored, they hit the timeout limit unrelated to this PR.

> Hi, > > Thanks for the PR. Please prefer to use placeholders (`{1} peers` for example) instead of building manually the strings. Can you also revert your changes on...

Have you installed all dependencies? Execute `yarn install` inside the `client` directory and then once again in the root of the project.

> Hi, > > Please enable debug logs and check `debug: Running VideoChannelSyncLatestScheduler.internalExecute` is displayed. Then please paste channels sync related logs Full log: https://gist.github.com/emansom/8fcdcf5ae31e47c245c798e25b7b2ee3 The `VideoChannelSyncLatestScheduler` fails to synchronize...

I observed similar behavior in my instance of PeerTube. Anything but highest resolution only maxes out at 60% CPU utilization, possibly leading to slower transcode times.

Recently discovered ffmpeg also supports [transcoding to multiple resolutions at once](https://stackoverflow.com/a/71985380), this would possibly yield the lowest transcoding time and most effective CPU utilization possible.

> @emansom Are you seeing the same thing on your end? You don't use svtav1 right? Yes, during channel import of 200+ videos it was 100% for the initial video...

Possibly related to lower-level task queue bug #5213

> Like stated in #3994 it would be nice if we could have different encoders per resolution. > > I'd like to keep my mobile users when using AV1 as...