[FFmpeg-user] HAP encoding?

Jesper Taxbøl jesper at taxboel.dk
Tue Jun 30 14:21:41 CEST 2015


2015-06-29 23:50 GMT+02:00 Carl Eugen Hoyos <cehoyos at ag.or.at>:

> On Monday 29 June 2015 04:40:15 pm Jesper Taxbøl wrote:
> > It seems to be in git in a very recent commit. (7days ago)
>
> Nothing else is supported on this mailing list.
>
> > I have downloaded the source and can see hap when i run
> >
> > ./configure --list-encoders
>
> > I also tried building it but I havent figured out how to
> > specify that it should use the hap codec to encode.
> >
> > How would I trigger its use?
>
> You first have to install a library called "snappy" (I
> have never heard of it, sorry), then run configure with
> "--enable-libsnappy".
> You should be able to use -vcodec hap then.
>
> Please avoid top-posting here, Carl Eugen
>
_______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>

That did the trick!

I can now encode with

ffmpeg -i test.mp4 -vcodec hap -format hap_q out.mov

It seems to require a mov extension, but im happy :)

Thanx


More information about the ffmpeg-user mailing list