[FFmpeg-user] convert mkv to mp4
Moritz Barsnick
barsnick at gmx.net
Sun Feb 2 22:53:07 EET 2025
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 at Mynas:~$ which -a ffmpeg
> /bin/ffmpeg
> /usr/bin/ffmpeg
> ----------------------------------------------------------
> Myuser at 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
More information about the ffmpeg-user
mailing list