Warning: session_start(): open(/tmp/sess_ajgbhg1omve96j2cpor73ulao4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Katiuska openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Katiuska

   0.7.6  

KDE Video Application

Score 80%
Katiuska
zoom


Katiuska
zoom


Katiuska
zoom


Link:  http://
Downloads:  6165
Submitted:  Nov 14 2004
Updated:  Jul 31 2005

Description:

Katiuska is a theora encoder frontend. It uses ffmpeg2theora, mencoder, the encoder_example that comes with the theora libs and a little gpl bash script that I found with google.

It can encode mostly any kind of video that ffmpeg and mencoder can (avi, mpeg4 and 2, quicktime etc).

Katiuska is also now a DVD ripping tool with an easy to use interface and default settings. Just select your audio and subtitle language if any and you're good to go.

This is my first app ever so it might not work for you at all :)

IMPORTANT: You need to install the theora library, kommander from kde 3.4 to make it work and lsdvd for the dvd ripping part.

For installation: Just run ./setup.sh as root and then type "katiuska" to use it.




Changelog:

0.7.6: encoder should work with latest mplayer too now
0.7.5: should work with latest mplayer
0.7.4: looks like I forgot to include some scripts to scan DVDs :( , should be fixed now :) (expect a *BSD version soon)
0.7.3: fixed a regression bug, encoded file not correctly saved to the right location (screenshot updated to show device selecter combo, script copied from "Set CD-ROM Speed" :))
0.7.2: added combobox to select your dvd device
0.7.1: added cancel button, updated screenshot :)
0.7: added dvd ripping feature
0.6.1: fixed a little bug that didn't save the output file in the right place when no output name were specified
0.6: katiuska now support metadata information ie tagging thanx to the new ffmpeg2theora
0.5: the interface is a bit more
userfriendly now :)
0.4: ability to select an output directory for your encoded file
now installs into $KDEDIR/share/apps/kmdr-katiuska/ as requiered by el Se�r Laffoon :)
0.3: you can now use float values for audio and video quality
0.2: crop's now working




LicenseGPL
Send to a friend
Subscribe
Other  Content  from patcito
Report inappropriate content



-
.

 script?

 
 by SWaN on: Nov 15 2004
 
Score 50%

What about adding a simple shell script that launches .kmdr file,
instead of adding an alias in /etc/profile? It's much safer!
It should look like that:

#!/bin/sh

A_PATH=/opt/kde/share/apps/quanta/scripts
APP=katiuska.kmdr
L_PATH=/opt/kde/bin
LAUNCHER=kmdr-executor

if [ ! -x $L_PATH/$LAUNCHER ] ; then
echo "Kommander Executor not found"
exit
else
$L_PATH/$LAUNCHER $A_PATH/$APP
fi


Reply to this

-
.

 Re: script?

 
 by patcito on: Nov 15 2004
 
Score 50%

that looks great but not all distro have "/opt/kde/share/apps/quanta/scripts", as an example in debian it's in another place as there is no /opt. how could I detect that?


Reply to this

-

 Re: Re: script?

 
 by SWaN on: Nov 15 2004
 
Score 50%

Just chose a directory to put kmdr file in (or where kmdr files are by default) and substitute this path in A_PATH. The same for L_PATH: just chose kmdr-executor path, or simply leave it blank, if this app is in your path.


Reply to this

-

 Re: Re: script?

 
 by SWaN on: Nov 15 2004
 
Score 50%

ADDENDUM - to detect kmdr scripts' dir, try with 'locate kmdr'


Reply to this

-

 Re: Re: script?

 
 by amantia on: Nov 15 2004
 
Score 50%

Replace /opt/kde/share/apps/quanta/scripts
with $KDEDIR/share/apps/quanta/scripts
if $KDEDIR is set. If it's not,
$KDEDIRS should be set, in that case all entries from $KDEDIRS + "/share/apps/quanta/scripts" should be searched.

Andras


Quanta+ developer
Reply to this

-

 Re: Re: Re: script?

 
 by p80 on: Nov 15 2004
 
Score 50%

