Email or username:

Password:

Forgot your password?
Top-level
GunChleoc

@peertube Thanks!

Is there a way to trigger re-transcoding of all old videos to split out the audio stream & save disk space?

2 comments
PeerTube

@gunchleoc Yes, admins can retrigger transcoding of any video

GunChleoc

@peertube The only instructions I found was the following code in an old GitHub issue:

npm run create-transcoding-job -- -v [videoUUID]

Is this still the way to do it and if so, how do I extract a list of all videoUUIDs?

Edit: Found the function in the Video UI. I can handle manual triggering, it's only ca. 1000 files.

Go Up