Skip to content

This repo contains the precode for the IN5050 home exams

Notifications You must be signed in to change notification settings

griwodz/in5050-mjpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---- IN5050 - Motion JPEG Encoder ----

COMPILE:

make


EXAMPLE USE:

./mjpeg_encoder -w 352 -h 288 -f 10 -o test.mjpeg foreman.yuv

w = Width of input video
h = Height of input video
o = Name on output file

f = Optional argument for limiting the number of frames.

Output MJPEG videos can be viewed in "mplayer" or "vlc"


INPUT VIDEOS:

Can be found on the lab-machines:
/mnt/sdcard

Can also be downloaded from here (need to convert y4m to yuv):
https://media.xiph.org/video/derf/

Encoder accepts YUV 4:2:0 frames.

About

This repo contains the precode for the IN5050 home exams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published