The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
413 views

How can I stream in webm format using gstreamer?

I have a security camera and I want to stream using something different than mjpeg. So far, I am able to stream and play in firefox/chromium using theora. These are pipelines: gst-launch-0.10 v4l2src ...
3
votes
2answers
1k views

How to re-encode a DVD into a single file?

A DVD file layout has a directory named "VIDEO_TS" which contains a variety of files. These files can include multiple video and audio channels, subtitles, and menu structure (UI). Is there a format ...