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&

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 an

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. >> >> ht

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 >&g

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

Re: [FFmpeg-user] ffmpeg blue ray iso

2015-06-18 Thread Kimio Miyamura
> 2015/06/18 19:08, Bouke (VideoToolShed) videotoolshed.com> wrote: > > - Original Message - From: "Moritz Barsnick" gmx.net> > To: "FFmpeg user discussions" > Sent: Wednesday, June 17, 2015 11:53 PM > Subject: Re: [FFmpeg-user] ffmpeg blue ray iso > > >> On Wed, Jun 17, 2015 at 17:3

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kimio Miyamura
> 2015/06/02 22:46, Kevin Wells wrote: > >>> 2015/06/02 21:02, Kevin Wells wrote: >>> I am using this option but when opening the output file up in Quicktime 10 (Yosemite), the file shows the format as Lavc56.39.101 prores_ks instead of Apple Prores 422 HQ. Is there anywa

Re: [FFmpeg-user] Private Options for prores-ks

2015-06-02 Thread Kimio Miyamura
> 2015/06/02 21:02, Kevin Wells wrote: > >> I am using this option but when opening the output file up in Quicktime 10 >> (Yosemite), the file shows the format as Lavc56.39.101 prores_ks instead of >> Apple Prores 422 HQ. >> Is there anyway to change this so in Quicktime 10 (Yosemite), it disp

Re: [FFmpeg-user] Building FFMPEG and enabling x265

