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

2011-03-27 Thread richard
Neither Shevek's patch to output as m4a (or Nick Ludlam's) play on my hifi CD player (Marantz CD6003) via the USB port. It gives a header error. But I found a workaround using EasyTag 2.1.5. bat guano referred to it earlier here:

Re: [PATCH] Output AAC as M4A for iTunes with metadata tags (Shevek)

2011-03-27 Thread Shevek
I'll see if I can update my patch to remove that tag... Sent from my iPhone On 27 Mar 2011, at 14:11, richard rich...@richsim900.plus.com wrote: Neither Shevek's patch to output as m4a (or Nick Ludlam's) play on my hifi CD player (Marantz CD6003) via the USB port. It gives a header error.

RE: [PATCH] Output AAC as M4A for iTunes with metadata tags (Shevek)

2011-03-27 Thread bat guano
From: she...@o2.co.uk Subject: Re: [PATCH] Output AAC as M4A for iTunes with metadata tags (Shevek) Date: Sun, 27 Mar 2011 14:16:35 +0100 To: rich...@richsim900.plus.com CC: get_iplayer@lists.infradead.org I'll see if I can update my patch to

Re: [PATCH] Output AAC as M4A for iTunes with metadata tags (Shevek)

2011-03-27 Thread James Cook
On Sun, 27 Mar 2011 14:05:17 +, you wrote: In my opinion, ffmpeg handles aac/m4a files in a way that isn't friendly with some players. It's not just the BBC files either. When I convert other files to m4a using ffmpeg like this:- ffmpeg -i foo -acodec libfaac foo.m4a they won't play in the

RE: [PATCH] Output AAC as M4A for iTunes with metadata tags (Shevek)

2011-03-27 Thread bat guano
Which version of ffmpeg are you using? I'm using this version with Ubuntu Karmic:- FFmpeg version git-N-28651-gf55dd6c, Copyright (c) 2000-2011 the FFmpeg developers   built on Mar 26 2011 11:51:58 with gcc 4.4.1   configuration: --enable-gpl

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

2011-03-27 Thread richard
Shevek wrote: Which version of ffmpeg are you using? I'm using the same version as bat guano on Ubuntu Hardy 8.04:- FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers built on Mar 17 2011 21:35:57 with gcc 4.2.4 (Ubuntu 4.2.4-1ubuntu4) configuration: --enable-gpl

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

2011-03-27 Thread dinkypumpkin
On 27 Mar 2011, at 17:48, richard wrote: Shevek wrote: Which version of ffmpeg are you using? I'm using the same version as bat guano on Ubuntu Hardy 8.04:- FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers built on Mar 17 2011 21:35:57 with gcc 4.2.4 (Ubuntu

No video on Apple TV 2 from Get_Iplayer

2011-03-27 Thread Richard Jones
I am really struggling to get this working Up until the latest ATV 2 update my videos played fine (HD), but now I only get audio and no video. I have tried altering some of the FFMPEG setting in get_iplayer but it then fails to encode. I basically only change -vcodec from copy to libx264

No Video on Apple TV 2 Using Get iPlayer

2011-03-27 Thread Richard Jones
I am really struggling to get this working Up until the latest ATV 2 update my videos played fine (HD), but now I only get audio and no video. I have tried altering some of the FFMPEG setting in get_iplayer but it then fails to encode. I basically only change -vcodec from copy to libx264

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

2011-03-27 Thread richard
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

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

2011-03-27 Thread dinkypumpkin
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