Warning: session_start(): open(/tmp/sess_l70oinb9fg8v0at98ssmh3opl2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Kmenc15 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  . 

Kmenc15

   0.04  

KDE Video Application

Score 79%
Kmenc15
zoom


Kmenc15
zoom


Kmenc15
zoom


Link:  Link
Downloads:  9923
Submitted:  Sep 22 2004
Updated:  Apr 4 2005

Description:

Kmenc15 is an advanced MEncoder frontend, generally designed to be a VirtualDub replacement for Linux. It is most useful for editing and encoding large high quality AVIs capped from TV. It allows cutting and merging at exact frames, applying any MPlayer/MEncoder filter, with preview.

It requires CVS MEncoder to work. It will probably work on any POSIX platform, but it has been tested only on GNU/Linux.

Kmenc15 only supports opening AVI's.

If there are any problems compiling/installing, please carefully read the README.

Send bugs, problems, comments and patches to kmenc15@gmail.com .




Changelog:

0.04 - 04/04/05
* New native MEncoder file merging
* Help for main buttons

0.03 - 02/05/05
* Major speed optimizations, far less processes necessary for encode
* Almsot complete code re-write, more modular
* More robustness against bad user input
* Possibly more portability
* Small bug fixes
* Makfile improoved

0.02 - 10/24/04
* Window is now Resizable.
* Filter crop imporved.
* Added startup logo.
* Save/load template and session.
* General addons and fixes.
* Video filters Help added
* My own hand made Makefile, no m4.

0.01 - 9/28/04
* Initial release.




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



goto page: prev   1  2  3  4 

-
.

 TV Application Suite

 
 by taki on: Aug 19 2005
 
Score 50%

I really love KMenc15. This is the perfect tool for Kalva [1] users to eliminate commercials ;-)

Together with KTvSchedule [1] the three form a fine tv application set :-D

[1] http://www.kde-apps.org/content/show.php?content=23381
[2] http://www.kde-apps.org/content/show.php?content=22747


Reply to this

-
.

 SlackWare TGZPackage

 
 by gohanz on: Nov 27 2005
 
Score 50%

A SlackWare 10.2 Package with SlackBuild script is ready to download!!


http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=781&parent=category


Reply to this

-

 Compile Error

 
 by SvenF on: Apr 16 2006
 
Score 50%

I got
/usr/qt/3/bin/uic -pch klocale.h -tr tr2i18n -impl wcon.h -o wcon.cpp wcon.ui
patch -s --no-backup-if-mismatch < wcon.diff
g++ -I/usr/qt/3/include -I/usr/kde/3.5/include -MM main.cpp dialog.cpp wcon.cpp images.cpp process.cpp >> Makefile.dep
wcon.cpp:44:23: khtmlpart.h: No such file or directory

which I resolved by
cd /usr/kde/3.5/include/ &&sudo ln -s khtml_part.h khtmlpart.h

on gentoo amd64 kde-3.5.2 gcc-3.4.6 glibc-2.4
The Program itself runs fine, so thanks a lot!


Reply to this

-

 on amd64

 
 by zatar on: Sep 15 2006
 
Score 50%

Has anyone tried to install it on a 64 (amd64 dual)?
I got the following error(s):

g++ -fno-exceptions -Wall -O2 -I/usr/include/qt3 -I -c -o main.o main.cpp
main.cpp:21:18: error: wcon.h: No such file or directory
main.cpp:23:24: error: kaboutdata.h: No such file or directory
main.cpp:24:26: error: kcmdlineargs.h: No such file or directory
main.cpp:25:21: error: klocale.h: No such file or directory
main.cpp:26:26: error: kapplication.h: No such file or directory
main.h:34: error: expected initializer before ‘&’ token
main.h:35: error: expected initializer before ‘&’ token
main.h:39: error: field ‘origfile’ has incomplete type
main.h:40: error: field ‘origidx’ has incomplete type
main.cpp:29: error: ‘I18N_NOOP’ was not declared in this scope
main.cpp:33: error: ‘KCmdLineOptions’ does not name a type
main.cpp: In function ‘int main(int, char**)’:
main.cpp:43: error: ‘KAboutData’ was not declared in this scope
main.cpp:43: error: expected `;' before ‘about’
main.cpp:45: error: ‘about’ was not declared in this scope
main.cpp:46: error: ‘KCmdLineArgs’ has not been declared
main.cpp:46: error: ‘init’ was not declared in this scope
main.cpp:47: error: ‘KCmdLineArgs’ has not been declared
main.cpp:47: error: ‘options’ was not declared in this scope
main.cpp:47: error: ‘addCmdLineOptions’ was not declared in this scope
main.cpp:48: error: aggregate ‘KApplication app’ has incomplete type and cannot be defined
main.cpp:49: error: ‘kmenc15’ was not declared in this scope
main.cpp:49: error: expected `;' before ‘mainWin’
main.cpp:60: error: ‘mainWin’ was not declared in this scope
make: *** [main.o] Error 1


Reply to this

-
.

 Feature Request

 
 by BorgQueen on: Aug 18 2008
 
Score 50%

I have a friend with a Sandisk Fuzz, but can't find a converter so he can watch videos on it.
Would it be possible to add a default profile for this device and other sandisk devices that are said to be linux compatible by the company? I'm asking all the video converter devels, in hope that someone will consider it.

We would greatly appreciate it.

Video Container: Fully interleaved AVI
Codec: MPEG-4 (Simple Profile level 1 or 2)
Bitrate: Up to 512 Kbps
Resolutions: QCIF+ (224x176)
FPS: Up to 20 fps
bitrate:128kbps
no. of channels:2
sample rate:44100khz


Reply to this

goto page: prev   1  2  3  4 

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