AndyA / psips

Replicate SPS/PPS in h264 bit streams
170 stars 29 forks source link

Unknown encoder 'libfaac' #1

Closed rickmills closed 7 years ago

rickmills commented 11 years ago

Hi,

Just having a play around with my new Pi Cam and am trying to get your psips script working however am getting Unknown encoder 'libfaac'

I have tried fixing this myself, and even trying alternate codecs but with the same result. Any idea how to correct this? I'm not even bothered about having audio as an option but if I remove the lines referencing audio it breaks the script.

Any info/advice would be greatly appreciated :)

guatedude2 commented 7 years ago

From the raspberry pi docs: https://www.raspberrypi.org/forums/viewtopic.php?t=45681

- Change base=… on line 2 to some directory shared by your http server.
- Change "-c:a libfaac -b:a 128k \" to "-c:a aac -b:a 128k \"
- Change ""live/%08d.ts" < /dev/null" to "-strict 2 "live/%08d.ts" < /dev/null"