Skip to content
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

Support .mp4 and .jpeg output #51

Closed
tcr3dr opened this issue Aug 31, 2015 · 3 comments
Closed

Support .mp4 and .jpeg output #51

tcr3dr opened this issue Aug 31, 2015 · 3 comments
Assignees
Labels

Comments

@tcr3dr
Copy link
Contributor

tcr3dr commented Aug 31, 2015

This will be needed by downstream.

@tcr3dr tcr3dr added mvp and removed mvp labels Aug 31, 2015
@tcr3dr
Copy link
Contributor Author

tcr3dr commented Sep 2, 2015

Run this first:

smart install gst-plugins-bad-videoparsersbad gst-plugins-good-isomp4

Then try:

gst-launch -e tvsrc device=/dev/video0 ! vpuenc codec=6 bitrate=5000000 ! h264parse ! mp4mux ! filesink location=video.mp4

@tcr3dr
Copy link
Contributor Author

tcr3dr commented Sep 8, 2015

To capture a JPEG still, first:

smart install gst-plugins-good-jpeg

Try this:

gst-launch tvsrc device=/dev/video0 num-buffers=1 ! mfw_ipucsc ! jpegenc ! filesink location=test.jpg

@tcr3dr tcr3dr self-assigned this Sep 9, 2015
@tcr3dr tcr3dr changed the title Compile x264 Support .mp4 and .jpeg output Sep 14, 2015
@tcr3dr tcr3dr added question and removed packages labels Sep 14, 2015
@tcr3dr
Copy link
Contributor Author

tcr3dr commented Sep 25, 2015

It's not the best overview, but the content now lives in http://dev.3dr.com/concept-video.html#using-solo-s-video-programmatically

@tcr3dr tcr3dr closed this as completed Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant