Fedora :: How To Join .ogv Files?
Jun 19, 2011
I want to join .ogv files that have been encoded with my all time favourite encoder 'thoggen'? I know cat will join VOB files. The cat command is making very strange noises in my terminal and sending out screwed up letters that i have never seen..)
View 5 Replies
ADVERTISEMENT
Jun 24, 2010
The other day, I needed to send the bank few signed documents (~40 pages). Scanned the signed documents in jpg format and wrote up this script to make a bound pdf. I find it quite useful- have fun.
View 1 Replies
View Related
Mar 2, 2011
I am trying to understand the join command. I wish to join two files:
Code:
$ cat test1
a 0
b 2.51
c 19.85
$ cat test2
a 0
b 2.51
[Code]...
this is great but I do not understand why join ignores the -e flag and fails to insert FOO in the empty field.
View 1 Replies
View Related
May 11, 2010
I've got a collection of comics on my computer which consist of single images in .jpg. I am trying to join them all to a big .pdf, so that I end up with one e-book per comic instead of a bunch of single images. I already tried importing it to Open Office, but that way I will have to rescale every single image to fit a page, which would take ages.
View 3 Replies
View Related
Dec 17, 2010
How can I combine 2 video files into 1 using FFMPEG? I've tried the following command......
cat intermediate1.mpg intermediate2.mpg > intermediate_all.mpg
....the result being only 1 of the video files combined but the overall file size is equivalent to the 2 files combined together.
View 1 Replies
View Related
Oct 13, 2010
I want to use the command line join utility on two files. Unfortunately, they're gzipped. Because they're both gzipped, I can't use gzip -cd. Is there a slick way to do this without having to unzip them?
View 1 Replies
View Related
Jul 23, 2011
Searching Google on how to join/merge many mp3 files, it suggests that I should just cat them together.That might "work", but clearly it is not the correct way to do it, as each header and set of IDv3 tags will also be concatenated.Does a Linux program exist that can be scripted to join/merge many mp3?Can mplayer/mencoder/ffmpeg do it?
View 2 Replies
View Related
Jul 4, 2010
I want to join 4 flv files,I am running Ubuntu 10.4 LTS seems to me that joining flv files in Ubuntu it's a very difficult task.
View 2 Replies
View Related
Jan 22, 2010
I have 2 text files : file1.txt and file2.txt
cat file1.txt
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
cat file2.txt
2 this is sentence1file2
6 this is sentence2file2
54 this is sentence3file2
I would like to join these 2 files. The result should look as follows :
cat joinedfile.txt
2 this is sentence1file2
6 this is sentence2file2
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
54 this is sentence3file2
==> so the joined file must be sorted on the first number. Any ideas how this can be achieved ?
View 4 Replies
View Related
Nov 27, 2010
I have to merge two different pdf files and I don't know how to do this. ..(I use opensuse 11.3 with gnome).
View 9 Replies
View Related
Oct 24, 2010
How do you join multiple MP3 files into one? "cat" and "mp3wrap" are no good as they produce non standard MP3 files. I know I can use audacity, but when you have 1000's of MP3 files to join into one, it takes too long.
View 2 Replies
View Related
Nov 27, 2010
How to use ffmpeg or memcoder to join two .ogv files into a single .ogv ??Let's suppose the first .ogv video file is named as "01.ogv" and the resolution is 800*600;the second .ogv video file is named as "02.ogv" and the resolution is 720*576.I'd love to join two video files into a whole one, with the resolution 320*240.
View 1 Replies
View Related
Dec 17, 2010
How to join two ISO image files in Linux?
View 8 Replies
View Related
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
Nov 6, 2010
I am looking for a program that will take multiple avi files and join them into one file
View 8 Replies
View Related
May 30, 2010
Is there is any application to join files downloaded from rapidshare??Generally i use hjsplit to join these files in windows.. what application i have to use to join those files in ubuntu.They have an extension like 001,002,etc.
View 9 Replies
View Related
Apr 13, 2010
i have started using linux for less than 6 months. now i have come across a problem with pdf files in linux. i want to join different pages from different pdf files into single pdf file.i have come across softwares that do this but they perform this using page numbers from pdf files.but i need to do this based on keywords in different pages .for eg there 3 pdf files
india.pdf
contents:languages
.........
........
places
......
......
achievments
......
[Code]....
now i have to create a pdf file langunage.pdf ,combining the topic languanges from three pdf files america.pdf,india.pdf,china.pdf how can i do it?? whether there is any open source software for doing this?.
View 3 Replies
View Related
Aug 19, 2010
I have a bunch of files that contain a date, then data. When I use join, I get exactly the output I need. But manually joining the first with the second, then that output with the third and so on would take days. I have thousands of files. Can any of you folks help me write a script that would do this?To put it another way, for clarity's sake, here is what I am currently doing
If I were to repeat that 3000 times the final output would be what I need. I know a simple script would do this for me, but I can't figure out how to write it.
View 12 Replies
View Related
Sep 19, 2010
This should be easy but despite all the hints and tricks I've read, I cannot make this work. I have 130+ files with the names filename.avi.001, filename.avi.002, filename.avi.003 all the way up to filname.avi.132. How do I join them? A simple cat command does not work, neither does avimerge or any other utility I can find. I'm guessing because the file extension is a number and not .avi. Is there and easy way to rename them all and then join them? I can't be the only one with this issue but I've scoured the forums and found nothing.
View 7 Replies
View Related
Sep 28, 2009
I have installed Fedora 11 and all updates. Samba 3.4.1. When join to domain from WinXP box with sp3 show error. The specified network password is not correct.
View 9 Replies
View Related
Mar 21, 2010
Is it possible to have fedora 12 join a specific wireless network (my home network) before i login to the gnome enviroment on a standard install? i would like to be able to hit the machine via ssh without needing to be logged in.
View 3 Replies
View Related
Dec 2, 2010
is it possible to join a Fedora box to a Windows Domain. Will the box be automatically added in DNS?How do I configure Fedora afterwards so I can login with a domain user on the box?
View 1 Replies
View Related
Apr 15, 2011
is there an app, runs in Fedora, with a GUI, that can join multiple mp3s into a large single file?
I know Audacity can do this, but it's not really suitable for multiple files and I have voice notes that are in 10 minute chunks.
View 2 Replies
View Related
May 4, 2010
with my question (I�m using Cygwin). How can I join the 2 AWK scripts showed below in a unique script avoiding use temp file?
I have this input file Pipe separated. Code: CATEGORY1|CATEGORY2|CATEGORY3|CATEGORY4
String3|MUSIC/OLDIES/POP/80S/SONGW|String4|
String4|MUSIC/OLDIES/ROCK/70S/SONGX|String5|
[code]....
View 1 Replies
View Related
Mar 6, 2011
I don't know how to join centos v5 to domain cotroller 2k3.
View 4 Replies
View Related
Sep 7, 2010
I, I want to join to partitions, one of them is a primary partition sda3 ( 10Gb), but the second one is an extended, sda10 ( 10GB ). Can I make somehow to see them as a 20Gb partition without touching the other partitions?
View 6 Replies
View Related
Jun 7, 2010
I have a problem that I can not join openSUSE11.2 with KDE. the problem accour after i try to abort a software then I restarted the system.
I get the following message:
Code:
Could not start Kdeinit4. Check your installation.
I also try to repair the system file from the DVD without any success
View 9 Replies
View Related
Oct 7, 2010
Since i first installed my openSuse 11.2 on the laptop, I didn't know how much space I'd need for this OS to run. Now I've encuntered the worst - The root prartition is 6GB big and it might run out of space shortly (700MB left).I had Win XP on it but as soon as I learned openSuse to make basic tasks - i removed the ntfs partition.The HDD is 28GB, I have 6GB root, 7,5GB home, 750MB swap (512MB RAM) ans 14,65GB free space off the deleted NTFS.Is there any way to join the partitions, so the root can be 16GB in space and home around 12GB?
Or maybe just make another second /home partition and use a program to allocate the "missing bytes" from root to another partition if it runs out of space?
View 9 Replies
View Related
Mar 11, 2010
Continuation of this archived thread: [URL] I ran into the same problem, the inability to join a meeting via GoToMeeting, when two potential contracts both requested me to use it on the same day! I received this error from their website:
[Code]...
View 8 Replies
View Related
Jul 1, 2010
I have a large CSV file, tab-delimited with CRLF at the end of each line. Each line should contain 5 fields (i.e. NF == 5) However, there are rogue CRLF characters in the middle of some records, causing records to be split across two lines. I want to scan each line, check the field count and if it's !=5 then join that line to the following line. Example input might be;
Code:
one two three four five
six seven eight nine ten
eleven tw<CRLF>
elve thirteen fourteen fifteen
[code].....
View 2 Replies
View Related