On Sun, Feb 02, 2025 at 20:39:31 +0100, KoSza wrote:
> To be honest I don't understand the result. I have in two places ffmpeg, in
> bin and in usr/bin.
[...}
> Myuser@Mynas:~$ which -a ffmpeg
> /bin/ffmpeg
> /usr/bin/ffmpeg
> ----------------------------------------------------------
> Myuser@Mynas:~$ echo $PATH | tr : '\n' | while read p; do if [ -f
> "$p/ffmpeg" ]; then ls -l "$p/ffmpeg"; fi; done
> -rwxr-xr-x 1 root root 271376 Sep 27  2023 /bin/ffmpeg
> -rwxr-xr-x 1 root root 271376 Sep 27  2023 /usr/bin/ffmpeg

I bet those two are identical, and they are the one you are using so
far - version 4.1.9.

> /volume1/@appstore/MediaServer/bin/ffmpeg
> /volume1/@appstore/AudioStation/bin/ffmpeg
> /volume1/@appstore/ActiveBackup/bin/ffmpeg
> /volume1/@appstore/ffmpeg7/bin/ffmpeg
> /usr/bin/ffmpeg

Look, there are four versions from some apps in the app store. One of
them identifies itself as "7", so presumably version 7.

Try
$ /volume1/@appstore/ffmpeg7/bin/ffmpeg -h

and try using this binary for your conversions.

Cheers,
Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to