Last week’s project meeting was cancelled.
Placed video encoding and decoding functions in a separate C/C++ library. By using C# interop
and DllImport
, the library can be used inside C#.
A command line tool of video transcoding from/to sequence was implemented using C#. The lossless correctness was checked by encoding to a video file then decode back to a sequence file, checked against the original sequence using the diff
tool. This process was automated by using a Makefile
.