this post was submitted on 19 Jul 2023
4 points (100.0% liked)

Technology

19 readers
2 users here now

This magazine is dedicated to discussions on the latest developments, trends, and innovations in the world of technology. Whether you are a tech enthusiast, a developer, or simply curious about the latest gadgets and software, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as artificial intelligence, robotics, cloud computing, cybersecurity, and more. From the impact of technology on society to the ethical considerations of new technologies, this category covers a wide range of topics related to technology. Join the conversation and let's explore the ever-evolving world of technology together!

founded 2 years ago
 

I know that HEVC isn't a file format, but I can't comprehend all this. Is it the buffering? Size? Video player's behaviour?
Can I rename the HEVC.mkv to HEVC.heif and let the browser play it like a GIF? And the same for AVIF vs AV1? Did not have time to read all the docs.

all 4 comments
sorted by: hot top controversial new old
[–] BasicTraveler@kbin.social 1 points 1 year ago (1 children)

There are 2 separate concepts I think you may be trying to merge into 1.

There are File Formats (also called Container format), like Audio Video Interleave, which is commonly identified with the .avi file extension, and Matroska Multimedia Container, which is commonly identified with the .mkv file extension. They define the structure and organization of data within a file. Ex the audio data starts at offset X, the video data starts at offset Y, en_us subtitles start at offset....... etc.

Then there are Encoding Formats, like AV1, h.264, HEVC. These are algorithms that can be used to compress video for storage within a file and decompress the data within a file for display.

[–] IONLYpost@kbin.social 1 points 1 year ago (1 children)

right, but if I took an HEVC.mkv and convert it into HEIF/HEIC, it shouldn't be re-encoding any images, would it?

[–] BasicTraveler@kbin.social 1 points 1 year ago

It really depends on what you use. There are tools that will extract the different data streams inside the containers and you could add them to a different (compatible) container... However if you use some sort of converter tool, it may just read the data stream, decompress it and decompress it again which would under the best circumstances lose quality to it's size.