Ubuntu :: Converting .ISO To .BIN/.CUE

Nov 24, 2010

i have a few .ISO's i need to convert to .BIN/.CUE files.

i find all kinds of software for converting .bin/.cue's into .iso's, but not vice-versa.

View 8 Replies


ADVERTISEMENT

Ubuntu :: Converting M4a To Ogg ?

Jan 9, 2010

I'd prefer a command line version if possible. Batch use would be best.

View 6 Replies View Related

Ubuntu :: Converting .ogg To .mp3?

Feb 3, 2010

I need to convert a couple files on a CD to .mp3 files to put them on my mp3 player.

View 6 Replies View Related

Ubuntu :: Converting Jpg To Png?

Mar 22, 2011

I'm trying to put a background on a DVD through DeVeDe, Image i want to use is jpg and it only accepts png, I do prefer to work from terminal i can learn and become more comfortable with it, But a GUI would be good too

View 5 Replies View Related

Ubuntu :: Converting .bat Into A .sh?

Jul 15, 2011

I have been looking everywhere and even tried writing this shell script my self but almost blew up my computer ahahah I suck and i'd seriously appreciate some help here so can sombody please convert this .bat into a .sh Here it is:

@echo off
Title Client
START java -Xmx512m Gui 30 0 lowmem members 32
exit

View 1 Replies View Related

Ubuntu Multimedia :: Converting DTS To AC3?

Feb 16, 2010

I have spend the entire weekend trying to convert a mkv file with a DTS audio track to an AC3 audio track. I wrote a small article on it on my website with plenty of links and suggestions. I used applications like TVersity, PS3 Media Server, mkvdts2ac3 script, and avidemux. I just hope i can save someone's weekend with this. Anyway here is the link:

[URL]

View 4 Replies View Related

Ubuntu :: Converting .ogg Files To .mp3?

Apr 14, 2010

What are the proper ffmpeg instructions for converting .ogg files to .mp3?

I have followed several formulas, but each time I get an error message.

View 9 Replies View Related

Ubuntu Multimedia :: Converting From Ogv To Avi?

May 6, 2010

every time i try to convert from ogv to avi file using ffmpeg on ubuntu 10.04, this was working on 9.10 the output avi file comes out looks like this

View 9 Replies View Related

Ubuntu Multimedia :: Converting .avi To .mp4?

Jun 14, 2010

Is there a command that I can use in terminal to convert a .avi file to a .mp4 file?

View 1 Replies View Related

Ubuntu Networking :: Converting WEP As WPA?

Nov 22, 2010

I just setup a dual boot Ubuntu/Vista Basic on my Compaq Presario laptop (came with Vista Basic - hate it). I know my 10 key encrypted code (26 chars) for my WEP key that I use to connect to my Belkin wireless router with Vista. How do I convert it to WPA to create a wireless connection in Ubuntu?

View 1 Replies View Related

Ubuntu Multimedia :: DVD Converting - How To Get Mp4 Less Than 1 Gb

Dec 14, 2010

i am converting my DVDs into a media library. The ripping itself is no problem. (using Xilisoft dvd-rip under wine; works flawless).

when i convert to a mp4 file, with good quality, the output is always around 1.2 -1.8 gb. depending on the movie file. i tried Xvid and the size is pretty much the same. only by reduucing the pixel size etc... i get like a 600-800 mb file.

when i see other ripped movies, with about the same movie length, they getting 800mb mp4, in perfect quality, no smaller screen, pixels are great etc... is there any kind of advanced setting to it? bitrate, audio? to get down to this file size..?

View 4 Replies View Related

Ubuntu Multimedia :: Converting Mkv To Avi For Ps3?

Feb 18, 2011

I have mediatomb (0.12.0~svn2018-6ubuntu2) installed on Ubuntu Server 10.04.2 LTS which I use to serve video to my PS3 (slim version). MOst videos work fine but I have some mkv's giving me trouble.I'm trying to use mencoder to re-code the video to one that the PS3 can play. mkvinfo says the video track is Codec ID: V_MPEG4/ISO/AVC and the audio track is Codec ID: A_AC3.I used this command to convert to avi (found it in a thread on this forum):

mencoder -oac mp3lame -lameopts cbr=128 -ovc xvid -xvidencopts bitrate=1200 video.mkv -o video.avi

