X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=cis%2Fconfig.py;h=fcc629bd437e6b91db374ef19f5134e74c951c91;hb=2aecadba1f242a0dcf68614a6aa602282f020b41;hp=990f746a4d021f4980c2d298ba35c516fca2977e;hpb=17430bb7ba2fdc1ffcd6e08ffd9dc4f027c7d4fc;p=living-lab-site.git diff --git a/cis/config.py b/cis/config.py index 990f746..fcc629b 100644 --- a/cis/config.py +++ b/cis/config.py @@ -22,7 +22,7 @@ BT_TRACKER = "http://localhost:6969/announce" # === EXTERNAL PROGRAMS API CLASSES === # API class for a prgram which retrives audio/video information, like duration. -AVINFO_CLASS = avhandling.FFmpegAVInfo +AVINFO_CLASS = avhandling.FFprobeAVInfo # API class for a prgram which transcodes an audio/video file. TRANSCODER_CLASS = avhandling.FFmpegTranscoder # API class for a prgram which extracts thumbnail images from a file.