Warning: session_start(): open(/tmp/sess_vlue6nld2qi5bi19ivqfe3fva6, 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 

-

 ffmpeg problem

 
 by dgvirtual on: Jan 2 2007
 
Score 50%

Hi, when I try to compile ffmpeg using the script install-ffmpeg, it fails to create the file ffplay. I am using todays svn source of ffmpeg. It does produce ffmpeg and ffserver binaries...

What is the problem?


Reply to this

-
.

 Latest svn ffmpeg

 
 by jbernardo on: Feb 16 2007
 
Score 50%

If you build a recent ffmpeg for use with 3gpwiz, the parameters have changed a little. If you keep getting a "bitrate too low" error on the second pass, find the following lines:

if(!$mp4) {
$cmd= "$ffmpeg -y -i $tmpfile.avi -pass $pass -passlogfile $tmpfile -b $field{Skbps} -ss $ss -t $stop -r $fps $audio -vcodec h263 \"$out\"";
}
else {
$cmd= "$ffmpeg -y -i $tmpfile.avi -pass $pass -passlogfile $tmpfile -b $field{Skbps} -ss $ss -t $stop -r $fps $audio -vcodec mpeg4 $videncopt \"$out\"";
}


And replace "$field{Skbps}" with "$field{Skbps}k".


Reply to this

-

 Re: Latest svn ffmpe

 
 by vetal17 on: Apr 8 2007
 
Score 50%

dude, you helped me so much with this


Reply to this

-

 Re: Latest svn ffmpe

 
 by brk3 on: Jun 16 2007
 
Score 50%

lol took me about 5 hours to figure that out!


Reply to this

-

 great but

 
 by ferreol on: Feb 19 2007
 
Score 50%

Hello ,

I wanted to say that your app is great really.

It was working perfectly on my ubuntu dapper but not anymore on ubuntu edgy.

IS there a way to fix it?

Thanks anyway


Reply to this

-

 same

 
 by ktulu77 on: Feb 20 2007
 
Score 50%

I am on edgy and it doesn't work for me too.
When I try to install the CVS version of ffmpeg, it download the sources, but nothing is done after.


Reply to this

-

 sound with acc

 
 by Kaihappen on: Feb 21 2007
 
Score 50%

Hello, is it possible to enable stereo sound? Im using an divx input file, the output file should be mp4, 320x240 pix and acc but in stereo for my nokia 6280. The last command line output are:

Output #0, mp4, to '/home/sfi/3gp/test009.mp4':
Stream #0.0: Video: mpeg4, yuv420p, 320x240, q=2-31, pass 2, 405 kb/s, 25.00 fps(c)
Stream #0.1: Audio: aac, 44100 Hz, mono, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 1496 q=7.5 Lsize= 3468kB time=59.8 bitrate= 474.8kbits/s
video:2884kB audio:468kB global headers:0kB muxing overhead 3.486792%

I have following the post to enhance the video bit rate and it will work very good with a fine result. I hope someone has a solution.


Reply to this

-

 Re: sound with acc

 
 by Kaihappen on: Feb 26 2007
 
Score 50%

I have solved the problem by myself. Here is my way. I have changed line:

else {
$audio="-ac 1 -ab $field{Skbps2} -acodec aac";

to:

else {
$audio="-ac 2 -ab $field{Skbps2} -acodec aac";

this enable two audio chanels





Reply to this

-

 Illegal division

 
 by Sjaak on: Sep 16 2007
 
Score 50%

I got 3gpwiz running but suddenly i get this error:

Illegal division by zero at /usr/bin/3gpwiz line 131

What does it mean?


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