Ubuntu Multimedia :: Convert AVCHD MTS Files To MPEG?
Jul 16, 2010
I have been searching the forums with limited success on how to convert MTS files to MPEG. I have been able to open the MTS file with OpenShot and KdenLive but they aren't really for converting files or at least I haven't figured out how to do it. Is there a simple GUI tool to convert these MTS files quickly and easily?
View 2 Replies
ADVERTISEMENT
May 14, 2010
I have some videos made with a digital camera in mjpeg format and I want to convert so something else, into xvid, mkv or I dont know, just to made them smaller without quality lose. So is there something GUI for this, or I need to start reading the mencoder man page?
View 9 Replies
View Related
Sep 11, 2010
I'll start with the end:
Code:
mencoder infile.mts -demuxer lavf -oac copy -ovc copy -of lavf=mp4 -o outfile.mp4 ..and now to explain myself:
AVCHD (MTS) is basically a container format for MPEG4-AVC video and AC-3 Audio. It's commonly found on modern camcorders. I have pulled files off a Sony Camcorder (I forget which model), which records in 1080i@50Hz. It seems there are timestamp problems, and both the even and odd fields are stamped with the same time, and not 1/50th of a second apart as you'd expect. This currently breaks ffmpeg (0.6~svn20100711), and the mencoder (SVN-r31722) internal demuxer doesn't like it either. The libavformat (lavf 0.6~svn20100711) demuxer/muxer seems to handle it, so that's what we'll use.
[Code]...
View 9 Replies
View Related
May 12, 2011
How do you convert AVCHD video file (MTS) to MP4 or WMV? Which program on Ubuntu do I use?
View 1 Replies
View Related
Jan 15, 2010
I have been having a problem with K9 Copy whenever I try to convert a DVD to MPEG files using the method without encoding, but for some reason lately it seems to be splitting each episode into about 6 or 7 pieces instead of just one. I never usually have a problem with this, but for some reason it seems to be doing this whenever I try to rip something. On a side note, I am running on Obuntu 9.10 and have K9Copy version 2.3.0 installed. I have tried installing several other versions, but it does the same thing with each.
View 9 Replies
View Related
Feb 26, 2010
I want to convert video mpeg files to mp4.
What program can I use to do it?
The problem is my video mpeg files on my site are just to big, something like 30 meg for a 1 minute video.
Don't reply if you don't know exactly what to use or do.
View 1 Replies
View Related
Nov 25, 2010
When importing files from my digital camera, I find it less confusing to open a folder and then drag the files to where I want them on my hard drive rather than to have Shotwell do it automatically (as described by jennacav in this post). That's straightforward for photo files, but what about for video files? On my camera, they are stored in an AVCHD folder, which itself has several folders and subfolders. Does this mean that I have to drag the files over as a group, or is there some way they can be handled individually as photos can be? (I'm new to both Ubuntu and digital photography.....)
View 5 Replies
View Related
Oct 8, 2010
I need to convert an mpeg into a series of still images but I cant find any software on linux to do this unless you know of any software that can convert video into vector style graphics
View 8 Replies
View Related
Jan 15, 2010
I have been having a problem with K9 Copy whenever I try to convert a DVD to MPEG files using the method without encoding, but for some reason lately it seems to be splitting each episode I am trying to rip into about 6 or 7 pieces instead of just one.
I never usually have a problem with this, but for some reason it seems to be doing this whenever I try to rip something. I am running on Obuntu 9.10 and have K9Copy version 2.3.0 installed. I have tried installing several other versions, but it does the same thing with each.
View 6 Replies
View Related
Jan 8, 2010
downloaded dvdrip from synaptic, got all dependencies, got the css library... When I click the button to collect the table of contents (DVD's info from the DVD, it seems), it just flat out fails. I get a warning dialog with this message: "Job 'Read TOC (lsdvd)' failed with error message: Error reading table of contents. Please check your DVD device settings in the Preferences and don't forget to put a DVD in the drive. The log looks like this:
[Code]....
View 1 Replies
View Related
Jan 18, 2010
How can i convert .swf video to something playable like avi or mpeg ?
View 8 Replies
View Related
Nov 9, 2010
I am running 10.10 64-bit and am trying to get an option in WinFF to convert an MPEG file to an iPod compatible video. All of the HOT_TO guides I could find involve installing the FFmpeg libraries, which I have done as well as I could have.The problem is that within WinFF, I don't see anything different in the "Convert To ..." drop-down. The Wiki I am reading tells me to select iPod, but this isn't available.What do I need to do to get this to be selectable?
View 9 Replies
View Related
Sep 13, 2010
I am new to Linux and I am trying to convert image files to mpeg video I tried using this command images2mpg -o Vorticity.mpeg -i Vorticity-Magnitude0%d.jpeg I get an error as below bash: images2mpg: command not found
View 2 Replies
View Related
Nov 28, 2010
This is my first post in this forum. After trying out every video compositing program I found for Linux, I am about to settle with KDEnlive. It looks like the best allrounder professional program in this section to me.
I only got one problem. I cant encode files with mpeg-4. All options here are grayed out and if I hover over one of the options for a moment it's going to tell me:
"Unsupported audio codec: libmp3lame" Whats funny is that it worked a time before i reinstalled my system. I also checked and I got libmp3lame installed. So why has KDEnlive problems to access this library?
View 2 Replies
View Related
Oct 6, 2010
I am looking for a simple tool that would allow me to stitch together short mpeg files or to cut out unwanted sequences of files, without having to use a heavy video editing programme like OpenShot.
If it can do the same for audio files (mp3) and possibly convert between formats, even better !
View 1 Replies
View Related
Aug 17, 2009
Is there anything in OpenSUSE's repositories to convert avi to mpg video? What does everyone here use?
View 6 Replies
View Related
Mar 3, 2011
how do i successfully convert jpg's to a mpg
i found this command 'convert *.jpg filename.mpeg' part of ImageMagick
when i issue it i get
Code:
[kp@freeze photos2]$ convert *.jpg clock.mpeg
convert: delegate failed `"ffmpeg" -v -1 -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2 -i "%M%%d.jpg" "%u.%m" 2> "%Z"' @ error/delegate.c/InvokeDelegate/1061.
the images are of a clock gauge, captured every minute over numerous hours. i would like to view these pictures as a movie, visually it is easier to watch
PC F14 with all the latest updates
Code:
[kp@freeze photos2]$ rpm -qa ffmpeg
ffmpeg-0.6-4.20100704svn.fc14.x86_64
[kp@freeze photos2]$ rpm -qa ImageMagick
ImageMagick-6.6.4.1-15.fc14.x86_64
View 3 Replies
View Related
Sep 27, 2010
Is any linux live cd distro for converting movies from mpeg to avi formats ?
View 1 Replies
View Related
Jan 17, 2011
I've been trying to view the footage I have in 1080i AVCHD on my new system but can only view it in VLC, and then only when hardware acceleration is turned off, and there's still a bit of shearing with a hexcore and a Radeon 5850.
Is there a trick to get it to play and/or preview in Mplayer/OpenShot/PiTiVi ? I've tried them all, and I can hear sound but no video. Maybe there's a system-wide way to shut off video decode acceleration.
I guess what I'm asking is, can anyone play/preview/edit in these applications with AVCHD or is it something with my new system? Everything else seems to work great. Maybe I need to try turning off compiz compositing?
Unfortunately, I bought the damn thing to do exactly this kind of video editing, and don't want to have to drop back into Win 7 to use Vegas.
View 9 Replies
View Related
Jan 30, 2011
I have installed this program ok but I am new to command lines in terminal.
I want to convert some wav files to wma files. I have the wav files currently in a folder called Test to make it easy. So I have entered the following command line:
ajpearson@ajpearson-laptop:~/Desktop/pacpl-4.0.5$ pacpl --to wma home/ajpearson/Desktop/Test and the error message I get is:
error: the following is not a file or directory: home/ajpearson/Desktop/Test
It does not matter what directory I use I get the same error. I am sure the answer is obvious - but not t me.
View 9 Replies
View Related
Sep 21, 2010
how to convert mp3 files into files with the m4a extension? Need to get music files to be recognized by my DSi.
View 4 Replies
View Related
Jun 7, 2010
how i can convert mkv files to avi's that will work on my ps3.
View 1 Replies
View Related
Sep 19, 2010
I tried using Avidemux, but it's taking too long. WinFF doesn't work, acting like the codecs aren't installed even though they are. and that's about it..
View 1 Replies
View Related
Dec 24, 2010
I'm attempting to convert my mom's old CDs into mp3 files via Sound Juicer. The problem is the process starts at 10.6X speed but goes all the way down to 1.2 and takes forever!
View 4 Replies
View Related
May 8, 2011
I've got a few videos (MKV) which have AC3 audio, I copied them to my Xoom tablet but AC3 is not supported so there is no sound. Hence I need to convert the audio to MP3, can anyone recommend a good program for doing this?
View 2 Replies
View Related
Jun 4, 2011
My sister has a Nintendo DSi that can only play music files if converted to aac format. I could do it on my desktop that runs Windows XP, but unfortunately my tower doesn't have an SD slot to do so. The laptop I'm using does have a slot and is running Ubuntu. The thing is, is there any way I can convert mp3 files to aac so they can play on my sister's DSi?
View 4 Replies
View Related
Apr 9, 2010
what package can I install to convert AVI files to DVD format??
View 8 Replies
View Related
Aug 11, 2010
I'm running ClipBucket on my Ubuntu 10.04 LTS server x64.Conversion of AVI to FLV works just fine, however when I try to upload an MPG file, it fails. Apparently I should recompile ffmpeg to allow for MPG > FLV conversions.
View 3 Replies
View Related
Sep 1, 2010
I have a collection of *.mkv files which are 720 HD resolution (1920x720). I'd like to watch them on my netbook, but it can't handle HD content. The videos play fine on any decently-powerful desktop, under either Windows XP/7 or Ubuntu, but they are simply too much for the Atom CPU of the netbook.Is there a way to downconvert the .mkv files to something the netbook can handle? It doesn't have any problem with standard DVD content, which is of course lower resolution. Cutting HD content down to the netbook's native resolution(1024x600) would probably be sufficient.
A free software package available in the repositories would be great, but I have no problem manually installing something if necessary. I have not done any work with converting videos to different formats, so I don't know what's out there for Ubuntu.
View 9 Replies
View Related
Sep 7, 2010
I want to be able to convert SWF files to AVI or MP4.FFMPEG will not do it so don't even mention it.WinFF won't work either.
View 5 Replies
View Related