-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install from scratch on Pi instructions? #17
Comments
How to you deal with headers? I get
I can write instruction if I can build it.. |
@kevinlieb Where did you get "libavcodec/avcodec.h" from?
|
libavcodec-dev or something like that I would assume |
@timstanley1985 oh, thank you! I use |
It will transcode from MPEG 2 and VC-1 if you have the correct licence keys, which you can buy (cheaply) from the Foundation. Otherwise you're limited to whatever the Pi's hardware will do without the licences (which I think is just H.264 and related codecs). |
@dickontoo hmmm, well, I just want to have analog of command:
running of
works strange, because I get very short video ( is it possible? Or, it is not use-case for omxtx? |
I'm not sure what you're trying to do there -- raspivid records to H.264 already. omxtx is really for converting pre-recorded data in a suitable container into H.264 from some other codec. You could try repacking the raw file with something like:
before transcoding it, but I'm not sure what that will buy you. Better to set the bitrate in raspivid first (I assume that's possible; I haven't looked at it in years). |
Can we get instructions how to install on the Pi from scratch?
I get errors in make about:
/usr/bin/ld: cannot find -lavformat
/usr/bin/ld: cannot find -lavcodec
/usr/bin/ld: cannot find -lavutil
I downloaded ffmpeg from dickontoo's area but not sure what to do with it.
modified CFLAGS to include:
-I/home/pi/ffmpeg
Thanks!
The text was updated successfully, but these errors were encountered: