Skip to main content

Questions tagged [mjpeg]

The tag has no usage guidance.

0 votes
0 answers
33 views

Green screen on RTSP stream from USB camera using mediamtx (ffmpeg)

I need to cast a stream from a USB camera via RTSP as stable as possible (at any moment i need to be able to get a static picture on a remote host, reflecting the real state of affairs in front of the ...
Pavel's user avatar
  • 1
1 vote
0 answers
4k views

Using FFPMEG, create a MJPEG stream from a file to simulate a webcam

I'd like to use ffmpeg to simulate a network webcam. These usually give out an MJPEG feed that plays in a browser. I want to create a stream like this locally as a test case for a software I plan to ...
576i's user avatar
  • 443
2 votes
1 answer
242 views

ffmpeg mjpeg pixel_format does not work with avfoundation

I'm capturing a video using a webcam that supports streaming its output as mjpeg. So far I've been doing it successfully on linux as follows: ffmpeg -pixel_format mjpeg -i /dev/video4 ... However, I'...
Vova Anisimov's user avatar
1 vote
1 answer
2k views

MJPEG stream from webcam not working

I have 5 HD Webcams (Creative Live Cam Sync 1080p) and want to stream the pictures with https://github.com/jacksonliam/mjpg-streamer on Debian Buster 4.19.0-11-amd64. All of them support MJPG, as you ...
ComanderKai77's user avatar
1 vote
1 answer
3k views

Pipe ffmpeg h.264 output to VLC to serve MJPEG stream

Issue I want to stream raw RGB24 frames to ffmpeg stdin, and pipe h.264 from ffmpeg into VLC, which then serves an HTTP MJPEG stream on some arbitrary port. I can get results with either program ...
McGuireV10's user avatar
1 vote
1 answer
537 views

Text highlight in image

I have articles of newspaper in png format, want to highlight these images similar to pdf text, is there any possible tool or method to do it? I have syncronized this images in my desktop to cloud ...
kvk30's user avatar
  • 119
0 votes
0 answers
9k views

Ffmpeg - How to force MJPEG output of whole frames?

I'm working with ffmpeg to process an incoming MPEGTS stream from remote cameras, and deliver it to multiple clients using my app. Technically, I'm using ffmpeg to convert the incoming stream to an ...
Maor Barazani's user avatar
0 votes
0 answers
427 views

Problems using ffmpeg to make thumbnails

I have a tube script that I used for years to upload video to my website which worked until I moved to another server with newer updated program features. I've had a few issues with it that I have ...
budgierless's user avatar
1 vote
1 answer
1k views

Is it possible to rescale and/or adjust the colorspace of an IP cam stream to improve MJPEG picture quality?

Using an IP cam, grabbing the h264 stream the picture looks fine. Want to use the MJPEG stream, but the image is washed out, lack of contrast, blacks show as dark gray and whites show as light gray. ...
MAXdB's user avatar
  • 31
0 votes
1 answer
2k views

Firefox 57 not supporting MJPEG

I'm using MJPEG to easily stream data from my dev mobile phone to my browser. The app I'm using is ScreenStream Using Firefox 57 I get an error that MJPEG is not supported by the browser. Opening the ...
jlanza's user avatar
  • 260
1 vote
0 answers
3k views

Can't we do MJPEG decoding on a NVIDIA GPU with FFMPEG?

I was inspired by this post to experiment with MJPEG decoding on a Tesla K20c. I typed the following command on the command prompt: ffmpeg -hwaccel -r 10 -i 14_258.mjpeg -vcodec opencl helicopter.avi ...
a_sid's user avatar
  • 189
1 vote
0 answers
187 views

How can I determine which FFmpeg file is being used

I want to study the code for the MJPEG decoder. I am trying to do that by using running commands for the decoder and then trying to identify which file performing the task of decoding. I ran the ...
a_sid's user avatar
  • 189
2 votes
0 answers
2k views

ffmpeg: convert mjpeg fifo into mp4 stream - on the fly- to render in chromium

I have a mjpeg stream in a fifo (comes from gphoto2 --capture-movie) and I want to play that stream in chromium. To capture the mjpeg stream I use: gphoto2 --capture-movie --stdout> fifo.mjpg ...
pixelbash's user avatar
2 votes
1 answer
4k views

ffserver ffmpeg stream mjpeg from webcam Logitech C930e to mjpeg format without re transcoding

I have premium webcam from Logitech (C930e) and this camera support mjpeg built in processing directly in the camera it self. My purpose is to get that stream with ffmpeg and pipe it to ffserver so ...
Asampaiz's user avatar
10 votes
1 answer
14k views

What is the best way to losslessly compress MJPEG to MP4?

I have a few digital camera movies recorded in MJPEG that are taking a few GB of storage space. I would like to better compress them, but losing as little detail as possible, or none. Since MJPEG ...
lpacheco's user avatar
  • 687

15 30 50 per page