Combine .ts files
I'm just wondering how one combines these files into one larger file.* The command line would be preferable.
-- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Combine .ts files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 I'd use avidemux. But probably "cat file1.ts file2.ts > biigg.ts" works, too, because it's just a transport stream. N.S. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHek4rawVCzdc4h4IRAsOGAJwLLVklv4aZkKOHAj3fU+ S6zPRpuQCeL7Wz 5aoKTPVqQW7tMgM7ZA0mqOM= =P2+d -----END PGP SIGNATURE----- -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Combine .ts files
On Tuesday 01 January 2008 06:45:03 Padraig wrote:
> I'm just wondering how one combines these files into one larger file. The > command line would be preferable. The " >> " at the command level will normally append to an output file. example: :~$ cat >> /home/tom/test This is the first line [1]+ Stopped cat >> /home/tom/test :~$ cat >> /home/tom/test This the second line. [2]+ Stopped cat >> /home/tom/test :~$ cat /home/tom/test This is the first line This the second line. Tom -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Combine .ts files
thomas fisher wrote:
> On Tuesday 01 January 2008 06:45:03 Padraig wrote: >> I'm just wondering how one combines these files into one larger file. The >> command line would be preferable. > > The " >> " at the command level will normally append to an output file. > example: > :~$ cat >> /home/tom/test > This is the first line > > [1]+ Stopped cat >> /home/tom/test > :~$ cat >> /home/tom/test > This the second line. > > [2]+ Stopped cat >> /home/tom/test > :~$ cat /home/tom/test > This is the first line > This the second line. I did a double-take when I saw your example. If you issue the script above, then do a 'ps', you will see two cat processes suspended. It looks like you're using a ^Z instead of a ^D as EOF. ^Z suspends the current foreground job, i.e. cat, where ^D is End-Of-File. You've confused Windows and Linux. ...Ken -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Combine .ts files
On Thursday 03 January 2008 16:31:27 Kenneth Loafman wrote:
> thomas fisher wrote: > > On Tuesday 01 January 2008 06:45:03 Padraig wrote: > >> I'm just wondering how one combines these files into one larger file. > >> The command line would be preferable. > > > > The " >> " at the command level will normally append to an output file. > > > > example: > > :~$ cat >> /home/tom/test > > > > This is the first line > > > > [1]+ Stopped cat >> /home/tom/test > > > > :~$ cat >> /home/tom/test > > > > This the second line. > > > > [2]+ Stopped cat >> /home/tom/test > > > > :~$ cat /home/tom/test > > > > This is the first line > > This the second line. > > I did a double-take when I saw your example. If you issue the script > above, then do a 'ps', you will see two cat processes suspended. It > looks like you're using a ^Z instead of a ^D as EOF. ^Z suspends the > current foreground job, i.e. cat, where ^D is End-Of-File. You've > confused Windows and Linux. > > ...Ken Thanks Ken Good eye and a good reminder why I need lists like this. I live and pretty much work and use Linux with no one looking over my shoulder except when things just do not function. And as much as I would like to blame it on MSDOS, that has been years ago. Tom -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
| All times are GMT. The time now is 10:33 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.