vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Fri, 09 Feb 2007 14:01:01 -0600, Chuck Dubois wrote: > What's a good app to join separate video files into one big file? example: cat file001.avi file002.avi file003.avi > file.avi It won't join files produced separately, but is ok if an original file was split into sections by something like hjsplit. -- Mick (Working in a M$-free zone!) Remove blockage to use my email address Web: http://www.nascom.info & http://mixpix.batcave.net |
| |||
| Chuck Dubois wrote: > > What's a good app to join separate video files into one big file? cat should do it. cat f1 f2 .... > bigfile -- <http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt> <http://www.securityfocus.com/columnists/423> "A man who is right every time is not likely to do very much." -- Francis Crick, co-discover of DNA "There is nothing more amazing than stupidity in action." -- Thomas Matthews |
| |||
| * Chuck Dubois wrote in alt.os.linux.debian: > On Fri, 09 Feb 2007 16:56:20 -0500, CBFalconer wrote: >> cat should do it. >> cat f1 f2 .... > bigfile > It blows up on wmv files. Most movie file formats cannot be simply concatenated so not even a windows joiner would help you. -- David In Christianity, a man may have only one wife. This is called Monotony. |
| |||
| Chuck Dubois wrote: > On Fri, 09 Feb 2007 16:56:20 -0500, CBFalconer wrote: > >> cat should do it. >> >> cat f1 f2 .... > bigfile > > It blows up on wmv files. No reason for that, unless the output file is too big for your system. What error does cat give you? -- <http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt> <http://www.securityfocus.com/columnists/423> "A man who is right every time is not likely to do very much." -- Francis Crick, co-discover of DNA "There is nothing more amazing than stupidity in action." -- Thomas Matthews |
| |||
| On Fri, 09 Feb 2007 21:08:54 -0500, CBFalconer wrote: >>> >>> cat f1 f2 .... > bigfile >> >> It blows up on wmv files. > > No reason for that, unless the output file is too big for your > system. What error does cat give you? It throws garbage characters on the screen, beeps the system speaker and the display starts scrolling. |
| |||
| Chuck Dubois wrote: > On Fri, 09 Feb 2007 21:08:54 -0500, CBFalconer wrote: > >>>> cat f1 f2 .... > bigfile >>> >>> It blows up on wmv files. >> >> No reason for that, unless the output file is too big for your >> system. What error does cat give you? > > It throws garbage characters on the screen, beeps the system > speaker and the display starts scrolling. Sounds like you omitted the "> bigfile" in the command above. -- <http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt> <http://www.securityfocus.com/columnists/423> "A man who is right every time is not likely to do very much." -- Francis Crick, co-discover of DNA "There is nothing more amazing than stupidity in action." -- Thomas Matthews |
| |||
| On Sat, 10 Feb 2007 07:09:55 -0600, Chuck Dubois wrote: > > It throws garbage characters on the screen, beeps the system speaker and > the display starts scrolling. Cat worked perfectly for mpgs. I wish I knew more about video and file formats. If the re-learning curve was not so steep, I'd do some programming to create a GUI driven splitter/joiner..... Say..... many years ago, I saw a Visual Basic clone for linux. Anyone know if that IDE is still available? |