Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > On Sat, Jul 25, 2015 at 13:40:21 +0200, James Darnley wrote: > > On 2015-07-25 13:33, Kimio Miyamura wrote: > > > Now I'm curious about why -metadata artist="Jody Marie > > > Gnant" does not affected to the output... > > > > > > Does anyone know why? > > > >

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
Hello Moritz-san, > 2015/07/25 8:43 P.M. Moritz Barsnick gmx.net> wrote: > > On Sat, Jul 25, 2015 at 13:40:21 +0200, James Darnley wrote: >> On 2015-07-25 13:33, Kimio Miyamura wrote: >>> Now I'm curious about why -metadata artist="Jody Marie Gnant" does not >>> affected to the output... >>>

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
Hello James-san, > 2015/07/25 8:40 P.M. James Darnley gmail.com> wrote: > > On 2015-07-25 13:33, Kimio Miyamura wrote: >> Now I'm curious about why -metadata artist="Jody Marie Gnant" does not >> affected to the output... >> >> Does anyone know why? > > Because nobody has written that featur

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Carl Eugen Hoyos
andrew gmail.com> writes: > The most recent git FFmpeg does not add meta tags to > mp2 files when using the native encoder. Yes, you can use "-f mp3" to get the tags for the output file. I suspect such files will not conform to some specification. Carl Eugen _

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Moritz Barsnick
On Sat, Jul 25, 2015 at 13:40:21 +0200, James Darnley wrote: > On 2015-07-25 13:33, Kimio Miyamura wrote: > > Now I'm curious about why -metadata artist="Jody Marie Gnant" does not > > affected to the output... > > > > Does anyone know why? > > Because nobody has written that feature yet. https

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread James Darnley
On 2015-07-25 13:33, Kimio Miyamura wrote: > Now I'm curious about why -metadata artist="Jody Marie Gnant" does not > affected to the output... > > Does anyone know why? Because nobody has written that feature yet. signature.asc Description: OpenPGP digital signature _

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
Hello Nicolas-san, > 2015/07/25 6:44 P.M. Nicolas George nsup.org> wrote: > > Le septidi 7 thermidor, an CCXXIII, Kimio Miyamura a écrit : Try put -metadata option just after -i option. >> I have believed Stackoverflow's post. >> >> http://stackoverflow.com/questions/11183093/video-metad

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Nicolas George
Le septidi 7 thermidor, an CCXXIII, Kimio Miyamura a écrit : > >> Try put -metadata option just after -i option. > I have believed Stackoverflow's post. > > http://stackoverflow.com/questions/11183093/video-metadata-edit-with-ffmpeg The stackoverflow post is correct: the -metadata option should b

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
> 2015/07/25 5:51 P.M. Moritz Barsnick gmx.net> wrote: > > On Sat, Jul 25, 2015 at 17:46:01 +0900, Kimio Miyamura wrote: >> Try put -metadata option just after -i option. >> $ ffmpeg -i luckynight.wav -metadata artist="Jody Marie Gnant" -c:a mp2 -b:a >> 320k test.mp2 > > Miya, the order of out

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Moritz Barsnick
On Sat, Jul 25, 2015 at 17:46:01 +0900, Kimio Miyamura wrote: > Try put -metadata option just after -i option. > $ ffmpeg -i luckynight.wav -metadata artist="Jody Marie Gnant" -c:a mp2 -b:a > 320k test.mp2 Miya, the order of output options does not matter, if they are all place between the input

Re: [FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread Kimio Miyamura
> 2015/07/25 5:19 P.M. andrew gmail.com> wrote: > > andrew@ilium~/media/luckynight/test$ ffmpeg -i luckynight.wav -c:a mp2 -b:a > 320k -metadata artist="Jody Marie Gnant" test.mp2 Try put -metadata option just after -i option. $ ffmpeg -i luckynight.wav -metadata artist="Jody Marie Gnant" -c

[FFmpeg-user] FFmpeg does not add meta tags to mp2 files

2015-07-25 Thread andrew
The most recent git FFmpeg does not add meta tags to mp2 files when using the native encoder. An example here: +- andrew@ilium~/media/luckynight/test$ ffmpeg -i luckynight.wav -c:a mp2 -b:a 320k -metadata artist="Jody Marie Gnant" test.mp2 ffmpeg version N-73994-g1909a91 C