mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-02 09:50:48 +00:00
Drop frame recognition
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
import ptulsconv
|
||||
import pprint
|
||||
#import pprint
|
||||
import os.path
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ class TestRobinHood1(unittest.TestCase):
|
||||
self.assertEqual(parsed['header']['sample_rate'], 48000.0)
|
||||
self.assertEqual(parsed['header']['bit_depth'], 24)
|
||||
self.assertEqual(parsed['header']['timecode_format'], 29.97)
|
||||
self.assertEqual(parsed['header']['timecode_drop_frame'], False)
|
||||
|
||||
def test_all_sections(self):
|
||||
with open(self.path, 'r') as f:
|
||||
@@ -102,8 +103,6 @@ class TestRobinHood1(unittest.TestCase):
|
||||
|
||||
xformed = xformer.transform(parsed)
|
||||
|
||||
pprint.pprint(xformed)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user