Viewing File: /snap/ffmpeg/1286/meta/snap.yaml

name: ffmpeg
version: 4.3.1
summary: A complete solution to record, convert and stream audio and video.
description: |
  FFmpeg is the leading multimedia framework, able to decode, encode,
  transcode, mux, demux, stream, filter and play pretty much anything that
  humans and machines have created. It supports the most obscure ancient formats
  up to the cutting edge. No matter if they were designed by some standards
  committee, the community or a corporation.
apps:
  ffmpeg:
    command: command-ffmpeg.wrapper
    environment:
      LIBGL_DRIVERS_PATH: $SNAP/usr/lib/x86_64-linux-gnu/dri
      LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/x86_64-linux-gnu/mesa:$SNAP/usr/lib/x86_64-linux-gnu/mesa-egl:$LIBGL_DRIVERS_PATH:/var/lib/snapd/lib/gl
    plugs:
    - audio-playback
    - audio-record
    - alsa
    - camera
    - desktop
    - hardware-observe
    - home
    - network-bind
    - network
    - opengl
    - optical-drive
    - pulseaudio
    - removable-media
    - wayland
    - x11
    command-chain:
    - snap/command-chain/snapcraft-runner
  ffplay:
    command: command-ffplay.wrapper
    environment:
      LIBGL_DRIVERS_PATH: $SNAP/usr/lib/x86_64-linux-gnu/dri
      LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/x86_64-linux-gnu/mesa:$SNAP/usr/lib/x86_64-linux-gnu/mesa-egl:$LIBGL_DRIVERS_PATH:/var/lib/snapd/lib/gl
    plugs:
    - audio-playback
    - audio-record
    - alsa
    - camera
    - desktop
    - hardware-observe
    - home
    - network-bind
    - network
    - opengl
    - optical-drive
    - pulseaudio
    - removable-media
    - wayland
    - x11
    command-chain:
    - snap/command-chain/snapcraft-runner
  ffprobe:
    command: command-ffprobe.wrapper
    environment:
      LIBGL_DRIVERS_PATH: $SNAP/usr/lib/x86_64-linux-gnu/dri
      LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/x86_64-linux-gnu/mesa:$SNAP/usr/lib/x86_64-linux-gnu/mesa-egl:$LIBGL_DRIVERS_PATH:/var/lib/snapd/lib/gl
    plugs:
    - audio-playback
    - audio-record
    - alsa
    - camera
    - desktop
    - hardware-observe
    - home
    - network-bind
    - network
    - opengl
    - optical-drive
    - pulseaudio
    - removable-media
    - wayland
    - x11
    command-chain:
    - snap/command-chain/snapcraft-runner
architectures:
- amd64
assumes:
- command-chain
base: core18
confinement: strict
grade: stable
Back to Directory File Manager