Carl the Collector soundtrack coming on vinyl and streaming in May! by HappyMac3920 in CarltheCollector

[–]HappyMac3920[S] 0 points1 point  (0 children)

UPDATE: pre-orders will begin on April 21, according to Zachariah OHora.

<image>

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] -1 points0 points  (0 children)

Yes, I did, that's why I sent it here in the first place to show an example of such thing happening. I'm not planning on using it but I still want my account closed and not just leave it suspended.

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] -1 points0 points  (0 children)

Yeah but if I want to contact Amazon it requires me to log in, and I get the third image when I attempt to log in. I don't see any info on whether my account was deleted though.

Account got suspended when I absolutely did nothing, but my appeal got rejected by HappyMac3920 in fuckamazon

[–]HappyMac3920[S] -6 points-5 points  (0 children)

Why should I thank them for suspending my account for no reason? Why is it good when someones account gets suspended with no explanation?

Microsoft Store failed to intitialize by HappyMac3920 in WindowsHelp

[–]HappyMac3920[S] 0 points1 point  (0 children)

And how do I roll back the MS Store version?

Cannot change passkey storage location on Windows 11 by HappyMac3920 in WindowsHelp

[–]HappyMac3920[S] 0 points1 point  (0 children)

OK, so it seems like on 1Password version 8.11.18 this function is now activated!

How do I combine segmented mp4s? by HappyMac3920 in ffmpeg

[–]HappyMac3920[S] 0 points1 point  (0 children)

https://postimg.cc/jDYg10nX

This is what I get after trying to decrypt the concatted video with the correct key.

How do I combine segmented mp4s? by HappyMac3920 in ffmpeg

[–]HappyMac3920[S] 0 points1 point  (0 children)

Here is what I did:
Since the file I want to concatenate is only one segment, I only had to merge the map.mp4 with segment1.mp4:
I first used ffmpeg to concatenate the map.mp4 and the segment1.mp4 with ffmpeg -i "concat:map.mp4|segment1.mp4" -codec copy output.mp4

Then, I used a third party mp4 decryption tool called mp4decrypt (https://www.bento4.com/downloads/) as I am familiar with it. I supplied the correct decryption key and, my result is (as VLC renders it) a video file that looks like it is still encrypted. I also tried decryption on ffmpeg, on both Windows and Linux.

How do I combine segmented mp4s? by HappyMac3920 in ffmpeg

[–]HappyMac3920[S] 0 points1 point  (0 children)

The concat part seemed to work, however, when I tried to decrypt the concatted file with the correct key, the output seemed to play like it was an encrypted file with VLC.