Duncan Webb a écrit :
>>     Hi all,
>>
>>     I've been working on the reencode plug-in so that the settings are more
>>     configurable. It will take the default settings from local_conf.py. See:
>>     freevo plugins -i video.reencode2 for information, (Just realised that
>>     I've chosen defaults that won't actually work :() The encoding server
>>     needs to be changed to allow some of the settings to work. E.g. only the
>>     avi and mp4 containers work.
>>
>>     
Hi, Duncan,

I just had a look at your new encoder :

Running svn version 9035

First of all, I encounter a conflict with idlebar.encoding :

At the end of the freevo startup (that is, when the 'wait bar is nearly 
on the right of the screen, just before the main screen display), freevo 
crashes :
Crash!
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 454, in ?
    MainMenu().getcmd()
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 168, in 
getcmd
    menuw.pushmenu(mainmenu)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 378, in 
pushmenu
    self.refresh()
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 406, in 
refresh
    skin.draw('menu', self, self.menustack[-1])
  File "/usr/lib/python2.4/site-packages/freevo/skins/main/main.py", 
line 526, in draw
    a.draw(settings, object, menu, style, type, self.force_redraw)
  File "/usr/lib/python2.4/site-packages/freevo/skins/main/area.py", 
line 194, in draw
    self.update_content()
  File 
"/usr/lib/python2.4/site-packages/freevo/skins/main/default_areas.py", 
line 179, in update_content
    p.draw((self.widget_type, self.menuw), self)
  File 
"/usr/lib/python2.4/site-packages/freevo/plugins/idlebar/encoding.py", 
line 306, in draw
    osd.write_text(self.jobs, font, None, self.tx, y, self.textw, 
self.font_h, 'center', 'center')
  File "/usr/lib/python2.4/site-packages/freevo/skins/main/area.py", 
line 625, in drawstring
    x = content.x
AttributeError: 'NoneType' object has no attribute 'x'
Disabling the plugin let me go further :

So I tried some 'Transcoding' :-)

The idea is nice, having the ability to have some profile, and to be ale 
to alter one specific point of the profile.
But I didn't understand where the profile are stored.
Also, if I use the 'blurr' display, I have a view of all the selected 
option, but I also tried with blurr_BB (what are these all _BB display 
?), and in that case, no selected option view. Maybe due to the work in 
progress.
Finally, I had the odd idea to encode the sound in ogg, and that crashes 
the encoding server. I think that I see a Ogg option (should maybe be a 
ogg option -without uppercase ) ?

Anyway, that's GREAT (one more time :-) )

Thanks,

-- 
Pascal Schirrmann


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to