Search found 4 matches

by tony77_77
Wed Jul 21, 2004 10:50 am
Forum: Non-ZoneMinder Chat
Topic: ffmpeg able to decode jpeg stream??
Replies: 2
Views: 6323

Hi peter, I just read your post...I'm trying with vlc but cant actually get it to work. I'm currently sending all the jpeg to a FIFO and trying to have vlc reading the fifo...but it doesnt work.. Do you have any ideas? I thank you in advance for your reply :-) have a nice day tony ps: if you dont ...
by tony77_77
Wed Jul 14, 2004 9:37 am
Forum: Non-ZoneMinder Chat
Topic: ffmpeg able to decode jpeg stream??
Replies: 2
Views: 6323

ffmpeg able to decode jpeg stream??

Good morning everyone, I'm now able to decode a multipart-jpeg stream to jpeg images on the fly....the idea is now to get ffmpeg to encode this stream to any type of video...I've tried using pipes, and tried to redirect the pipe to a fifo, having ffmpeg reading the fifo, but none of this worked ...
by tony77_77
Wed Jul 07, 2004 3:47 pm
Forum: Non-ZoneMinder Chat
Topic: AXIS NETWORK CAMERAS MJPEG REQUEST
Replies: 2
Views: 7411

ffmpeg and mpjpeg

hi phil, thanks a lot for the answer...I'm currently trying to decode the mpjpeg stream with ffmpeg, but the resulting movie is very bad, it seems ffmpeg badly decodes the mpjpeg... here's the ffmpeg command line: ffmpeg -f mpjpeg -y -v -an -i video.mjpg -vcodec copy test.avi and here's the output ...
by tony77_77
Tue Jul 06, 2004 1:02 pm
Forum: Non-ZoneMinder Chat
Topic: AXIS NETWORK CAMERAS MJPEG REQUEST
Replies: 2
Views: 7411

AXIS NETWORK CAMERAS MJPEG REQUEST

Hi, I'm currently working with Axis networks cameras, and I need to create movies originating from the pictures I get from the cam. I've been told by Axis itself not to use make repeated wget requests using the cgi-bin path, but to do instead request using the /mjpg/video.mjpg path. The request is a ...