Questions tagged [combine]

95 questions
73
votes
7 answers

Concatenate multiple WAV files using single command, without extra file

I want to concatenate multiple WAV files into a single WAV file using FFMPEG. I have used the following command and it generates the required file. Command: ffmpeg -f concat -i mylist.txt -c copy output.wav File : #mylist.txt file '1.wav' file…
Manu
  • 953
  • 2
  • 7
  • 9
14
votes
3 answers

How can I combine two files on Windows?

I have created a split file on a Linux system as indicated in this Unix.SE question. However, when I copy that file to a Windows system, I cannot recreate the original file. Using 7-zip gives me an error about it being unable to detect the file as a…
Macha
  • 5,282
  • 16
  • 63
  • 92
12
votes
2 answers

Combine multiple images to form a strip of images ffmpeg

I wish to combine multiple images into a single strip of images, using FFMPEG. I have been trying to search this thing on google, but unable to find anything useful. All links take me to places where multiple images are combined to give a video…
Manu
  • 953
  • 2
  • 7
  • 9
10
votes
1 answer

Combine/concatenate multiple MP4 files, making each file into a chapter

I am looking to use handbrake to combine 43 short mp4 files into one larger file. However, I want to ensure that the start of each file is recognized as a chapter. I'd be using vlc to play the file.
Phil Hobrla
  • 181
  • 2
  • 9
8
votes
3 answers

Can I use two different internet connections for more speed?

I am technically knowledgeable enough to know that this most likely isn't possible, BUT, I am curious just the same (it must be put to rest). Is there anything preventing us from creating a means to use two different internet connections, like two…
Richard
  • 287
  • 1
  • 4
  • 12
8
votes
3 answers

Set "never combine" in Windows 7 using the registry?

How do i set task bar buttons to "never combine" using the registry?
Simon
  • 2,407
  • 7
  • 22
  • 23
7
votes
3 answers

Using the “Combining Enclosing Circle” character in Word

Is there a way to use the “Combining Enclosing Circle” UNICODE character (U+20DD) together with some other character in Word 2010 to actually form a circled character? There are glyphs for e.g. circled digit one (“①”), but I need circled Latin…
Ondrej Tucny
  • 1,122
  • 4
  • 14
  • 34
6
votes
3 answers

What's the fastest way to combine two or more files in Linux?

I want to combine two or more files in Linux, so I am using the following command: cat small_file LARGE_File LARGER_FILE > SUM_OF_FILES However this runs very slow. Does anyone know a Linux tool that combines the files in the fastest time?
macki
  • 163
  • 1
  • 3
4
votes
2 answers

how to combine asian font and western font as one combined font

Is there anyway to combine asian fonts like chinese, korean or japan fonts with english fonts then export as ttf? I heard that Adobe Framemaker can make this but is there any other way without Framemaker?
Qing Hai
  • 41
  • 1
  • 2
4
votes
1 answer

How to combine the output of two querys in MYSQL when they have non-compatible conditions

I'm looking for some assistance in adding together the output of the two following queries. They have two incompatible conditions so I'm struggling to combine them in the one query. Total Revenue Year to Date How to combine the output of both…
NiallBC
  • 41
  • 1
4
votes
2 answers

Generate Combinations in Excel

I have an input row which contains the cells: 30 30 30 50 50 60 100 I want to generate all possible combinations of length 3 from this set. So I would want rows containing 3 populated cells and the elements of each row would contain a unique set…
Jonathan Mee
  • 169
  • 2
  • 3
  • 10
3
votes
2 answers

Combining Two CD-ROMs

Is there any way to combine two CDs? I have two game discs that I would like to put on one CD for easier distribution. These games are very very old and are only about 250 megs for their entire contents. Since they depend on their paths to run…
bobber205
  • 544
  • 6
  • 16
3
votes
1 answer

Outlook 2003: How to group by flag AND sort by date?

I'm trying to get Outlook 2003 to do the following: Group the emails in my Inbox by FLAG and then sort by DATE. This SHOULD be accomplished by the following settings: It seems to work, as I get groups and WITHING the "unflaggeed" part, I see the…
JJarava
  • 433
  • 1
  • 9
  • 20
3
votes
4 answers

Find alike data in two worksheets and put in 3rd worksheet

What is the best/easiest way to combine data from two different Excel spreadsheets into a third Excel spreadsheet? Spreadsheet 1 will have the username only. Spreadsheet 2 would have lots of information including first name, last name, department,…
CSF
  • 31
  • 1
  • 1
  • 2
3
votes
3 answers

combine two Internet connections to download

I have two computers on a LAN. The first computer with a speed of 128Mbs and a second computer with Internet connection speed is 256Mbs. I tried downloading a 250MB file. If the first computer to download about 48 000 seconds long and the second…
1
2 3 4 5 6 7