On Sat, 11 Mar 2017 17:56:04 +0000, Macro Man wrote:
> HJ Split
OK for windoze users, I guess.
*nix users can simply do it from a terminal.
FILE.wmv.000 is trash only valuable to HJ Split
thus either delete it or work around.
from terminal after running par2 v FILE.wmv.par2
$ rm FILE.wmv.000
$ cat FILE.wmv.0?? >> FILE.wmv
or
$ cat FILE.wmv.00[1-x] >> FILE.wmv (where x= last file 2-9)
Of course if > 9 pieces it would be
$ cat FILE.wmv.00[1-x] >> FILE.wmv; cat FILE.wmv.0[1-x]? >> FILE.wmv
Personally I don't like spaces and other "illegal" characters in file names
so Blondie's Big Boobs(2).wmv.xxx becomes Blondies_Big_Boobs2.wmv
when entering the concatenated file name.
I also prefer to watch on the big screen TV via a flash drive.
The TV has no codec for proprietary wmv files. Thus:
$ ffmpeg -i FILE.wmv -metadata creation_time=now FILE.mp4
[Thumper's files don't have an internal timestamp.]
RECENT SAMPLE:
$ par2 v Sarah\ V\ -\ Cougar\ Juice.wmv.par2
All files are correct
$ cat Sarah\ V\ -\ Cougar\ Juice.wmv.00[1-4] >> Sarah_V-Cougar_Juice.wmv
$ rm Sarah\ V\ -\ Cougar\ Juice.wmv.*
$ ffmpeg -i Sarah_V-Cougar_Juice.wmv -metadata creation_time=now Sarah_V-Cougar_Juice.mp4
$ cp Sarah_V-Cougar_Juice.mp4 FlashDrive/
FS
|
|