Ubuntu Multimedia :: How To Split Mp3 Files

Oct 5, 2010

I want to split audio files at cirtain point in time.

View 9 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Split Files In Order To Burn Files Into Two Different Dvds

Jan 2, 2010

the VBO file that i want to burn into a dvd is around 7.9 gb. i want to know if it's possible to split them in order to burn the files into two diferent dvds.

View 5 Replies View Related

Ubuntu Multimedia :: Split Wav Files From The Command Line?

Apr 2, 2011

how to split wav files from the command line?

View 4 Replies View Related

Ubuntu Multimedia :: GUI Programs To Split A Video File Into Smaller Files?

Mar 26, 2010

What are the best GUI programs to split / chop a video file of 60 minutes into six 10 minute videos?

View 2 Replies View Related

Ubuntu Multimedia :: Chromium Cache Videos Split Into Data Files?

Aug 14, 2011

streaming videos i sometime want to save them, after watching. generally they're saved as flash videos or mpeg-4 video, which is all fine.however periodically they're split-up and saved in smaller chunks with names like data_1, data_2, data_3 etc. these range from 14.0 - 44.0 MB. the file in question (currently i'm trying to save from the cache) was from divxden, or possibly divxstage.eu either way i think it used the totem plugin.so, my question is: does anyone know if these files can be stuck back together, or if this feature can be changed so streamed files are kept intact?

View 1 Replies View Related

Ubuntu :: Burning Split Tar.gz Files To DVD?

Feb 4, 2010

I am using rsync to create rotating snapshot style backups of my web files and sending them via SSH to a remote location in order to burn them for offsite storage. This is all working perfect. The remote machine is a Windows Server 2003 which has data that I combine with my web files before burning. I have cygwin installed on the remote server in order to archive and compress the entire backup using tar. (This is not a post about cygwin, I just thought I would mention it in case anyone was wondering how I was running Linux commands after transferring it to the Windows box). After compression, the backup is over 12gb. The next step in my process is to split this tar.gz file into smaller chunks in order to burn them to DVDs. I use dual layer DVDs which are 8.5gb storage size.

I also use cygwin to split the tar.gz into multiple 2gb files using the split command. When I burn them, I only put 3 files on each disk totaling 6gb to leave some padding in case this was a problem. The burn completes and says successful, although it errors out when in verification. I have tried this multiple times and it seems to fail verification at the same point every time which leads me to believe that it has something to do with the data. I have also done tests such as creating smaller backups with completely different data and brning that to a CD-R which worked fine, so I'm convinced this process can work, I just cant get it to work in the right situation. I have also tried burning one of the 7 split files to a dual DVD which also worked fine. I'm wondering if their is a chunk of data that is causing this problem in one of the other split files?

View 2 Replies View Related

Ubuntu :: Split The Files Into .partXX

Mar 2, 2011

I'm looking for a free alternative to split files into .partXX files. I know this can be accomplished through rar, but it's a shareware and I was wondering if there's a free alternative that accomplishes the same job.

View 6 Replies View Related

Ubuntu :: How To Extract Split Compressed Files

Jun 24, 2010

im trying to reconstruct / extract a file that was too large to fit onto a floppy, used 7zip to create and split the file into multiple parts in tar.bzip format. this was done in windows. Then moved all the parts of the file to tiny linux on a really old laptop. no cd drive, no usb or network. so have to rely on floppy drive. i do know that reconstruction while extracting using commands is possible. but not working.tried tar -xMf file.tar.001 but nothing.

View 2 Replies View Related

General :: How To Split Tar In Two Files

Feb 2, 2010

I'm trying to upload my tar'ed site to server but I have upload limit. My ftp program extracts tar after uploading it. How do I split this one tar into two so I could upload one tar and let it extract itself, and then upload second one and let it extract itself too?

View 1 Replies View Related

CentOS 5 :: Split Files Using Rar / Zip?

Jun 17, 2009

I have a file of +1 1GB in size. I want to split it in either 100MB rar files or 100MB zip files.

Anybody know what command I need for this?

Please keep it simple, I'm very new to linux. So I'm hoping somebody can give me a command in the lines of "blabla "put file name here" "put file size here" "put folder to rar/zip" here.

View 4 Replies View Related

Ubuntu :: Compress Files Or Create Split Archives?

Apr 25, 2010

i have noticed that if right click on many files types for instance iso files i don't have the option to store them in compress files at all i have one iso file now that i want to compress and split to three parts so i could upload it but as i said right click on the file don't helpbecause i don't have the option there so what can i do?

View 4 Replies View Related

Ubuntu :: Command To Split A File Into Multiple Files?

Nov 22, 2010

I have a log file on ubuntu 10.04 that has 500 lines of log data in it. What command could I use in a terminal to split the single 500-line file into generate ten files each with 50-lines of log files each?

View 2 Replies View Related

Software :: PDF Convert/ Split To Files

Jun 14, 2010

I have one pdf file with 55 pages. I would like to reduce file size so

A. I would like to split it to several pdf with few pages each. Is that possible some how?

B. Also a good idea is to convert pdf file to some other file extension just to reduce file size.

View 3 Replies View Related

Software :: Tar Split Into Small Files?

Feb 7, 2011

Rather simple question, but is there a way to make an archive (simple tarball, no compression needed) out of a very large file and split it into parts? Basically I need a ~1GB file in 25MB pieces.

View 1 Replies View Related

Fedora :: Split Files Into Several Equally In Rar Format?

Nov 7, 2009

I am used to upload files to the web and as I have very large divirlos in equal installments over the windows used winrar but not here?

View 13 Replies View Related

General :: Split A File Into Multiple Files Using AWK?

Aug 5, 2010

I have a file with 5 columns. Column 4 contains numbers.Is it possible to split the file into multiple files using a condition for the contents of column 4 i.e if column 4 contains a value between 0-10 then print the lines to a new file called less_than_10.txt

View 1 Replies View Related

CentOS 5 :: Join Files Split By Ffsj?

Apr 28, 2011

I am downloading a set of files that were split by a program called ffsj

http://www.jaist.ac.jp/~hoangle/filesj/

The Fastest File Splitter and Joiner.

I have been googling it, but I am not finding anything that is telling me how I might join these files using my CentOS Linux. How can I join these files using CentOS?

View 5 Replies View Related

General :: Split Files On Windows Compatible With System Cat?

Mar 17, 2011

I need to split up a large file on windows so I can upload it in parts to a linux machine. I'm looking to do the opposite to this hopefully with some native utilities to keep it simple.

I understand the linux side of the equation to be cat filea fileb > file

what is the simples way to split files on a windows machine which can then be joined together via cat on a linux machine?

View 1 Replies View Related

General :: Split Backup Created By DD Into CD Or DVD Sized Files

Dec 8, 2010

I am backing up parts of my computer with DD, and i was wondering if there was a quick way to split the files created into 4.4GB sized files that will fit onto a DVD. Anyone have any idea of how to do this?

View 6 Replies View Related

General :: Reassemble Files Split Without Enumerating All Of Parts Explicitly?

Apr 13, 2010

I used split -b 32m "file.bz2" "file.bz2.part-" to split a file and it created more than 50 parts. From googling, the way I found to reassemble the parts is to cat file.bz2.part-aa file.bz2.part-ab > file.bz2, while enumerating all the 50+ parts. Is there an easier way to reassemble the parts wherein I no longer need to list all those parts explicitly?

I'm using Fedora 12.

View 3 Replies View Related

Programming :: Split Multi Line Record Into Multiple Files With Awk?

Nov 11, 2009

I have a large file 'NS0923.csv' with data like the following. There are two records in this multi-record sample.

Code:

E60898,4578910,03/06/09,BEN BOYD RD,61,82,,,127,3,,52000.3046.001,3155,4.00,,PLT,1356,1.00,05/06/09,Y,Y,0551
,,,,,,,,,,,,4057,1.00,CLEAN CAR SHARE SIGN,LAB,0551,1.00,,,,

[code]....

2. I still have to create a file 'transaction.csv' that should retrieve data from $13 - $15 with the identifying column $1. Required output:

Code:

E60898,4057,1.00,CLEAN CAR SHARE SIGN

3. And finally another file 'quantity.csv'. Retrieving data from $16 - $18 with identifier $1. Required output:

Code:

E60898,PLT,1356,1.00
E60898,LAB,0551,1.00
E60898,LAB,3065,1.00

[code]....

View 10 Replies View Related

General :: Playing Broken Video Files (Binary Split Into 6 Parts)

May 26, 2011

Today encoders are getting smarter. They can compress Blu ray similar quality in 700MB. It seems header of video file contain info about frame rate, audio/video encoder etc. which can't be guessed. In MPEG audio , every part of file is independently playable. If a movie is binary split into 6 parts & I don't have the first part then it is unplayable.

Code:
example
ls
-rwxrwxrwx 1 root root 280M 2010-12-07 20:23 irn2-cd1.mkv
-rwxrwxrwx 1 root root 50M 2011-05-26 13:09 last-50M-cd2
-rwxrwxrwx 1 root root 50M 2011-05-26 13:44 first-50M-cd1
file *
first-50M-cd1: Matroska data
last-50M-cd2: data
irn2-cd1.mkv: Matroska data

View 1 Replies View Related

Ubuntu Multimedia :: Split Screen Is Not Working Correctly?

Feb 11, 2010

I just installed 9.10 on my acer as a second partition. The only problem I am having is my split screen is not working correctly. They just mirror each other so I have basically 2 monitors doing exactly the same thing. No splits. My graphics card is nvidia geforce 7300 LE.

View 2 Replies View Related

Ubuntu Multimedia :: Split Mpeg File Using Ffmpeg?

Jan 29, 2011

i try to split mpeg file using ffmpeg. The splitting itself works OK, but the quality is lower. What should I do in order to keep the same video quality?

The way I used ffmpeg:

Code:
ffmpeg -i in.mpeg -ss 00:00:00 -t 00:02:58 out.mpeg

View 6 Replies View Related

Ubuntu Multimedia :: Start Rhythmbox - Open For Like A Split Second And Then Close Again

May 9, 2010

Every time I try to start rhythmbox all it does is open for like a split second and then close again. Only thing I did was install updates and then this started happening.

View 9 Replies View Related

Ubuntu Multimedia :: Non Standard Resolutions With Split Screen View

Mar 18, 2011

I have 2 screens connected by vga/dvi and need to use different resolutions...at the minute ubuntu is forcing the same for both. Where should I start looking. I have two video files recorded simultaneously. I want to edit them into one video file with non-standard resolution and a split screen view which, two videos can be seen together. I tried kdenlive but I was unable to change the output resolution.

View 1 Replies View Related

Software :: Split A File, Without Using 'split'?

May 20, 2011

Im in a unique situation where a box has a 400G file, on FreeBSD, without thesplit' utility available

View 11 Replies View Related

Ubuntu Multimedia :: Split Single Lossless Cuefile To Tracks (flac/wv/mp3/ape/ogg)?

Jan 8, 2011

found this today on my travels

Code:

########################################################################
## Split Lossless Audio by Cue File
## By CokiDVD
## Contains some code from:

[code]....

View 9 Replies View Related

Debian Multimedia :: Open Nautilus In Split View?

Nov 17, 2010

I open nautilus and almost always immediately press F3 to enable split-view. How to enable this view by default?

View 9 Replies View Related

Ubuntu Multimedia :: Skype: Split Ringing And Calls To Headphone And Main Speaker On A Laptop?

Jun 3, 2010

I'm running 10.04 on a Fujitsu Siemens Amilo Pi 1505 laptop. Normally, when I plug my headphones in, all sound is diverted to them. I haven't found anything in sound preferences that changes this.(Under Sound Preferences, Output tab, there's a dropdown called Connector.It has options: "Analog Heaphones", "Analog Output" and "Analog Speakers" but they don't seem to make a difference.) I'd like to leave my headphones plugged in all day and setup my machine to play all sounds through my speakers (including Skype ringing), except Skype calls, which should play through my headphones. Skype has a feature to split the ringing and call sounds, i.e. play them on different devices, but the only option in each dropdown is "PulseAudio Server (local)".

View 1 Replies View Related







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