Ubuntu :: Convert A DVD To MPEG Files Using The Method Without Encoding?
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
ADVERTISEMENT
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
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
View Related
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 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
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
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
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
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
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 27, 2010
Is any linux live cd distro for converting movies from mpeg to avi formats ?
View 1 Replies
View Related
Mar 23, 2011
I want to convert many text files(copied from windows workstation) into utf-8 encoding file. Yes, iconv is available for it. However, I have to give source file encoding at the command line parameters! The problem is, at most case, I am not sure the source encoding of it. And, I also want to use a script to convert many files recursively.
View 2 Replies
View Related
Sep 17, 2010
I have a few ogg files that I want to put on my phone. My phone doesn't play oggs, so I need to convert. It's just an audiobook so I really don't care about quality. Oddly, nothing I try seems to be up to the task. Here's what I tried so far:
sox my.ogg my.mp3: "sox FAIL formats: can't open output file `x.mp3': SoX was compiled without MP3 encoding support" mencoder: wants video too?? Wha?? vlc (from GUI): "p, li { white-space: pre-wrapStreaming / Transcoding failed: It seems your FFMPEG (libavcodec) installation lacks the following encoder: MPEG Audio layer 1/2/3. If you don't know how to fix this, ask for support from your distribution.
This is not an error inside VLC media player. Do not contact the VideoLAN project about this issue." lame my.ogg my.mp3: "sorry, vorbis support in LAME is deprecated." audicity (via GUI): success..but I'm now going to have to somehow script it. This is very annoying. It makes me want to rip directly into mp3 from now on. Is there an easy way to convert an ogg file to an mp3 from the command-line?
View 9 Replies
View Related
Jan 4, 2011
Recently I tried to convert a .flv file to an mpeg file using ffmpeg. Although I changed directory to the directory in which the.flv file resided FFMPEG said the file did not exist. However when I gave the "ls" command the file was present. Where is my mistake?
View 2 Replies
View Related
Nov 6, 2010
What I am trying to do is to convert a mass of files from standard Windows text encoding to UNIX encoding(462 .txt files). After a bit of searching, I found this bit of code, changed the necessary parts, put in "Sleep" so I could see the output and ran it:
Code: #!/bin/bash
FROM=iso-8859-1
TO=UTF-8
[code]...
View 6 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
Jan 30, 2011
Ubuntu 9.10 and Gnome 2.28.1
I have a set of MPEG-4 files, all created by Handbrake, sitting in a directory.
Most of them have an icon that shows a still from the video content, but four of them have the generic "film spool" icon.
Why do some of these files have that generic "film spool" icon? How can I choose the frame to be used as the icon?
View 2 Replies
View Related
Jun 8, 2011
I'm trying to convert the encoding of multiple files in a directory and I try to do it as follows.
Code:
#/bin/bash
find . -type f -name *.txt -exec iconv -f GBK -t utf-8 "{}" -o "{}.utf8" ;
find . -type f -name *.utf8 -exec mv -f "{}" `echo "{}" | sed 's/.utf8//'` ;
The first command goes well by generating utf8 files from all txt files, but the second command fails with error message. Could someone enlighten me about the mistake in the command and share a workable solution?
View 2 Replies
View Related
May 3, 2009
I have Ubuntu 9.04 and just installed Sound Converter. I am trying to convert a bunch of .ogg files to mp3 to play on my iPod and it's not working so well. In the Sound Converter options I have is set to convert to high quality mp3. I choose the folder that the files are in and after a moment (slow laptop) Sound Converter populates, I hit 'convert' and it shows that the conversion completes in two seconds. All that it did was create the new folder structure of artist/album but there is nothing in there. Not sure what I am missing. I used Sound Converter before and it worked fine.
View 2 Replies
View Related
Feb 5, 2011
I have installed Kubuntu 10.10 and i can't find out why.
View 3 Replies
View Related
Jul 18, 2010
I'm trying to use convert, I have installed the imagemagick. I use this line:convert *.jpg test.pdf but I'm only able to convert to pdf 1 single jpg file, not multiple files at once. When there's more than one file, I get the following error: Segmentation fault
View 5 Replies
View Related
Aug 2, 2011
How is it possible to add a new hpfs disk with utf16 encoding files system? I would like to add my windows 7 device at the boot beginning automaticly? I could mount in gnome with nautilus with a one mouse click.
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
[Code].....
View 3 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
Jun 7, 2011
I am only using the 128 character set defined in the original ANSI standard. But as a whole how are the files implmeneted differently. I am not concerned with the display, i.e. if a tab is displayed with 6 or 8 characters but the actual internal representation in memory
One differnce I've hear is the use of (Windows) vs. for line termination (Linux).
View 3 Replies
View Related
Sep 3, 2010
how to search in files text that is one-byte encoding? places - search for files in gnome in ubuntu searches only utf-8 text.i know one way: install wine and total commander, then search with it. what are better ways?[URL]
View 4 Replies
View Related
Oct 27, 2009
Is there an app or find parameter that can search for video files using a specific (DivX for example) encoding? On Windows, you can do this, so I was hoping there would be some way on Linux whether it's with find or another app. I want to find all (*.avi OR *.divx) on my file system with the DiVX fourcc tag (i think that's what its called)
View 4 Replies
View Related
Dec 24, 2010
I have a lot of .flac files downloaded from several sites. Most of them come with a .cue file, and the .jpg with the cover, etc. It seems it is the intention of the uploader that one rebuilds the original CDDA. However, if I had a stand-alone CD/DVD player with flac I would hardly see the point of converting the flac to cdda. Furthermore, I could even play the flacs with a software player although, in this case, the audio quality would not be so good due to the noise picked up by the signal from the PC digital circuits.
View 2 Replies
View Related
Jan 16, 2011
I've multiple jpegs uploaded form IP cam via FTP, I use mencoder to periodically pack them into single avi file, problem is that sometimes one or two jpegs submitted by cam are broken, and this make mencoder exit, without producing movie
View 1 Replies
View Related