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

3gp movie wizard

   1.3  

KDE Video Application

Score 59%
3gp movie wizard
zoom


3gp movie wizard
zoom


3gp movie wizard
zoom


Link:  http://
Downloads:  27459
Submitted:  Feb 14 2006
Updated:  Feb 21 2006

Description:

This is a small perl/kommander script that helps you convert almost any movie format to 3gp/mp4, suitable for watching on a modern mobile phones.It should be extremely easy to use, yet thanks to the extremely powerful mencoder and ffmpeg, offer many advanced features such as:

- can convert AVI (divx, xvid,
mjpeg), MPEG, MOV, WMV, OGG/OGM, RM, MP4, SVCD, DVD and probably any other video format you can think of
- creates h263 or mpeg4 video and AMR or AAC audio in 3GP or MP4 containers
- excellent subtitle support (MicroDVD, SubRip, OGM, SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub...) with custom font, scale, codepage and much more
- automatic movie splitting (good for a mobile phones that do not support a fast forward)
- video equalizer (brightness, saturation, contrast and gamma)
- audio gain and normalization
- inteligent cropping
- 3 pass VBR encoding for a maximal quality

Bundled with this script is another script that can automagicaly download, compile and install the latest cvs version of ffmpeg with applied amr patches.

Please see the README for instalation/usage instructions.

This is my first kommander script. Hope U find it usefull :)

BTW, I do not even own a phone that can play videos :) Stuck with an old Alcatel.




Changelog:

1.3
- crop autodetect (detects black borders)
- crop zoom in factor
- flip movie (for left handed fullscreen viewing)
- moved to 'Actions' servicemenu

1.2
- you can set all the variables from the GUI
- a GUI ffmpeg installer
- the ffmpeg installer no longer requires root
- a few bug fixes

1.1
- a more flexible audio/video format selection

1.0
- option to save to the source movie dir
- quick convert (fast, noninteractive, no X access neaded, multiple file selection support, uses the settings from the last GUI convert)
- multiple, concurrent converts possible
- fixed a bug in the install-ffmpeg script (didn't install ffplay)

1.0rc1
- MP4 (mpeg4/aac) support - much better audio and video quality on a high-end phones!
- a custom audio bitrate (mp4 only)
- a custom framerate
- built in README browser




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



goto page: prev   1  2  3  4  5 

-

 Thanks!

 
 by brk3 on: Jul 13 2006
 
Score 50%

Its not even funny how cool this program is! Does exactly what I want, once again linux beats windows hands down :)

Thanks for your work


Reply to this

-

 subversion

 
 by marcxroma on: Jul 24 2006
 
Score 50%

Hi,
the mplayerhq repository has changed. They do not use CVS anymmore but SUBVERSION.
I have modified the install-ffmpeg script to use subversion instead of cvs. here is the new code for the install-ffmpeg:
----------------------------
#!/bin/bash

# feel free to change the src directory
cd /usr/src/

#cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk/
mv trunk ffmpeg
cd ffmpeg/libavcodec
mkdir amr_float
cd amr_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip
unzip *.zip
unzip *code.zip
cd ..
mkdir amrwb_float
cd amrwb_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip
unzip *.zip
unzip *code.zip
cd ../..
./configure --enable-amr_nb --enable-amr_wb $@
make

cp ffmpeg ffplay /usr/local/bin/
# or somewhere else in the path!

---------------------------------------


Reply to this

-

 Re: subversion

 
 by bugmenot on: Oct 11 2006
 
Score 50%

FYI...

svn checkout \
svn://svn.mplayerhq.hu/ffmpeg/trunk/
mv trunk ffmpeg

can be replaced with:
svn checkout \
svn://svn.mplayerhq.hu/ffmpeg/trunk/ ffmpeg


A small thing but you didn't seem to be aware that you could specify the name of the checkout dir by passing it as an extra argument at the end. No need to change the name of the default checkout dir name.


Reply to this

-

 subversion

 
 by marcxroma on: Jul 24 2006
 
Score 50%

