IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Variables
scripts.vid_compress Namespace Reference

Variables

 cap = cv2.VideoCapture(vid_file)
 
int count = 0
 
 fourcc = cv2.VideoWriter_fourcc(*'XVID')
 
 fps = cap.get(5)
 
int fps_new = 5
 
 frame = cv2.resize(frame, size_new)
 
int frame_skip_rate = fps / fps_new
 
 height = cap.get(4)
 
 out = cv2.VideoWriter(vid_compress_file, fourcc, fps_new, size_new)
 
 ret
 
tuple size_new = (int(width), int(height))
 
float size_ratio = 0.5
 
string vid_compress_file = vid_compress_name + ".avi"
 
string vid_compress_name = vid_name + "_compress"
 
string vid_file = vid_name + ".avi"
 
string vid_name = "puzzle_play_sort"
 
 width = cap.get(3)
 

Variable Documentation

◆ cap

cap = cv2.VideoCapture(vid_file)

◆ count

int count = 0

◆ fourcc

fourcc = cv2.VideoWriter_fourcc(*'XVID')

◆ fps

fps = cap.get(5)

◆ fps_new

int fps_new = 5

◆ frame

frame = cv2.resize(frame, size_new)

◆ frame_skip_rate

int frame_skip_rate = fps / fps_new

◆ height

height = cap.get(4)

◆ out

out = cv2.VideoWriter(vid_compress_file, fourcc, fps_new, size_new)

◆ ret

ret

◆ size_new

tuple size_new = (int(width), int(height))

◆ size_ratio

float size_ratio = 0.5

◆ vid_compress_file

string vid_compress_file = vid_compress_name + ".avi"

◆ vid_compress_name

string vid_compress_name = vid_name + "_compress"

◆ vid_file

string vid_file = vid_name + ".avi"

◆ vid_name

string vid_name = "puzzle_play_sort"

◆ width

width = cap.get(3)