pour se faire un script a été mis en place, un post sur framacolbri a été fait et un depot de sources sur framagit : https://framacolibri.org/t/adding-a-new-resolution-to-an-existing-video-playlist/6247 https://framagit.org/artlog/piretubehack comment est fait le transcodage ? code typescript du projet peertube server/helpers/ffmpeg-utils.ts // Put in the order we want to proceed jobs const resolutions = [ VideoResolution.H_480P, VideoResolution.H_360P, VideoResolution.H_720P, VideoResolution.H_240P, VideoResolution.H_1080P, VideoResolution.H_4K ]