Now allows to create videocds and other CD formats

Now shows the disk usage
This commit is contained in:
Sergio Costas 2014-08-03 17:05:22 +02:00
parent a9c4b266ea
commit f495d9a756
7 changed files with 226 additions and 5 deletions

View file

@ -18,6 +18,7 @@
import subprocess
import devede.configuration_data
import devede.executor
import os
class mplayer_detector(devede.executor.executor):
@ -59,6 +60,7 @@ class mplayer_detector(devede.executor.executor):
""" processes a file, refered by the FILE_MOVIE movie object, and fills its
main data (resolution, FPS, length...) """
self.original_file_size = os.path.getsize(file_name)
(video, audio, length) = self.analize_film_data(file_name, True)
if (video != 0):