Refactor of FrameMapper, and added in audio sample remapping..

This commit is contained in:
Jonathan Thomas
2012-10-15 17:45:20 -05:00
parent acca789def
commit b78fca6090
3 changed files with 100 additions and 37 deletions

View File

@@ -16,6 +16,15 @@ void FrameReady(int number)
int main()
{
openshot::FFmpegReader r1("/home/jonathan/Videos/sintel_trailer-720p.mp4");
r1.Open();
FrameMapper map(&r1, Framerate(24,1), PULLDOWN_NONE);
map.PrintMapping();
return 0;
// Create timeline
Timeline t(640, 360, Framerate(24,1));