2015-04-15 Thread Kimio Miyamura
> 2015/04/15 22:49、Werner Robitza gmail.com> wrote: > > On Wed, Apr 15, 2015 at 2:17 PM, Clément Bœsch pkh.me> wrote: >> On Tue, Apr 14, 2015 at 03:41:49PM +0200, Alexander Martin Dethof wrote: >> Do that for x265 (or find the equivalent) and use make install (no root >> needed, you have write

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 23:53, Carl Eugen Hoyos ag.or.at> wrote: > Carl Eugen Hoyos ag.or.at> writes: > >> Why did you have to disable the following options? >> --disable-indev=qtkit >> --disable-indev=x11grab_xcb >> --disable-outdev=sdl > > Allow me to clarify: > There is nothing wrong with these options

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 22:01, Kimio Miyamura wrote: > If I add scale filter after crop filter i.e. -vf "crop=650:480:103:0, > scale=856:480", I get 4:3 aspect ratio video. It's not correct. Not 4:3 video. Just same as black band removed video... B

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 21:50, Carl Eugen Hoyos ag.or.at> wrote: > Kimio Miyamura apost.plala.or.jp> writes: > >> configuration: > > Some comments regarding your configuration: > > The following are the default (and have no effect), > you can remove them: >

Re: [FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
2015/02/09 21:42, Carl Eugen Hoyos ag.or.at> wrote: > Kimio Miyamura apost.plala.or.jp> writes: > >> I have some wrong aspect rationed video which size is >> 856x480 pixel and 103 pixel black band on both side. >> >> I thought they can be corrected with -

[FFmpeg-user] Wrong aspect ratio correction

2015-02-09 Thread Kimio Miyamura
Hello list members, I have some wrong aspect rationed video which size is 856x480 pixel and 103 pixel black band on both side. I thought they can be corrected with -filter:v crop like the following: $ ffplay -i v01.wmv -vf "crop=856:480:103:0" ffplay version N-69655-g1df841f Copyright (c) 2003

Re: [FFmpeg-user] make error with openh264 enabling

2015-02-08 Thread Kimio Miyamura
2015/02/08 21:24, Carl Eugen Hoyos ag.or.at> wrote: > Kimio Miyamura apost.plala.or.jp> writes: > >> libavcodec/libopenh264enc.c:106:11: error: no member named >> 'bEnableSpsPpsIdAddition' in 'struct TagEncParamExt' >>param.bEnabl

[FFmpeg-user] make error with openh264 enabling

2015-02-08 Thread Kimio Miyamura
Hello list members, I'm trying to update my ffmpeg compile guide for Mac OS X and I'm trying to enable OpenH264 on that guide. Configuring passes without any problem but while making, I get an error like the following: libavcodec/libopenh264enc.c:106:11: error: no member named 'bEnabl

Re: [FFmpeg-user] ffmpeg SRT FONT SIZE

2014-11-26 Thread Kimio Miyamura
2014/11/26 6:26, ffmpeg.org> ffmpeg.org> > i need your help for ffmpeg: i want to add srt in video but i want chose the > font dejevu.tiff and size so how i add parameter ffmpeg? > "ffmpeg -i video.avi -vf subtitles=subtitle.srt out.avi" I don't think ffmpeg have parameter for srt or ass sty

[FFmpeg-user] Question about ffplay build on Mac OS X

2014-11-21 Thread Kimio Miyamura
Hello list members, I know that SDL can be build without X11 on Mac OS X. Without X11, ffplay works fine on Mac OS X. My question is that ffplay should be build with X11 or should be build without X11 on Mac OS X. Is there any recommendation? Thanks for help!! // Miya ___

Re: [FFmpeg-user] ffplay does not seems to downmix 5.1ch audio to Stereo with "-ac 2"

2014-11-19 Thread Kimio Miyamura
2014/11/19 21:46, Carl Eugen Hoyos ag.or.at> wrote: > Kimio Miyamura apost.plala.or.jp> writes: > >> If I use "-ac 2" with ffplay like the following, >> seems to right side channel sound have lost. > > Do you see anything suspicious if you press &qu

[FFmpeg-user] ffplay does not seems to downmix 5.1ch audio to Stereo with "-ac 2"

2014-11-19 Thread Kimio Miyamura
Hello list members, I'm trying to playback a mp4 video which contains 5.1ch audio with ffplay. The mp4 file was made from DVD stream dump with mplayer, like the following ffmpeg command. $ ffmpeg -i /Volumes/USB\ HD\ 1/stream.dump \ > -map 0:0 -c:v libx264 -preset slow -level 4.1 -profile:v

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
2014/11/19 0:03, Moritz Barsnick gmx.net> wrote: > On Tue, Nov 18, 2014 at 23:34:27 +0900, Kimio Miyamura wrote: >>> Please consider sending a patch. >> Patch for documentation? Just replace ":" with "|"? > > That's basically it. See attach

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
2014/11/18 20:39, Carl Eugen Hoyos ag.or.at> wrote: >> I think online documentation should be fixed. > > Please consider sending a patch. Patch for documentation? Just replace ":" with "|"? If I can write documentation, based on Moritz's comment, there seems to be backward compatibility ri

Re: [FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
2014/11/18 18:32, Carl Eugen Hoyos ag.or.at> wrote: > Kimio Miyamura apost.plala.or.jp> writes: > >> What this waring mean and how should it be? > > Use "|" instead of ":" to silence the warning. Thanks Carl. I have changed the command and i

[FFmpeg-user] Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items

2014-11-18 Thread Kimio Miyamura
Hi list members! I'm trying basic Movie playback with ffplay. When I execute the following command, I got the warning "Parsed_pan_0 This syntax is deprecated. Use '|' to separate the list items". What this waring mean and how should it be? I have searched ffmpeg documentation on the net but I

Re: [FFmpeg-user] Can I change overlay color of subtitle?

2014-10-12 Thread Kimio Miyamura
2014/10/13 2:05、Nicolas George wrote: > Le primidi 21 vendémiaire, an CCXXIII, Kimio Miyamura a écrit : >> I know that vobsub subtitles are bitmaps. But in a original DVD, the >> subtitle are white bordered in black. I don't know how ffmpeg process >> those su

Re: [FFmpeg-user] Can I change overlay color of subtitle?

2014-10-12 Thread Kimio Miyamura
2014/10/12 23:03、Nicholas Robbins wrote: >> On Sunday, October 12, 2014 9:47 AM, James Darnley >> wrote: > >>> On 2014-10-12 14:17, Kimio Miyamura wrote: >> >>> The command line works fine and I can get a mp4 movie with subtitle. But I >>>

Re: [FFmpeg-user] Can I change overlay color of subtitle?

2014-10-12 Thread Kimio Miyamura
2014/10/12 22:47、James Darnley wrote: > On 2014-10-12 14:17, Kimio Miyamura wrote: >> The command line works fine and I can get a mp4 movie with subtitle. But I >> got yellow colored subtitle. I'd like to change subtitle color into yellow >> to white if I can.

[FFmpeg-user] Can I change overlay color of subtitle?

2014-10-12 Thread Kimio Miyamura
Hello, I am trying to hardcode dvd subtitle into video referring the link below https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo The command line I tried is the following. $ ffmpeg -analyzeduration 60M -probesize 60M \ -i /Volumes/DVD_VIDEO/VIDEO_TS/VTS_01_1.VOB \ -filter_complex "[0

Re: [FFmpeg-user] make error with libilbc enabling

2014-10-03 Thread Kimio Miyamura
2014/10/03 16:51、Kimio Miyamura のメール: > Hi, > > I get the following error while making ffmpeg with libilbc enabling: SNIP > My configure option is: > $ ./configure --prefix=/Volumes/ffmpeg_compile" --pkg-config-flags=--static > --enable-libilbc > > NOTE: >

[FFmpeg-user] make error with libilbc enabling

2014-10-03 Thread Kimio Miyamura
Hi, I get the following error while making ffmpeg with libilbc enabling: Undefined symbols for architecture x86_64: "_WebRtcSpl_CrossCorrelation", referenced from: _WebRtcIlbcfix_CbSearch in libilbc.a(cb_search.o) _WebRtcIlbcfix_EnhancerInterface in libilbc.a(enhancer_interface.o)

[FFmpeg-user] make error with libilbc enabling

2014-10-03 Thread Kimio Miyamura
Hi, I get the following error while making ffmpeg with libilbc enabling: Undefined symbols for architecture x86_64: "_WebRtcSpl_CrossCorrelation", referenced from: _WebRtcIlbcfix_CbSearch in libilbc.a(cb_search.o) _WebRtcIlbcfix_EnhancerInterface in libilbc.a(enhancer_interface.o)

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-11 Thread Kimio Miyamura
> 2014/09/11 4:07PM Clément Bœsch wrote: > > On Thu, Sep 11, 2014 at 12:23:35PM +0900, Kimio Miyamura wrote: >> >>> 2014/09/01 4:05PM Clément Bœsch wrote: >>> >>> On Mon, Sep 01, 2014 at 03:39:08PM +0900, Kimio Miyamura wrote: >>>>

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-11 Thread Kimio Miyamura
> 2014/09/11 6:19PM Kimio Miyamura wrote: Sorry I reposted same message to the list... // Miya ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-11 Thread Kimio Miyamura
> 2014/09/01 4:05PM Clément Bœsch mailto:u...@pkh.me>> wrote: > > On Mon, Sep 01, 2014 at 03:39:08PM +0900, Kimio Miyamura wrote: >> >>> On 2014/09/01, at 2:11PM, Clément Bœsch mailto:u...@pkh.me>> >>> wrote: >>> >>>&

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-10 Thread Kimio Miyamura
> 2014/09/01 4:05PM Clément Bœsch wrote: > > On Mon, Sep 01, 2014 at 03:39:08PM +0900, Kimio Miyamura wrote: >> >>> On 2014/09/01, at 2:11PM, Clément Bœsch wrote: >>> >>>> On Mon, Sep 01, 2014 at 10:02:58AM +0900, Kimio Miyamura wrote: >>

Re: [FFmpeg-user] ffmpeg configuration issue on Mac OSX

2014-09-06 Thread Kimio Miyamura
> 2014/09/05 11:54PM Shiva Krishna Kanike aetherpal.com> > Wrote: > > When I run below command on my Mac's Terminal, it always throws error. I > tired lot of ways to fix it, but I failed each time. > > "./configure --prefix=/usr/local --enable-gpl --enable-nonfree > --enable-libass --enable-

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-01 Thread Kimio Miyamura
> 2014/09/01 5:06PM Clément Bœsch pkh.me> wrote: >> The creation of mod files is a complex process and can hardly be made >> automatically, so only a demuxer is available, so you might want to try >> ffmpeg -i test.mod test.wav, or simply ffplay test.mod > > You can find some @ http://www.keyg

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-01 Thread Kimio Miyamura
> 2014/09/01 4:26PM Clément Bœsch wrote: > > On Mon, Sep 01, 2014 at 04:15:06PM +0900, Kimio Miyamura wrote: > [...] >>> Right, that's because libmodplug wasn't detected through pkg-config, which >>> I just fixed in git/master. Can you git pull and

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-01 Thread Kimio Miyamura
> 2014/09/01 4:05PM Clément Bœsch wrote: > > On Mon, Sep 01, 2014 at 03:39:08PM +0900, Kimio Miyamura wrote: >> >>> On 2014/09/01, at 2:11PM, Clément Bœsch wrote: >>> >>>> On Mon, Sep 01, 2014 at 10:02:58AM +0900, Kimio Miyamura wrote: >>

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-08-31 Thread Kimio Miyamura
> On 2014/09/01, at 2:11PM, Clément Bœsch wrote: > >> On Mon, Sep 01, 2014 at 10:02:58AM +0900, Kimio Miyamura wrote: >> >> I searched web and found that modification of ffmpeg configure script is >> required: >> -enabled libmodplug&&

[FFmpeg-user] configure error with enabling libmodplug

2014-08-31 Thread Kimio Miyamura
Hi, I'm trying to build ffmpeg with libmodplug codec. When I run "./configure --enable-libmodplug", it always ends with error libmodplug not found. $ ./configure --enable-libmodplug Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c

Re: [FFmpeg-user] Problem building with libx265

2014-08-31 Thread Kimio Miyamura
> 2014/08/30 2:29 p.m. Andrew Sinclair gmail.com> wrote: > > Name: x265 > Description: H.265/HEVC video encoder > Version: 0.8 > Libs: -L${libdir} -lx265 -lstdc++ -lm -lrt > Libs.private: -lc++ > -l/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/

Re: [FFmpeg-user] Enabling libx265

2014-07-22 Thread Kimio Miyamura
2014/07/23 3:22、Kimio Miyamura apost.plala.or.jp> wrote: > > 2014/07/21 22:32、David Favor davidfavor.com> wrote: > >> Kimio Miyamura wrote: >>> 2014/07/20 1:26、David Favor davidfavor.com> wrote: >>>> Or if you'd like to build shared,

Re: [FFmpeg-user] Enabling libx265

2014-07-22 Thread Kimio Miyamura
2014/07/21 22:32、David Favor davidfavor.com> wrote: > Kimio Miyamura wrote: >> 2014/07/20 1:26、David Favor davidfavor.com> wrote: >>> Or if you'd like to build shared, here's the correct incantation... >>> >>> cmake -DCMAKE_INSTAL

Re: [FFmpeg-user] Enabling libx265

2014-07-20 Thread Kimio Miyamura
2014/07/20 1:26、David Favor davidfavor.com> wrote: > Or if you'd like to build shared, here's the correct incantation... > > cmake -DCMAKE_INSTALL_PREFIX:PATH=$prefix ../../source > > You know everything is correct, when the output of otool shows > absolute paths for all objects. To execute

Re: [FFmpeg-user] mp3 duration is not correct

2014-07-17 Thread Kimio Miyamura
2014/07/17 19:28、Abu Abdullah gmail.com> Wrote: > On Thu, Jul 17, 2014 at 1:21 PM, Carl Eugen Hoyos ag.or.at> > wrote: >> Abu Abdullah gmail.com> writes: >> >>> i have this file which is giving wrong duration (6 >>> sec where it is 54 sec): >>> http://www.maknoon.com/download/audios/quran/al