

Beryl/Emerald Themes
i was unable to make a dvd
while using 2mandvd which uses dvdauthor (to make a dvd out of an mpeg2 video)
i got this error:
Can't open perl script "/usr/bin/fake.pl": No such file or directory
after getting the fake.pl from an old smile(tool) tar.gz
(https://bugs.launchpad.net/getdeb.net/+bug/421604)
i was getting a new error : "binmode missing" (a perl, function)
i am attaching the logfile.
here is a short snapshot of the error:
FFmpeg version SVN-r17132, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --prefix=/usr/local --enable-shared --enable-libmp3lame --enable-gpl --enable-libfaad --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libx264 --enable-libtheora --enable-swscale --enable-libdc1394 --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --enable-libschroedinger --enable-avfilter-lavf --enable-yasm
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.14. 0 / 52.14. 0
libavformat 52.26. 0 / 52.26. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 3. 0 / 0. 3. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Feb 10 2009 19:24:30, gcc: 4.3.3
Input #0, wav, from 'silent.wav':
Duration: 00:00:01.00, bitrate: 3072 kb/s
Stream #0.0: Audio: pcm_s32le, 48000 Hz, stereo, s16, 3072 kb/s
Output #0, mp2, to '1.mp2':
Stream #0.0: Audio: mp2, 48000 Hz, stereo, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
size= 8kB time=0.98 bitrate= 64.0kbits/s
video:0kB audio:8kB global headers:0kB muxing overhead 0.000000%
Can't open perl script "/usr/bin/fake.pl": No such file or directory
**ERROR: [mplex] Unable to open file 1.m2v for reading.
DVDAuthor::spumux, version 0.6.14.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>
- Oct 08 2009
while using 2mandvd which uses dvdauthor (to make a dvd out of an mpeg2 video)
i got this error:
Can't open perl script "/usr/bin/fake.pl": No such file or directory
after getting the fake.pl from an old smile(tool) tar.gz
(https://bugs.launchpad.net/getdeb.net/+bug/421604)
i was getting a new error : "binmode missing" (a perl, function)
i am attaching the logfile.
here is a short snapshot of the error:
FFmpeg version SVN-r17132, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --prefix=/usr/local --enable-shared --enable-libmp3lame --enable-gpl --enable-libfaad --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libx264 --enable-libtheora --enable-swscale --enable-libdc1394 --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --enable-libschroedinger --enable-avfilter-lavf --enable-yasm
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.14. 0 / 52.14. 0
libavformat 52.26. 0 / 52.26. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 3. 0 / 0. 3. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Feb 10 2009 19:24:30, gcc: 4.3.3
Input #0, wav, from 'silent.wav':
Duration: 00:00:01.00, bitrate: 3072 kb/s
Stream #0.0: Audio: pcm_s32le, 48000 Hz, stereo, s16, 3072 kb/s
Output #0, mp2, to '1.mp2':
Stream #0.0: Audio: mp2, 48000 Hz, stereo, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
size= 8kB time=0.98 bitrate= 64.0kbits/s
video:0kB audio:8kB global headers:0kB muxing overhead 0.000000%
Can't open perl script "/usr/bin/fake.pl": No such file or directory
**ERROR: [mplex] Unable to open file 1.m2v for reading.
DVDAuthor::spumux, version 0.6.14.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>
- Oct 08 2009

Attach to Email Service Menu
Dolphin Service Menus by dschrader 110 comments
i had to remark lines 105 >> 109
#if os.path.isabs(path):
#if find(emailclient,"kmail")!=-1 or find(emailclient,"evolution")!=-1:
#kmail and evolution will interpret http char codes even for local files;
#this compensates for that.
#path=urlsafe(path)
for attachments to work fine in kmail
and copy the generated .desktop file from the current folder to
/usr/share/kde4/services/ServiceMenus
(for global kde4 availability)
thank you for a beautiful and useful service menu :-) - Mar 27 2009
#if os.path.isabs(path):
#if find(emailclient,"kmail")!=-1 or find(emailclient,"evolution")!=-1:
#kmail and evolution will interpret http char codes even for local files;
#this compensates for that.
#path=urlsafe(path)
for attachments to work fine in kmail
and copy the generated .desktop file from the current folder to
/usr/share/kde4/services/ServiceMenus
(for global kde4 availability)
thank you for a beautiful and useful service menu :-) - Mar 27 2009

Krsync
System Software by Multimedia4Linux 31 comments
i changed this line (install.sh)
if ! [ -z "$(cat /etc/lsb-release|grep -i Ubuntu)" ]; then
too...
if ! [ -z "$(lsb_release -d|grep -i Debian)" ]; then
to get it installed in my debian system.
please see if you can add cron support :-)
great great application !!!
sueper thanks :-) - Jun 18 2008
if ! [ -z "$(cat /etc/lsb-release|grep -i Ubuntu)" ]; then
too...
if ! [ -z "$(lsb_release -d|grep -i Debian)" ]; then
to get it installed in my debian system.
please see if you can add cron support :-)
great great application !!!
sueper thanks :-) - Jun 18 2008
well, i got it all working now but...
there were compiling errors on the piave backend in which i had to add #include < math . h > into two files on the account of missing dec' of ceil function.
and an extra ; was left on 6-8 file on the kdenlive main project.
anyways... now all looks great :-)
thanks ! - Dec 08 2004
there were compiling errors on the piave backend in which i had to add #include < math . h > into two files on the account of missing dec' of ceil function.
and an extra ; was left on 6-8 file on the kdenlive main project.
anyways... now all looks great :-)
thanks ! - Dec 08 2004