media resizing/transcoding #7

Open
opened 2024-04-12 10:32:04 +00:00 by phryk · 0 comments
Owner

<picture>, <video> and <audio> can hold multiple source elements combined with media-types and -queries
to get the most fitting source and minimize network traffic.

  • Images should be automatically scaled down for mobile and the results added to as <source>
  • Audio should automatically be transcoded into pre-defined (configurable) formats (should those be prioritized?)
  • Video should get the logic from both, Image and Video
`<picture>`, `<video>` and `<audio>` can hold multiple source elements combined with media-types and -queries to get the most fitting source and minimize network traffic. * Images should be automatically scaled down for mobile and the results added to as `<source>` * Audio should automatically be transcoded into pre-defined (configurable) formats (should those be prioritized?) * Video should get the logic from both, Image and Video
phryk added this to the post-deployment milestone 2024-04-12 10:32:04 +00:00
phryk added the
UX/UI
Feature
labels 2024-04-12 11:49:42 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phryk/pdnew#7
No description provided.