I installed Video Trimmer (Flathub) from the Software center. Trimmed a video then tried to save and it keeps giving this error:

Is it something simple to fix?
Thanks
I installed Video Trimmer (Flathub) from the Software center. Trimmed a video then tried to save and it keeps giving this error:

Is it something simple to fix?
Thanks
Have you already installed extra media codecs with sudo dnf group install Multimedia?
is the answer âI canât rememberâ acceptable? ![]()
I assume I can just run it anyway and it wonit do any harm if i have?
If youâve already done it, nothing will happen; if you havenât, it will install âextraâ media codecs for different multimedia files. Thereâs a chance, .aaf files will be included. ![]()
For trimming Video Trimmer uses the
ffmpegbinary, thus the non-Flatpak version depends on the muxers and demuxers available in your systemâsffmpeg. The Flatpak package uses theorg.freedesktop.Platform.ffmpeg-fullextension.
So instead of system packages, it uses FFmpeg-full from Flathub, which should be installed by default.
You can check it with:
flatpak list | grep ffmpeg-full
It should return:
ffmpeg-full org.freedesktop.Platform.ffmpeg-full 23.08 user
The error is likely because FFmpeg does not support the AAF format, which is why it says it is an invalid argument (FFmpeg does not recognize .aaf extension).
Thanks, trying my best to understand that (a reflection on me, not your explanation!)
I ran the command and it gave two lines of output instead of one, in case thatâs any kind of issue?
|ffmpeg-full|org.freedesktop.Platform.ffmpeg-full||22.08|system|
|ffmpeg-full|org.freedesktop.Platform.ffmpeg-full||23.08|system|
I donât have FFMpeg installed as far as I know. Itâs not listed in my installed apps. In fact if I search for it in Software, it doesnât even show up in search, which confuses me somewhat!
I ran the command and it said installing groups: multimedia, then i confirmed and it says âinstalledâ.
Does that mean it wasnât installed?
thanks
That sounds like the codecs are installed now, but refer to yuntazâs post because itâs much more detailed and nuanced than mine.
As I understand it, librariesâlike ffmpegâarenât listed in the software center and you can check if theyâre installed at the command line; e.g., sudo dnf list ffmpeg.
Shouldnt matter as the VideoTrimmer from Flathub has ffmpeg included.
All guides recommending to install ffmpeg-full are wrong in this case.
This may be an issue with the app itself, report an issue and please include more details. On Flathub Flatpaks the system doesnt really matter, but details on the type of file, and maybe an example file help.
Sorry, I think I have solved it.
The video in question was created by EasyScreenCast. I have used it before, but never tried trimming one of its output before. Turns out the file codec/compression (stuff I doniât understand) settings werenât good, I tried switching to mp4 format and the output was trimmable by Video Trimmer, which is a great little app!
thanks and apologies, although as usual I learned here ![]()
Great!