[FFmpeg-user] configure error with enabling libmodplug

Clément Bœsch u at pkh.me
Mon Sep 1 10:06:04 CEST 2014


On Mon, Sep 01, 2014 at 05:03:02PM +0900, Kimio Miyamura wrote:
> 
> > 2014/09/01 4:26PM Clément Bœsch <u at pkh.me> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140901/83259fff/attachment.asc>


More information about the ffmpeg-user mailing list