is there a way to get $KDEDIR if it's not set from a .kde conf file or something? or do i need to use locate?


Reply to this

-

 Re: Re: Re: Re: script?

 
 by krake on: Nov 16 2004
 
Score 50%

kde-config ---prefix
or maybe even better all directories from
kde-config --path data

see kde-config --types for a list of resource types you can get paths for.


Reply to this

-

 Re: Re: script?

 
 by sequitur on: Nov 15 2004
 
Score 50%
sequitursequitur
Kitty Hooch
Home

We need to finish our project tools, but here is how we handled it for the simple intaller. Install to
$KDEDIR/share/apps/kmdr-katiuska
The idea being that in the future we want to have kmdr-executor without arguments list all kmdr-* directories with application information. I hope in the coming weeks to release an up to date installer release.

There are other advantages to this. You can have multiple dialogs installed there and call them with @dialog(name.kmdr) and this will work great. You can even have other resources there.

To run the program create a script named katiuska and put it in /usr/bin.
#!/bin/sh
kmdr-executor $KDEDIR/share/apps/kmdr-katiuska/katiuska.kmdr

Maybe you'll want to help us with the installer too. ;-)


Eric Laffoon
kdewebdev (Quanta/Kommander) project lead

Reply to this

-

 Re: Re: script?

 
 by lefcovitch on: Nov 16 2004
 
Score 50%

Hi,
Something like:
$(kde-config --expandvars --install data)/quanta/scripts/


HTH
Robert


Reply to this

-

 Re: Re: script?

 
 by lrathle on: Nov 17 2004
 
Score 50%

#!/bin/sh

kdeinstdir=`kde-config --prefix`

A_PATH=$kdeinstdir/share/apps/quanta/scripts
APP=katiuska.kmdr
L_PATH=$kdeinstdir/bin
LAUNCHER=kmdr-executor

if [ ! -x $L_PATH/$LAUNCHER ] ; then
echo "Kommander Executor not found"
exit
else
$L_PATH/$LAUNCHER $A_PATH/$APP
fi

This way it should work on all distributions.


Reply to this

-

 Suggestion

 
 by shulai on: Jan 21 2005
 
Score 50%

Do not write "optional" in the output file label. Just fill the field with the default name.
I think it makes more sense as being coherent with most UI I've seen. Maybe it's in the HIG, I don't remember.


Reply to this

-

 freebsd

 
 by soulrebel on: Mar 27 2005
 
Score 50%

i like katiuska very much, but it is almost impossible to make it work in freebsd :(
the first problem is, that you offer two binaries with katiuska (which kind of conflicts the concept of kommander, being not binary...); i couldnt find source for encoder_example and i was not able to build ffmpeg2theora on freebsd (trying to point it at the patched and built ffmpeg freebsd-port gave me loads of unresolved symbols during make). after installing the linux campatability layer in freebsd and copying/linking the full /lib und /usr/lib from my old ubuntu system to /compat/linux in freebsd ffmepg2theora and encoder_example finally work :) and converting files in katiuska works!!!
but dvd reading doesnt work yet...
what devices does katiuska look for? i created a symlink from /dev/cd0 to /dev/dvd and have aproriate entries in my fstab...
thanks for your help and for making katiuska!


# cd /usa/whitehouse
# rm -rf *

Reply to this

-
.

 DVD Scan not working

 
 by maarizwan on: May 4 2005
 
Score 50%

Slackware 10.1 here and libtheora and ffmpeg2theora installed. it is converting mpg to theora ogg file but DVD scan is not working :(


Reply to this

-

 Re: DVD Scan not working

 
 by patcito on: May 9 2005
 
Score 50%

Do you have lsdvd installed? Katiuska uses lsdvd. Try "lsdvd" in konsole and see what happens.


Reply to this

-
.

 Well Done, mint app.

 
 by ozzie on: Aug 5 2005
 
Score 50%

I really like this application, its very simple and effective.

Suggested Improvements:
-----------------------

* Better status window or progress bar, even if it was a command line bar.
* Ability to rip without encoding
* Video preview to preview resulting quality.

Apart from that it is very good.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team