ingemar@dell:~/PROGRAMMERING/streamcapture2_old/streamcapture2$ ./streamcapture2-ffmpeg-x86_64.AppImage --appimage-help
AppImage options:

  --appimage-extract [<pattern>]  Extract content from embedded filesystem image
                                  If pattern is passed, only extract matching
                                  files
  --appimage-extract-and-run      Temporarily extract content from embedded
                                  filesystem image, run contained application,
                                  then delete temporarily extracted content
  --appimage-help                 Print this help
  --appimage-mount                Mount embedded filesystem image and print
                                  mount point and wait for kill with Ctrl-C
  --appimage-offset               Print byte offset to start of embedded
                                  filesystem image
  --appimage-portable-home        Create a portable home folder to use as $HOME
  --appimage-portable-config      Create a portable config folder to use as
                                  $XDG_CONFIG_HOME
  --appimage-signature            Print digital signature embedded in AppImage
  --appimage-updateinfo[rmation]  Print update info embedded in AppImage
  --appimage-version              Print version of AppImage runtime

Portable home:

  If you would like the application contained inside this AppImage to store its
  data alongside this AppImage rather than in your home directory, then you can
  place a directory named

  /home/ingemar/PROGRAMMERING/streamcapture2_old/streamcapture2/streamcapture2-ffmpeg-x86_64.AppImage.home

  Or you can invoke this AppImage with the --appimage-portable-home option,
  which will create this directory for you. As long as the directory exists
  and is neither moved nor renamed, the application contained inside this
  AppImage to store its data in this directory rather than in your home
  directory

License:
  This executable contains code from
  * runtime, licensed under the terms of
    https://github.com/AppImage/type2-runtime/blob/main/LICENSE
  * musl libc, licensed under the terms of
    https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT
  * libfuse, licensed under the terms of
    https://github.com/libfuse/libfuse/blob/master/LGPL2.txt
  * squashfuse, licensed under the terms of
    https://github.com/vasi/squashfuse/blob/master/LICENSE
  * libzstd, licensed under the terms of
    https://github.com/facebook/zstd/blob/dev/LICENSE
  * zlib, licensed under the terms of
    https://zlib.net/zlib_license.html
Please see https://github.com/AppImage/type2-runtime
for information on how to obtain and build the source code