but the PS3 says the avi is an unsupported format.

View 6 Replies View Related

Ubuntu :: Alien - Converting RPM To DEB?

Jun 17, 2011

Code:

kannibal@Kannibal:~$ cd ~/Desktop
kannibal@Kannibal:~/Desktop$ sudo alien --script -k sqldeveloper-3.0.04.34-1.noarch.rpm
[sudo] password for kannibal:

[code].....

filename is correct and it is placed on the desktop in rpm format but when i try to convert using terminal i get the above errors.

View 2 Replies View Related

Ubuntu Multimedia :: Converting An MPG To A DVD Format?

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

Ubuntu Multimedia :: Converting NTSC DVD To PAL DVD?

Feb 10, 2010

I am in Toronto Canada and we have NTSC television. I am going to England where they use PAL. My mom's DVD player cannot read NTSC.

I have a TV show on my PVR that I want to burn to a DVD so that she can see.

I have to output the program from the PVR to my DVD recorder; I do not have the hardware to send directly to my computer.

So I believe I must follow these steps:

Rip DVD to computer
Convert to PAL format
Burn to DVD

View 2 Replies View Related

Ubuntu :: Converting Multiple Files (TIF To EPS) At Once

Mar 4, 2010

I am converting .tif images to .eps and am trying to do a bunch of them at once. I have tried
Code:
convert *.tif *.eps
but this doesn't do it.

View 2 Replies View Related

Ubuntu Multimedia :: Converting Mp3 To Wav When Burning?

Mar 4, 2010

Trying to burn with CD/DVD Creator. I can't find anything in the program (settings wise) that will automatically convert mp3 files to wav files. I used to use k3b, and it used to do that. I did try installing k3b, however I am getting glitches in the program. I don't want to covert mp3 files over to wav every time I want to burn a new cd. Does anyone have a suggestion as to another program or place to find the burn setting for encoding?

View 6 Replies View Related

Ubuntu :: Converting .rpm Files To Deb For Install?

Jun 10, 2010

I have heard that tclient v2 is much better than the one that comes with ubuntu or even remmina and have found a rpm package for it.

I search and found I should use alien to convert to a deb so I can install; I am getting the following error :-

