Commit Graph

7 Commits (88f8d8884b79926ebf8303d18a662bd39adef0f0)

Author SHA1 Message Date
Pierre Neidhardt 9480a85bd8 tc-video-custom: fixed ex call 2014-02-21 11:09:56 +01:00
Pierre Neidhardt 19c09febec Scripts: replaced 'sed -i' with 'ex -sc'
Ex is the right way to edit files (sed is a stream editor). Besides 'sed -i' is
not POSIX.  However ex cannot edit multiple files in one call, thus leading to a
great performance loss when called over a bunch of files. In that case, 'sed -i'
may be a better idea.
2014-01-06 17:32:13 +01:00
Pierre Neidhardt 29c81a2641 tc-video-custom: fixed file processing 2013-12-27 11:17:38 +01:00
Pierre Neidhardt c934c97d13 Scripts: rewrote all "command -v" properly. 2013-10-27 19:50:23 +01:00
Pierre Neidhardt 5836eb3586 tc-video-custom: various fixes 2013-10-23 20:15:15 +02:00
Pierre Neidhardt 0f4a047f7d tc-video-custom: improved multifile support, added comments on concat 2013-08-04 18:28:34 +02:00
Pierre Neidhardt dddf9e0eb2 tc-video-custom: tc-video script generator for custom encoding 2013-08-04 11:29:35 +02:00