Peertube: Generate multiple video resolutions

Created on 10 May 2017  路  2Comments  路  Source: Chocobozzz/PeerTube

Now we have a job scheduler that can run ffmpeg commands we can generate multiple resolutions of the same video for low bandwidth users.

This should be opt-in because it will require more disk space.

TODO:

  • Generate multiple video resolutions (360p, 720, 1080...) through job scheduler
  • Add a new field in video model (resolutions?) and send it to remote pods
  • Suffix video torrents and files by the resolution (blablabla-360.mp4, blablabla-360.torrent)
  • Generate multiple video magnets (one per resolution) when getting video attributes

Then the client will be able to choose the right resolution according to its bandwith. But it will be another task.

Type

All 2 comments

Todo: ask a ffmpeg guru what are the best options to encode for every resolution?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Nutomic picture Nutomic  路  3Comments

tcitworld picture tcitworld  路  3Comments

sschueller picture sschueller  路  3Comments

filmaidykai picture filmaidykai  路  3Comments

ufm picture ufm  路  3Comments