stille
unread,Aug 13, 2009, 10:16:29 AM8/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KMediaFactory Users
Hello,
I like KMediaFactory very much to produce DVDs from DVD-T
recordings. However, for using the tool "Add DVB files" on the
distribution I use (openSUSE 11.1), I applied some changes
to the script kfm_dvb_edit.py to make it work:
In order to find ProjectX, it was necessary to look also for
"/usr/share/java/ProjectX.jar".
It was necessary to change the generation of the command line to
start ProjectX:
# result = run(projectx() + ' -gui ' + ' '.join(ts_files) + ' -out
' + projectDir)
result = run(projectx() + " -gui '" + ' '.join(ts_files) + "' -out
" + projectDir)
I sometimes use ProjectX to save .m2p files. To import them more
conveniently, I added this extension to the filter string of the the
call
to kmf.getOpenFileNames().
Best regards,
Werner Stille