Hi,
the mplayerhq repository has changed. They do not use CVS anymmore but SUBVERSION.
I have modified the install-ffmpeg script to use subversion instead of cvs. here is the new code for the install-ffmpeg:
----------------------------
#!/bin/bash

# feel free to change the src directory
cd /usr/src/

#cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk/
mv trunk ffmpeg
cd ffmpeg/libavcodec
mkdir amr_float
cd amr_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip
unzip *.zip
unzip *code.zip
cd ..
mkdir amrwb_float
cd amrwb_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip
unzip *.zip
unzip *code.zip
cd ../..
./configure --enable-amr_nb --enable-amr_wb $@
make

cp ffmpeg ffplay /usr/local/bin/
# or somewhere else in the path!

---------------------------------------


Reply to this

-
.

 amr on amd-64

 
 by jbernardo on: Sep 30 2006
 
Score 50%

If you're using this on a AMD64 machine, check this patch in the mplayer mailing list, as it applies to both mplayer and ffmpeg:
http://lists.mplayerhq.hu/pipermail/mplayer-users/2006-May/060497.html


Reply to this

-

 3gp on Gnome?

 
 by FXartist on: Nov 19 2006
 
Score 50%

Has anyone got this application to run successfully on Gnome? I had no issues installing it will all required dependencies on SLED 10 with Gnome as my desktop. Though when I click on the shortcut for 3gp Movie Wizard the application won't load. While I can still use Lin3gp as an alternative I would prefer to use 3gp Movie Wizard which is more user friendly.


Reply to this

-

 Re: 3gp on Gnome?

 
 by FXartist on: Nov 23 2006
 
Score 50%

I can't open 3GP Movie Wizard using "3gpwiz" as the "read me" instructs from a Terminal, Though it is possible to open the program by right mouse clicking a video file and selecting "Open with 3GP Movie Wizard".


Reply to this

-

 Re: Re: 3gp on Gnome?

 
 by dgvirtual on: Jan 2 2007
 
Score 50%

Same goes for me. When run from Konsole the script 3gpwiz says it requires a filename as second argument. I post the output below, is this output what it should look like?

=================

dg@bala:~$ 3gpwiz
|Foutput||
read Foutput=
|Skbps||
read Skbps=
|Skbps2||
read Skbps2=
|Fsubtitle||
read Fsubtitle=
|Ffont||
read Ffont=
|Escale||
read Escale=
|Ssplit||
read Ssplit=
|Egain||
read Egain=
|Eopt||
read Eopt=
|Sgamma||
read Sgamma=
|Scontrast||
read Scontrast=
|Sbrightnes||
read Sbrightnes=
|Ssaturation||
read Ssaturation=
|Tsplit||
read Tsplit=
|Tsubtitles||
read Tsubtitles=
|Gcrop||
read Gcrop=
|Efps||
read Efps=
|Etitle||
read Etitle=
|Teq||
read Teq=
|Lsource||
read Lsource=
|Tskip||
read Tskip=
|Tvolnorm||
read Tvolnorm=
|Tmp4||
read Tmp4=
|Taac||
read Taac=
|Tdir||
read Tdir=
|Ftmp||
read Ftmp=
|Fffmpeg||
read Fffmpeg=
|Esh||
read Esh=
|Esw||
read Esw=
|Ecfactor||
read Ecfactor=
|Ezfactor||
read Ezfactor=
|Tflip||
read Tflip=
|Tcad||
read Tcad=
tmpfile=/tmp/movie
3gpwiz ver. 1.0 (C) Domjan Svilkovic
Convert any movie format to a 3gp movie, suitable for watching on a mobile phone.
Syntax: 3gpwiz source_movie
... where source_movie can be either a filename or a dvd://title


Reply to this

-
.

 install.ffmpeg scrip

 
 by pyx on: Nov 30 2006
 
Score 50%

Hi ive got a litle prob...
When i run the install-ffmpeg script i get this message "./install-ffmpeg: line 22: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
cp: cannot stat `ffmpeg': No such file or directory
cp: cannot stat `ffplay': No such file or directory"

What to do? Thanx /Pyx


Reply to this

goto page: prev   1  2  3  4  5 

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