|
Post by sound on Jul 26, 2022 20:56:55 GMT
This:
'ffmpeg -i internal/templayer_.mp3 -filter:a "atempo=2.0,atempo=2.0,atempo=2.0,atempo=2.0" internal/temp1_.mp3'
does not speed it up the way it should. It is either just 2x or 1x, can't quite tell.
|
|
|
Post by sound on Jul 26, 2022 20:57:51 GMT
I see the issue. It is not an ffmpeg issue but a file path issue.
|
|
|
Post by sound on Jul 26, 2022 21:08:09 GMT
I am compressing a fixed version now, which will be uploaded to the "Release" section.
Then I will investigate why the repo contained an empty wxWidgets folder, but not the release archive.
|
|
|
Post by sound on Jul 26, 2022 21:51:17 GMT
Everything should be fixed now: github.com/soundenergies/auto-morphic-subliminal. I ditched the "releases", because Github's own compression far outperforms XZ -9, it seems. Try it when you have time reden. The issue with the wxWidgets folder was it nested to wxWidgets' own repo, I fixed that by removing the .git folder.
|
|
|
Post by sound on Jul 26, 2022 21:55:03 GMT
Nah, still one more folder that didn't make it to the repo. Goddamnit. Let's see.
|
|
|
Post by sound on Jul 26, 2022 22:05:33 GMT
Of COURSE . . . bunch of .gitignore files. I am new to GitHub. That is also why it outperformed XZ, it didn't upload half of the stuff!
I am fixing it now.
|
|
|
Post by reden on Jul 26, 2022 22:06:20 GMT
Git repositories have persistent histories: in any given line, you can rollback one commit but not another.
|
|
|
Post by sound on Jul 26, 2022 22:09:12 GMT
|
|
|
Post by reden on Jul 26, 2022 22:11:46 GMT
When you clone, you also clone the whole history, so you can rollback those changes yourself if you want. This makes cloning slightly slower as time goes on.
|
|
|
Post by sound on Jul 26, 2022 22:13:29 GMT
I see. I got rid of all the earlier commits, I made a new branch. It is too confusing for me. All should be well now though. Will also upload an archive in the releases section. Thanks for your help.
|
|
|
Post by reden on Jul 26, 2022 22:16:04 GMT
They say there used to be another source control system called CVS which was easier. There also was Mercurial.
|
|
|
Post by sound on Jul 26, 2022 22:17:36 GMT
Another matter is why my prerequisite.sh script does not execute the last commands . . . for no reason at all.
For now, there is a workaround on putting them manually in the terminal (though they are still in the script, just that they're not executed for God knows what reason).
|
|
|
Post by sound on Jul 26, 2022 22:17:58 GMT
They say there used to be another source control system called CVS which was easier. There also was Mercurial. That's interesting.
|
|
|
Post by reden on Jul 26, 2022 22:20:22 GMT
Git was created by the creator of Linux, Linus Torvalds. It earned its name soon enough.
|
|
|
Post by sound on Jul 26, 2022 22:22:53 GMT
Ahhhh. Also, I finally used XZ correctly, and it became amazingly compressed! No idea what I did wrong before, but it is working now. I was like, "this xz thing is Meh." Now it's awesome.
|
|