sudo alien -k tsclient-2.0.2-1.fc11.src.rpm
error: incorrect format: unknown tag
mkdir: cannot create directory `tsclient-2.0.2': File exists
nable to mkdir tsclient-2.0.2: at /usr/share/perl5/Alien/Package.pm line 257.

I am running alien from the directory where the .rpm file is and while the extraction is done the creation of a deb file is not.

View 5 Replies View Related

Ubuntu Multimedia :: Converting Mp3 To Audio Cd On 10.04?

Jun 10, 2010

what i need, to convert my mp3 files to play on my cd player. on Ubuntu "Lucid".

View 1 Replies View Related

Ubuntu Multimedia :: Converting Wmv To Avi Format?

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

Ubuntu Multimedia :: Converting Zune Wma To Mp3 ?

Jul 11, 2010

To Ubuntu after switching from Windows Vista. So far I really like it. I am trying to convert music in wma format that I purchased on Zune to mp3 format so that I can play it in Rhythm Box and use it on a SanDisk Fuze that I recently purchased. I installed Sound Convert. Sound Convert works fine when converting wma files that were created from ripping CD's. However, it freezes when trying to convert wma files that were purchased from Zune. Also if I try to double click on one of the wma files to play it with movie player, I get an error message saying that the file is encrypted and decryption is not supported.

I did find a converter on Windows that works. However, it was a trial version that only converts 90 secs. The full version costs $25. I do not feel that I should have to pay for music that I have already paid for. The music was purchased a la carte from Zune (not with the monthly pass). Does anyone know of a workaround to free my Zune music so I can access it on Ubuntu?

View 4 Replies View Related

Ubuntu Installation :: Converting From CentOS To 10.04?

Jul 23, 2010

I have a server I'd like to convert from CentOS to Ubuntu 10.04. The only issue is that I don't have physical access to the machine or access to any part of the boot process. Using only ssh, how would I install 10.04 on this machine?

View 1 Replies View Related

Ubuntu :: Converting To Netbook Edition?

Aug 12, 2010

I have a netbook running Ubuntu Lucid. Is there a way to try out the netbook interface without actually changing the whole installation. I have a separate home but still would like to try it 1st. I tried as an install it a few versions back and hated it but it seems a lot improved with 10.04.

View 4 Replies View Related

Ubuntu Multimedia :: Converting AVI To MP4 For IPod?

Nov 6, 2010

The problem is the only video codec that iPod touches can playback is MP4. My Psych episodes are AVIs. I've heard of and used mencoder to change video codecs before, but I'd have no idea how to write my own script for it. What I was thinking of doing is using Avidemux to convert it? Open the AVI in adivemux Switch the video to MP4 Mpeg-4 switch the audio to MP3 lame

Honestly i'm not too firmiliar with codecs and containers but its telling me that rather than Xvid(which i think it was previously) the video codec is MP4 and the audio is MP3, and the container is AVI. First of all is this correct? Did i get the codec/container right?

Secondly will this work on my iTouch? I guess dealing with AVIs as a container is ok as long as the video codec is MP4? rather than like OGG or something? Ugh i'm so confused, i've just been rambling..

Ok. First of all do i have codecs/containers down? Am i correct with my assumptions? Second, I am correct that the CODEC is the problem, it must be MP4 to play back on the iPod? the container being AVI has nothing to do with it? (i'm basing this off of the fact that i know the only "codec" iPods can playback is MP4)

Edit: are there any other possible ways to convert an AVI to an MP4?

View 1 Replies View Related

Ubuntu Multimedia :: Converting .wav Files To Mp3?

Nov 16, 2010

I copied some songs off a CD and wanted to convert them to mp3. Is there a program that I should have used to rip them that would have done that or is there a program that will convert them for me?

View 9 Replies View Related

Ubuntu Multimedia :: Converting And Burning A DVD?

Nov 24, 2010

I need something that will convert and then burn a DVD. I have tried almost all of the options on Ubuntu including Devede, K3B, Avidemux, Qauthor, Tovid, Transmageddon, DVDstyler and probably more. None will convert to a NTSC format without trying to create a DVD menu which seems to be the problem involved in playback except for Transmageddon, but it fails to provide the bup and ifo files to go with the video files to get K3B to burn it. I'm able to make DVD's that work on computers, but I want DVD's that will play in my DVD player. Any programs other than the ones I named that can do the conversion without creating a DVD menu and create all the files needed to get K3B to burn it? If needed, I'm converting from AVI. Also,

View 9 Replies View Related

Ubuntu Multimedia :: Converting .nwc Files To .ly?

Jan 22, 2011

Is there a way (strictly in Ubuntu -- well I am viewing the noteworthy files under wine) to convert these files to lilypond format? I have tried the nwc2ly converter, but so far without any success. Any thoughts, or suggestions? You see I have a friend that has done a lot of Orthodox Music in NWC, but I want to get it into Lilypond as it will look better, and then I can easily convert to pdf, and easily change things if needed, etc. But I would rather not have to print and retype it all.

View 1 Replies View Related

Ubuntu :: Converting To FAT32 And Mounting?

Feb 20, 2011

I have a 500GB Hard Drive NTFS format that is full of movies and pictures. I want to convert it to FAT32 and connect to XBOX 360.

I have GMount and have been doing test with a smaller 4GB flash drive. The drive was NTFS I was able to format it to a FAT32 no problem. Was not able to mount it in ubuntu so that I could actually add files to it . Ubuntu knows that the 4GB is their but will not let me open or mount it.

So can you change a hard drive to a FAT32 and still write to it from in Ubuntu if so how?

View 6 Replies View Related

Ubuntu Multimedia :: 10.4 - Converting CPI File To MP4

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

Ubuntu Multimedia :: Converting OGV To MPEG?

Mar 19, 2011

I have just captured some screen-shots with GTK-RecordMyDesktop, but now I can't use them. The videos plays right in vlc and totem, but crashs Pitivi and turn into pink splotches in kdenlive. When I convert them using ffmpeg, the video turns into blue and pink splotches. Here is how I'm converting it:Code:ffmpeg -i out.ogv out2.mpgConverting it with vlc crashes the program.I never had problems like this before. I have used recordmydesktop and ffmpeg many times, but on a 32bit computer. I have a 64 pc now, running ubuntu 10.04 x64.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved