[FFmpeg-user] Transcode wmv->mp4 fails with latest version

Jon Drukman jsd at cluttered.com
Thu Apr 5 22:24:27 CEST 2012


On Thu, Apr 5, 2012 at 10:29 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Jon Drukman <jsd <at> cluttered.com> writes:
>
> > > I suspect this is ticket #1167, consider adding yourself to CC:
> > > https://ffmpeg.org/trac/ffmpeg/ticket/1167
> > >
> > > Minimal command line is:
> > > ffmpeg -i paristest.wmv -vn out.avi
> >
> > Thanks for the pointer.  Do you happen to know what revision
> > introduced the regression?
>
> The commit message of the relevant change is
> "update to AVCodec.encode2()"
>

OK, so I found the previous revision, which
is c9594fe0fb6dd123fa25cb27fe5bc976ff3a9051

I'm not a git expert though (barely a novice).  I did the following:

git clone git://source.ffmpeg.org/ffmpeg.git

$ git checkout -b newBranch c9594fe0fb6dd123fa25cb27fe5bc976ff3a9051
Switched to a new branch 'newBranch'

configure; make

I don't have an ffmpeg binary.  There are no errors in the Make.


More information about the ffmpeg-user mailing list