Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README_proofOfConcept.txt | 2012-05-16 | 538 Bytes | |
ffsplit.sh | 2012-05-14 | 3.1 kB | |
ffRunAllFromPatternAndType.sh | 2012-05-14 | 1.9 kB | |
ffcombine.sh | 2012-05-14 | 2.9 kB | |
Totals: 4 Items | 8.5 kB | 0 |
#MythGrid by jmw Public Domain 2012 These files are intended to show that splitting, encoding, and recombining video files in this way is possible. Example command flow ./ffsplit.sh "orig.mpg" 300 split-%04d mpg ac3 "subs.srt" ./ffRunAllFromPatternAndType.sh "split-000" mpg m4v h264xcode1PassTakesFileName.sh ./h264Combine.sh "split-000" m4v "remuxed.m4v" "split-0001.ac3" If you wanted to combine mpg instead use this script ./ffcombine.sh "split-000" mpg "remuxed.mpg" "split-0001.ac3" In the end this wind up with an iplayable file