2023-02-06 05:59:48 +01:00
|
|
|
FPS matters more and more with increasing resolution
|
2023-02-04 21:41:32 +01:00
|
|
|
Weird stuff under 10fps
|
|
|
|
size 1 = data corruption
|
2023-02-06 05:59:48 +01:00
|
|
|
size 2-5 works
|
2023-02-04 21:41:32 +01:00
|
|
|
cargo build --release
|
|
|
|
720p had less crunchy sound, what about 144p ?
|
2023-02-06 05:59:48 +01:00
|
|
|
I tried again and I don't think resolution matters
|
|
|
|
Zip all the files
|
2023-02-04 21:41:32 +01:00
|
|
|
|
|
|
|
WHAT TO DO ON THE ISG:
|
|
|
|
Optimize:
|
|
|
|
Find a tool for optimization
|
2023-02-09 06:25:56 +01:00
|
|
|
Threads with HQ or set of designated frames ?
|
2023-02-09 07:10:39 +01:00
|
|
|
Consider whether Data is still useful
|
2023-02-10 06:33:11 +01:00
|
|
|
Choose a different codec ?
|
|
|
|
What if I use a compressing codec ?
|
2023-02-06 05:42:16 +01:00
|
|
|
Add standard loadout
|
|
|
|
|
2023-02-14 05:58:43 +01:00
|
|
|
Realistic goals:
|
|
|
|
1.Standard sets of options
|
2023-02-15 06:40:46 +01:00
|
|
|
Fix weird bug with size 3 and empty bits
|
2023-02-14 05:58:43 +01:00
|
|
|
2.Test with archives
|
|
|
|
3.Benchmark
|
|
|
|
4.Make executable
|
|
|
|
5.Post to github and shill
|
|
|
|
|
|
|
|
After-project:
|
|
|
|
Optimize (Find optimization tool)
|
|
|
|
Encryption (Kind of unnecessary given archive passwords)
|
|
|
|
Fix weird bug
|
|
|
|
Code clean-up
|
2023-02-06 05:59:48 +01:00
|
|
|
|
2023-02-15 19:30:45 +01:00
|
|
|
Benchmark notes:
|
|
|
|
430 kb/s average, 4x size, optimal resistance
|
|
|
|
320 kb/s average, 11x-12x size, paranoid resistance
|
|
|
|
31.9 mb/s average, 1x size, maximum efficiency
|
|
|
|
(A lot of this time is just creating the file after the frames are made)
|
|
|
|
|
|
|
|
~8.5ms per frame, optimal resistance
|
|
|
|
~5.8ms per frame, paranoid resistance
|
|
|
|
~0.16ms per frame, maximum efficiency
|
|
|
|
|
|
|
|
Probably faster on paranoid because it has to read less ?
|
|
|
|
|
2023-02-06 05:42:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-02-13 05:27:50 +01:00
|
|
|
|
|
|
|
|
2023-02-06 05:42:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix the weird bug (GIVED UP, DO LATER)
|
2023-02-04 21:41:32 +01:00
|
|
|
Make blocks start from top right corner (Gives me even sizes)
|
|
|
|
make it so differentiates between regular, 16:9 size and actual size
|
2023-02-06 03:27:49 +01:00
|
|
|
Embedding or reading an imperfect causes bugs
|
|
|
|
Not sure if a problem of embedding or reading
|
|
|
|
Might be get_pixel
|
|
|
|
It's not overlapping, I'm sure
|
|
|
|
I noticed that every second frame seems broken
|
2023-02-04 21:41:32 +01:00
|
|
|
It stops me from using anything other than 360p/720p
|
|
|
|
Might have something built in
|
2023-02-06 05:42:16 +01:00
|
|
|
Might be the length of file written in instructions
|