[PATCH] Output AAC as M4A for iTunes with metadata tags

dinkypumpkin dinkypumpkin at gmail.com
Sun Mar 27 19:27:38 EDT 2011


On 27 Mar 2011, at 23:12, richard wrote:

> dinkypumpkin wrote:
> 
>> 
>> FWIW, you can go to the git repo where you cloned ffmpeg and run:
>> 
>> git describe --tags --match N
>> 
>> which gives something like:  N-28671-g3ea031b
> 
> The address of the repository is:-
> 
> git://git.videolan.org/ffmpeg.git
> 
> and http://git.videolan.org/
> 
> What is the command for 'go to the git repo' from Terminal?

If you cloned the ffmpeg git repo like this:

# git clone git://git.videolan.org/ffmpeg.git ~/ffmpeg

then just change directory to wherever you cloned (~/ffmpeg in example)

# cd ~/ffmpeg

then

# git describe --tags --match N

That is the command that should be executed during the build of the videolan ffmpeg in order to generate the version stamp (instead of UNKNOWN), but apparently it's not executing on your machine.


More information about the get_iplayer mailing list