@gunchleoc Yes, admins can retrigger transcoding of any video
@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.
@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.