I have tried, but haven't been able to playback the mjpeg files that are created with the RVMedia components. Actually, the mjpeg extension isn't even recognized by any of my video player applications (including VLC). Is it just a matter of changing the extension (to what)? Do I need a codec to play this? If so, which one?
Thanks.
Oliver
Playback of mjpeg file
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Playback of mjpeg file
VLC can play MJPEG files.
I am not sure how to open it in user interface, but you can open it in the command line:
This example opens VLC to play demo.mjpg in 3 frames per second.
PS: the new version can use FFmpeg to record files in standard formats, for as MPEG. It is available for registered users as beta (but no examples for recording are supplied yet)
I am not sure how to open it in user interface, but you can open it in the command line:
Code: Select all
"c:\Program Files (x86)\VideoLAN\VLC\vlc.exe" demo.mjpg --mjpeg-fps=3
PS: the new version can use FFmpeg to record files in standard formats, for as MPEG. It is available for registered users as beta (but no examples for recording are supplied yet)