Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
This tip is worth an exclusive mention somewhere!
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Commit was over a year ago, so I'm assuming still using the new way (name escapes me) and not detours. The new way wasn't working for me at all in the two applications I used .kkapture for (Mupen and PCSX). Sure we can try again if someone can compile the latest source on github, but I'm leaning towards no change in it working.
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
Or we could try working with the author in order to help us do our job with encodes. Jeez, if only I had MORE TIME. We're a constant source of new tests after all, and he seems somewhat active.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Joined: 10/12/2011
Posts: 6437
Location: The land down under.
As a person who is doing reencodes of older TASes (and spamming those subscribed to TASVideos).
It's better to improve on the things we have already for the future, and remove the issues that it brings forth to us.
Like how feos created pcsx-13f which as its fair share of problems (like crashing every other minute, probably due to an OS thing).
And the entire purpose of that was to correct and avoid using TAS Sound and instead use Eternal SPU.
If I am able to run this without crashing, I would've updated all the PCSX-RR TASes single handedly.
I went back to this TAS where the file that was being hosted no longer exists.
The need is for those who actually need the change and update in software to better perform with the program.
Like having pcsx-rr encodes being able to split at each screen switch.
Disables Comments and Ratings for the YouTube account.Something better for yourself and also others.
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
Aktan, do you remember? In good old days we were using mkvmerge option for youtube HD aspect ratio correction. Back then we were also using somewhat low resolutions for HD.
Then we switched to avisynth resizing for aspect ratio correction. It was reported to yield sharper picture, but I don't exactly remember.
Then we switched to x8 encode and ARC with a youtube tag.
After the latter method died, we reverted to the avisynth ARC method, which required reducing our ambitions with the file sizes again.
But what if we switch to mkv way again? It would let us send x8, with less file size, giving the benefits of the 2 methods. Will it look worse than x8 + yt tag ARC? Will it look as good as it does right now?
I could do some tests (feos versus youtube v2), but kinda busy.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Doing any AR flag is not a good method because YouTube would resize with whatever way to be AR corrected. So sending a MKV with AR flag should never be done. We are stuck now with what we are doing now, which is try to resize in multiples as best as we can to the correct AR with point resize.
If I wanted to up a video of a pixel game like gba to youtube and I wanted to have 720p, what would be the best way to go about it?
GBA's res is not a multiple of 1280x720.
So with what I had been doing up until now, I would just use avisynth pointresize *5 and end up with 1200x800, and have Youtube downsize it.
Or I could use a different resize to exactly 1280x720 prior to uploading. Which of the two is better? And if the second option: which avisynth resize would do the job?
8x sounds like your best bet, not even too far from 2x in size.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
This is a hard question. Technically you want to be in control all resizes, so if you send a file and YT resizes, you really should resend a new file to match the resize of YT so YT doesn't do any resize. Since we know any scale factor will result in a resize by YT, I think the best bet is to resize larger than what YT will resize to, then downscale to YT's resolution. Basically point resize up, then probably Lanczos resize down.
Edit: Basically we may have been sending all encodes to YT wrong all this time... oh crap... lol
I then tried with a 200 frame long section -- 4.3 MB
I removed the lanczosresize line -- 1.6 MB
If my math isn't wrong that would still result in a 10 GB file for the full video.
How can I reduce the file size down to 1 or so GB?
I guess I'm going to have to use crf 33 or so. I thought a pixel game like gba could be better with crf 0.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
*8 pointresize -- 0.34 MB
--crf 33 seems slower than --qp 10 -b 0 and probably comes with more quality loss. So the latter seems best so far. If you have any further suggestions to change the x264 settings, let me know. Thanks!
--bframes 16 isn't needed for --crf 0 since bframes don't exist on lossless. --bframes 16 also is pointless with --qp 10 -b 0 since -b 0 means NO bframes. --crf 33 is a lot worse quality than --qp 10. Please don't use --crf 0, it's really --qp 0. Oh, and change --keyint to infinite. Lastly, --output-csp should not be there. You're not going for RGB. It should be YV12 for YT.
I adjusted my settings to include your suggestions, but it increased the file size to 0.6 MB. I can't really tell if it means anything; the 200 frames segment is relatively low-motion.
Thank you!
*8 pointresize -- 0.34 MB
I went ahead and encoded the full thing overnight with the previous method. Well it's still at 90% but it looks like it's going to be 2 GB, which is ok. I think for my purposes, this is good. If you can help bring it down further, feel free to make more suggestions. But otherwise, 2 GB is acceptable too. Thanks again
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
See my tests for 3D content on how different rate factors get processed by youtube.
http://tasvideos.org/forum/viewtopic.php?t=18609
-qp 10 Sounds like an overkill if your res is high enough. I never checked the 2D content, but you could do it yourself if you want.
tl;dr: youtube isn't going to preserve your -qp 10 even in 4K mode.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
Upload that one, try qp 15, 20, 25, 30, download, see theno difference
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.