On Tue, 21 Feb 2017 08:15:49 -0500, sns wrote:
> On 2017-02-20 17:59:27 +0000, NoOne <noone@nowhere.net> said:
>
>> On Mon, 20 Feb 2017 12:24:34 -0500, sns wrote:
>>
>> Much as I appreciate your post, could I ask if you can create
>> the PAR2 files before you split the video file? That way a
>> simple par check/repair will rebuild the mp4 file.
>>
>> Currently, it seems you create the PAR2 files after splitting the
>> video file so it still has to be manually joined back up.
>>
>> For any Linux users reading, the quickest way to join is:
>>
>> for i in `ls A1705.mp4.* | sort`; do cat $i >> 1705.mp4 ; done
>>
>> (There might be better ways but the above isn't as cryptic as
>> some one liners :-)
>>
>> Thanks.
>
> Im not able to do this Unison makes the PAR2's
>
> I have no mac progeram to do this anymoe
>
> sns
OK, no worries. I can work around it. Keep up the good work :-)
|
|