mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2025-07-03 20:23:53 +00:00
Rename FrameSequencer to FrameGrabber and break out into separate file.
Add a test case that the bmp2dhr output of input filenames containing '.' are handled correctly. Break out video.Mode into video_mode.VideoMode to resolve circular dependency.
This commit is contained in:
8
transcoder/video_mode.py
Normal file
8
transcoder/video_mode.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""Enum representing video encoding mode."""
|
||||
|
||||
import enum
|
||||
|
||||
|
||||
class VideoMode(enum.Enum):
|
||||
HGR = 0
|
||||
DHGR = 1
|
Reference in New Issue
Block a user