Prepares os.walk listing.

This commit is contained in:
Julien Lengrand-Lambert
2012-06-10 21:10:25 +02:00
parent 46c2e341f0
commit 3b3a258c2d

View File

@@ -85,7 +85,7 @@ class FaceMovie(object):
"""
Aims at populating the guys list, using the source folder as an input.
Guys list shall be sorted chronologically.
In case no valid date is found, it is set to ''.
.. note::In case no valid date is found, it is set to ''.
"""
try:
os.path.exists(self.source)
@@ -393,7 +393,6 @@ class FaceMovie(object):
fourcc = cv.CV_FOURCC('C', 'V', 'I', 'D')
else: # some kind of Linux platform
#fourcc = cv.CV_FOURCC('I', '4', '2', '0')
print "Trying new codec for Ignacio"
fourcc = cv.CV_FOURCC('F', 'M', 'P', '4')
if self.crop: