Medias
Notes can include medias (images, videos, audios) using the usual Markdown image syntax.
## Note: Me
Conversion
All medias are converted using the external dependency ffmpeg:
- Images (
jpeg,png,gif,tiff, …) ➡️avif- A thumbnail image is generated (useful when displaying a list of notes)
- A medium image is generated (useful when displaying a single note)
- Audios (
wav,aac,flac, …) ➡️mp3- A single audio is generated from the original file.
- Videos (
mp4,avi, …) ➡️webm- A
avifimage is generated using the first frame.
- A
Original files are not used directly (= not stored in .nt/objects). The applications The NoteWriter Desktop and The NoteWriter Nomad rely on optimized versions to reduce the storage and network bandwidth requirements.