Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: PhilB on September 07, 2019, 05:49:47 PM

Title: Which version is it ?
Post by: PhilB on September 07, 2019, 05:49:47 PM
Hello,
I compiled Avidemux using the gitclone source. In the "about" windows here is what I read : "Avidemux 2.7.3 (190904_237f5da0ad9-fflibs 4.1.3).
On the other hand, I also use the Appimage. in the "about" windows it says : "Avidemux 2.7.4 - Release".
I thought the gitclone was always the newest version.
Can you tell me which one I shoud use ?
Thank you.
Title: Re: Which version is it ?
Post by: eumagga0x2a on September 07, 2019, 06:05:28 PM
Can it be that your git clone follows the old ffmpeg4 branch which was merged back into master long time ago? You need just to run

git checkout master
git submodule update --init --recursive


once. When updating the repo later, you will need to execute

git pull --recurse

due to translations being now a submodule, hosted in a different repository.
Title: Re: Which version is it ?
Post by: PhilB on September 07, 2019, 07:24:21 PM
I typed the 2 lines after git cloning.
Now the "About" windows shows : "Avidemux 2.7.4 (190907_09d1c9e48ec-fflibs 4.1.4).
Thank you very much for your help.