Software :: Converting 3GP File To DVD Format (PAL)
May 17, 2010
I'm trying to convert a 3gp (mobile phone video) file to PAL DVD format (which is I believe MPEG2 video and one of a few audio choices, in an MPEG PS container). But while the file plays fine in mplayer and vlc, my efforts to convert it, using either VLC or devede, always seem to result in either the converted video being speed up (noticeably, we're talking twice as fast or so not 5%), or in the audio going mickey-mouse. How can I get the file converted correctly? Bearing in mind it needs to be PAL not NTSC (so a lot of stuff I might find online isn't going to work as-is)
View 1 Replies
ADVERTISEMENT
Jun 9, 2010
I'm having some problem converting an mpg file to avi. I did it with mencoder. The result was an avi file as I wanted but the image was like stretched vertically. Like this:
(The avi is on the left)
What can I do to convert it without the stretching?
View 1 Replies
View Related
Jun 19, 2011
Can I ask for some advice in converting a video (from my phone) which is a 3gp file into something more universal. I use audokonverter for audio files and this gives me a menu right-click option to convert a song from (say) wav to mp3. Is there an equivalent for videos? I am using opensuse 11.4 64 bit and have mplayer, xine and vlc installed plus the necessary codecs. Or is it simpler to use ffmpeg in a c/l environment
View 1 Replies
View Related
Jul 21, 2011
converting videos to 3gp format.
i have installed transmaggedon software but it fails to convert because quicktime muxer plugin is not installed.
This plugin is not available in the repositories.
How can i get this video converter to work or what else can i do to be able to convert videos to 3gp format?
View 2 Replies
View Related
Jul 7, 2011
I am building my first rpm package and I cannot seem to find out how to change an existing .tgz to a .tar.gz as required by the rpm .spec file - I've attempted to search on this, but I can't find the exact command I'm looking for. Specifically, I hope to avoid having to untar the .tgz and simply convert it to the .tar.gz format.
View 4 Replies
View Related
Jan 28, 2010
How would I go about converting an MPG to a DVD format so I could burn it to a DVD disc and play it on a standard player?
View 2 Replies
View Related
Jul 11, 2010
I have video files in wmv, mov format but my dvd player will not support these formats so I want to convert those to avi format, is there any software for this purpose, How can I install and use that?
View 3 Replies
View Related
Mar 25, 2011
converting a swf video to another format please help as all the video converters i have tried to let me open swf files,.
View 9 Replies
View Related
Dec 31, 2009
Got this compact video camera for Christmas have tried Handbrake, Pitivi, avidemux tried both versions, kino nothing works to date and can't find a way to change the camera settings.
View 6 Replies
View Related
Oct 23, 2010
I need to convert a VHD file (Hyper-V VM) to the Linux raw format. Is there a tool which can do this which is graphical?
View 2 Replies
View Related
Jul 17, 2010
I've got a couple DVDs in .iso format, and I'd like to convert them to DivX, but I can't see to get anything to load the .iso. I've also tried mounting it and loading it, and it doesn't work.
View 4 Replies
View Related
Aug 23, 2010
I am currently looking for an app that can enable me to convert ms word and/or openoffice docs into an ebook format compatible with Kindle (I have been using mobipocket creator on Windows to convert to .mobi but I am now trying to get rid of Windows completly), so far the only possibility I have found is Calibre and it wont allow me to cnvert Word docs into another format.
View 3 Replies
View Related
May 11, 2011
I know this is more of the Openoffice question but I felt I would find some solution here for this. At my work I am using lot of PDF files which are created using Openoffice Calc (Spreadsheet). I want to convert those PDFs to Calc file again for editing. Currently I am using a windows Machine with able2extract pdf converter for converting PDFs to .xls file. But it is not ideal solution for Linux and Openoffice users here.
View 2 Replies
View Related
Aug 12, 2010
I need to convert OS X apps to OTF or TTF. Something usable in both Linux and Windows.
Is there any way to do this via the command line, or any app for this?
View 3 Replies
View Related
Jan 20, 2011
I have been searching for a while for a program to convert .flac files I rip off of cd's with my laptop (running Fedora 11) to a usable iTunes format for my desktop (running Win XP). The cd drive on my desktop is currently broken, so my fix of ripping on my desktop, then using Rhythmbox on my laptop is temporarily unavailable.
Any suggestions? I've tried audiokonverter, soundconverter, audio-convert-mod and each come up with errors or wouldn't install.
View 8 Replies
View Related
May 31, 2010
I have a whole bunch of wma files I want to convert to a more liked format like wv flac or shn. Shntool does not seem to want to do that soundconverter and soundkonverter both refuse too. My wma format is wma1 or wmal cannot tell if it is 1 the number or l the letter L.
1. They play in xine straight off. Xine is in your synaptic
2. To convert quickly install dBpoweramp under wine again quick and no fuss.
View 9 Replies
View Related
Mar 15, 2011
I have 2 drives mirrored via windows software raid and I plan to toss the drives into an Ubuntu server soon where they will also be mirrored. The server will have another drive for booting. What is the best way to get these mirrored drives into ext format while preserving my data? I plan to use software raid in Ubuntu as well. My only idea is to format a 3rd drive as ext and copy all the files over, seems inefficient though.
View 1 Replies
View Related
Apr 15, 2010
I need to manually convert an string ( like with echo ) to a DES crypt format to be inserted inside a /etc/shadow file, does anybody knows how can I do that?
Maybe there are some little tool that could handle that operation, well.. I don't know, hope someone can give me a hint on that.
View 3 Replies
View Related
Apr 9, 2010
I am in the process of learning some scripting, however I am running into a roadblock in specifying a certain time format in the array. Ideally I would like to use Here are the lines of text that I am interrogating:
1123,3/25/2010,00:14 Thu,33229
1124,3/26/2010,13:30 Fri,33230
1125,3/27/2010,04:49 Sat,33231
[code]...
View 2 Replies
View Related
Apr 7, 2010
my school we want to print a magazine but we have problem with the format of the files. We need to create a sheet in A3 format from two sheets in A4 format. I was reading about the pdftk library but it doesn't do what i need.
View 4 Replies
View Related
Jan 29, 2010
I have managed to create a HTML file inside python code,convert this to a PNG file through a Python script ?
EDIT: Details added: I have a python script which generates map-legends in the form of an html file. The legend generated have to be pasted on a map which is in a png format. A png format file can be pasted on another png format file easily. But because the legends generated are in a html format I cannot paste it on the map file !!
EDIT: Details added: I did Googling first but it resulted in various soft wares for above purpose which I don't want !!
View 12 Replies
View Related
Mar 27, 2010
I have converted a i336.rpm file into .deb file in ubuntu using alien successfully. but I am getting the following error while converting i586.rpm file of the same application into .deb file
Unpacking of 'app-1-1.i586.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 155.
View 1 Replies
View Related
Sep 17, 2010
tool for converting a .kig file to .png file or to any rmat which can be used withLatex....
View 1 Replies
View Related
Apr 3, 2011
My problem is to convert an odt file to pdf using php. I wrote an article in odt and I'd want to download it in pdf from my site. I know "fpdf", but it doesn't convert from odt. Someone says to convert from odt to html then to pdf... but some others says NO! Well, do you know a way? (may be also different from odt to pdf, e.g. from latex to pdf).
View 12 Replies
View Related
Feb 27, 2011
I just purchased a new digital camcorder and after recording I realized that it records that the files were not in a format that I am use to. I need a program or code that I can use to convert these files into a format that I can watch and that I can manipulate to make a longer movie.
Ubuntu 10.4
View 3 Replies
View Related
Mar 12, 2010
How to convert a .flv file to .mp3 file? (Extracting only the sound)
View 7 Replies
View Related
Aug 22, 2010
How would I go about converting a vob file to a DV-MOV or DV-AVI file? Would I have to convert each vob file individually or could I rip it straight from the DVD while watching it somehow?
View 1 Replies
View Related
Oct 22, 2010
I have to convert the following .bat file content in the .sh fileset "JAVA_OPTS=%JAVA_OPTS% -Djava.naming.factory.initial=org.jnp.interfaces.Na mingContextFactory" set "JAVA_OPTS=%JAVA_OPTS% -Djava.naming.provider.url=jnp://localhost:1099" set "SECURITY_OPTS= -Djava.security.auth.login.config=D:jboss-5.0.0.CR2-jdk6jboss-5.0.0.CR2serverdefaultconfjaas-standard.cfg"
View 1 Replies
View Related
Feb 5, 2011
On Ubuntu 10.10 with Alien 8.81 I do a
Code:
sudo alien -dvc ICAClient-11.0-1.i386.rpm
(out below)
[code]....
View 6 Replies
View Related
Mar 28, 2011
I have a single VRO file from my camcorder, it is made up of about 100 different clips, they show up as individual clips on my camcorder, but only as a single file when I take it off the camera. Is there any program that can extract or split this file back up into the different clips? It's a pain trying to edit this when I may only need one clip out of it (total number of frames is over 132,000!
View 1 Replies
View Related