On Mon, Sep 01, 2014 at 05:03:02PM +0900, Kimio Miyamura wrote: > > > 2014/09/01 4:26PM Clément Bœsch <[email protected]> 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 retry that latest command > >>> with --pkg-config-flags=--static? > >> > >> Trying to git cloning ffmpeg, I get the following error: > >> > >> $ git clone git://source.ffmpeg.org/ffmpeg.git > >> Cloning into 'ffmpeg'... > >> fatal: read error: Connection reset by peer > >> > > > > Videolan just fixed the issue right now, can you retry? > > I have successfully build ffmpeg with latest git ffmpeg. Thank you very > much!! > > BTW, Can you explain me how to use libmodplug? I'm just a compile maniac, so > I don't know how to use it. I'm very appreciated if you provide me sample > like: > > ffmpeg -i test.wav -c:a libmodplug test.mod??? >
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 -- Clément B.
pgpTK9SqjefZ4.pgp
Description: PGP signature
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
