if you could pick a standard format for a purpose what would it be and why?

e.g. flac for lossless audio because…

(yes you can add new categories)

summary:

  1. photos .jxl
  2. open domain image data .exr
  3. videos .av1
  4. lossless audio .flac
  5. lossy audio .opus
  6. subtitles srt/ass
  7. fonts .otf
  8. container mkv (doesnt contain .jxl)
  9. plain text utf-8 (many also say markup but disagree on the implementation)
  10. documents .odt
  11. archive files (this one is causing a bloodbath so i picked randomly) .tar.zst
  12. configuration files toml
  13. typesetting typst
  14. interchange format .ora
  15. models .gltf / .glb
  16. daw session files .dawproject
  17. otdr measurement results .xml
  • @[email protected]
    link
    fedilink
    English
    159 months ago

    For videos, I bet it was .mkv they mentioned. mkv can have different codecs and different tracks, including audio and subtitles. I see it used often for tv and movies. I’m not sure if there’s disadvantages to it for general videos, like ones shot right from a camera.

    I’ve been happy with .7z or .tar.* for file archiving and compression, but I don’t know the pros or cons of each. I think there’s room for different methods of compression though, so a standard format should be able to use multiple.

    For font families, .otf seems good for realtime text rendering. Seems any newer standards are mostly targeted at graphic design.

    • Davel23
      link
      fedilink
      39 months ago

      .mka is a real file format, it’s the Matroska audio container. Not very common, but I see them occasionally.

    • exu
      link
      fedilink
      English
      39 months ago

      Afaik the disadvantage to mkv is that it supports everything. That makes fully supporting and testing every case rather difficult and it’s why webm, a subset of mkv, was created.

  • @[email protected]
    link
    fedilink
    English
    159 months ago

    videos .av1 (someone mentioned mka or something like that, cant recall but thet mentiomed it being a ‘container’)

    Yes, you’ll never see an av1 file. Typically it’s in a webm container. mkv is common too.

    People tend to like videos with audio and subtitles.

  • @[email protected]
    link
    fedilink
    English
    14
    edit-2
    9 months ago

    Yeah hi can someone explain the logic involved in advocating for Free Lossless Audio Codec as a method for storing photos?

  • @[email protected]
    link
    fedilink
    English
    99 months ago

    I prefer .mkv for videos because I’m a degenerate weeb and .mkv can have subtitles baked into them.

    • GamesRevolution
      link
      19
      edit-2
      9 months ago

      Mkv not so much a video format as it is a container format, so maybe it could be separated like this:

      Video format: av1
      Audio format: opus/flac
      Subtitle format: srt/ass
      Thumbnail format: jxl
      Container format: mkv

      As far as I know mkv supports all the formats outlined in this list and multiple streams of it.

      Edit: I was wrong about the thumbnail format, it only supports jpg and png

  • JackbyDev
    link
    English
    59 months ago

    Why odt over HTML?

  • Miku Luna \ she/it
    link
    fedilink
    49 months ago

    markdown (md) or org for notes/things that don’t require much formatting.

    I’m not in a place to make points for which one’s better.

  • Chris Gerber
    link
    fedilink
    19 months ago

    AsciiDoc for plain text markup. It handles more use cases, and has fewer ambiguities in the standard than Markdown.