Experienced player (601)
Joined: 10/23/2004
Posts: 706
Okay, I'll assume 60fps. Thanks Feos! Would you please review my logo and let me know if you approve? http://i.imgur.com/gPD0nPH.png
Current Project: - Mario Kart 64
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
Weatherton wrote:
NTSC
Most consoles use a slightly different framerate, mostly because they operate in progressive mode.
Spikestuff
They/Them
Editor, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6344
Location: The land down under.
Weatherton wrote:
Would you please review my logo and let me know if you approve? http://i.imgur.com/gPD0nPH.png
Everyone's using the feos style. (Yes, it's fine)
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11276
Location: RU
The url officially has a slash after it. I don't mind, but people might ragequit the site get pissed over it.
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.
Experienced player (601)
Joined: 10/23/2004
Posts: 706
Okay, I've added the slash. I had to restart my render though, oh well.
Current Project: - Mario Kart 64
Editor, Experienced player (608)
Joined: 11/8/2010
Posts: 4012
I wasn't able to find a solution for this elsewhere: How can I encode with x264 (i.e. in HandBrake) and have it keep frames of solid black or white color? These appear fairly often in TASes, however in my experience, the codec will replace them with a freeze frame of the last non-solid color frame. This usually looks strange and not fully accurate to the source. A recent example is Weatherton's MK64 encode, where the lack of fully black frames is seen as early as 12 seconds in. Notice how the words "Player Select" stay on screen for a while instead of going black right away, and later how the colored boxes at 1:11 never fully leave the screen. I don't believe this happens in BizHawk or on console.
Joined: 11/1/2007
Posts: 100
CoolKirby wrote:
I wasn't able to find a solution for this elsewhere: How can I encode with x264 (i.e. in HandBrake) and have it keep frames of solid black or white color? These appear fairly often in TASes, however in my experience, the codec will replace them with a freeze frame of the last non-solid color frame. This usually looks strange and not fully accurate to the source. A recent example is Weatherton's MK64 encode, where the lack of fully black frames is seen as early as 12 seconds in. Notice how the words "Player Select" stay on screen for a while instead of going black right away, and later how the colored boxes at 1:11 never fully leave the screen. I don't believe this happens in BizHawk or on console.
Disable DCT decimation (--no-dct-decimate).
Experienced player (601)
Joined: 10/23/2004
Posts: 706
I uploaded mine to youtube as losslessly compressed with lagarith and that wasn't happening when I played it locally. It seems that YouTube was messing up on it... I guess maybe we can't upload logarith directly to YouTube?
Current Project: - Mario Kart 64
Editor, Experienced player (608)
Joined: 11/8/2010
Posts: 4012
ccfreak2k wrote:
Disable DCT decimation (--no-dct-decimate).
That did the trick, thank you! I never would have known what that was called. Weatherton, I've read that YouTube does its own reconversion (when it "processes" your video); perhaps it does DCT Decimation as part of that. Otherwise, make sure your Lagarith's "Enable Null Frames" box is unchecked, having that checked caused me a similar issue with lossless Dolphin dumps and certain programs.
Experienced player (601)
Joined: 10/23/2004
Posts: 706
I'll try unchecked the null frames... I bet that's the issue.
Current Project: - Mario Kart 64
Joined: 10/14/2013
Posts: 335
Location: Australia
I'm having a bit of difficulty with a video dump, specifically the 10bit MKV encode (the other two worked just fine). When I get to encoding the video, the following error comes up:
-------------------------------- Encoding 10bit444 downloadable -------------------------------- avs [info]: 320x240p 1:1 @ 60000/1001 fps (cfr) timecode [info]: automatic timebase generation 1001/2541180000 x264 [error]: Effective timebase denominator 2541180000 exceeds H.264 maximum x264 [error]: x264_encoder_open failed
Feos said it's likely something to do with Bizhawk's N64 dumping as this is for the Banjo-Kazooie run recently submitted and to ask in IRC. I spoke to Spikestuff who encounted the same problem a while back with a run he encoded which was solved by RGamma. Unfortunately I can't stick around in IRC any longer, so can anyone here offer any insight or solution to the issue?
I'm not as active as I once was, but I can be reached here if I should be needed.
Publisher
Joined: 4/23/2009
Posts: 1283
thecoreyburton wrote:
I'm having a bit of difficulty with a video dump, specifically the 10bit MKV encode (the other two worked just fine). When I get to encoding the video, the following error comes up:
-------------------------------- Encoding 10bit444 downloadable -------------------------------- avs [info]: 320x240p 1:1 @ 60000/1001 fps (cfr) timecode [info]: automatic timebase generation 1001/2541180000 x264 [error]: Effective timebase denominator 2541180000 exceeds H.264 maximum x264 [error]: x264_encoder_open failed
Feos said it's likely something to do with Bizhawk's N64 dumping as this is for the Banjo-Kazooie run recently submitted and to ask in IRC. I spoke to Spikestuff who encounted the same problem a while back with a run he encoded which was solved by RGamma. Unfortunately I can't stick around in IRC any longer, so can anyone here offer any insight or solution to the issue?
It's not to do with the dumping but the framerate (I guess you can blame that on the dumping). The fix is to use a FPS that's close enough to it. Right now, how I did that, I forgot, lol. I'll update this in a sec after I remember. Edit: Use the --timebase param and set it to 100/ 254118000
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11276
Location: RU
Last time we did this.
Aktan wrote:
Okay, I took a look at it. I only found a workaround. Add this to the AVS:
Language: avisynth

AssumeFPS(60, 1)
The fact you changed the framerate slightly for x264.exe doesn't matter because the timecodes file will be used for the real times when you use mkvmerge.exe
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.
Publisher
Joined: 4/23/2009
Posts: 1283
feos wrote:
Last time we did this.
Aktan wrote:
Okay, I took a look at it. I only found a workaround. Add this to the AVS:
Language: avisynth

AssumeFPS(60, 1)
The fact you changed the framerate slightly for x264.exe doesn't matter because the timecodes file will be used for the real times when you use mkvmerge.exe
Edit: Oops, yea this was the better solution. I brainfarted.
Publisher
Joined: 4/23/2009
Posts: 1283
I should clarify the workaround to the x264 problem. It isn't just using AssumeFPS(60) and not use the timecodes file in x264. It's more like you add AssumeFPS(60), generate a new timecodes file just for x264, and then use that timecodes file with x264. Since the new timecodes file is with the base of 60 FPS instead of 60000/1001, the automatic generation from x264 would not go as crazy number as you see with the problem. Then when you create the MKV, use the original timecodes file, not the one generated with AssumeFPS(60) just for x264.
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11276
Location: RU
I don't get it. Steps please?
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.
Publisher
Joined: 4/23/2009
Posts: 1283
So normally you would run 2 passes with ExactDedup and then send the timecodes to x264. But in this case you do this instead: 1. Change the AVS:
Language: avisynth

# Comment out original ExactDedup # ExactDedup(... #Add AssumeFPS AssumeFPS(60) #Add another ExactDedup (both passes) that stores to different files than the original one ExactDedup(...
2. Create the two new ExactDedup related files (dedup info and timecodes file) 3. Encode to x264 with this new temp timecodes file as well as using the new dedup info file in the AVS 4. Remake the MKV using the timecodes file of the original ExactDedup to get the right times
Joined: 10/14/2013
Posts: 335
Location: Australia
The fix worked for me and I have a good understanding of the process thanks to Aktan. Basically, you're doing the first pass of ExactDedup without the fix to generate the timecodes with the correct framerate and the correct times (for reference, we can call these the "broken" timecodes). It's useful to use a unique name (eg, times-broken.txt) as opposed to one that may get overwritten in a later step. Next, you're applying the fix by adding AssumeFPS(60) after loading the source. You once again do the first pass of ExactDedup to generate a second set of timecodes (for reference, we can call these the "fixed" timecodes). A few things have happened here. AssumeFPS changes the rate the frames are displayed at without altering the number of frames. This means the frames that are decimated as a result of ExactDedup will be the same, although because the rate was adjusted on the fixed set of timecodes the timings will be different. When you hit the encoding stage of the script, you pass the fixed timecodes through to x264. Because the base is now a flat 60fps it wont encounter any sort of error and the rate is so similar you won't notice any visual difference in regards to compression. Of course, if you left the process here because the rate was adjusted the video would gradually fall out of sync. Because of this, when you get to the MKVMerge stage of the encoding process, you use the broken timecodes. Because the decimation was identical, these timecodes will work with the video x264 encoded correctly, and because they were created with the correct frame rate (before any adjustment was made), the resulting video will also have the correct frame timings (and no desync of any sort). I have a pretty easy way to add it to the encoding script / batch feos, I'll send you a message about it now.
I'm not as active as I once was, but I can be reached here if I should be needed.
Skilled player (1221)
Joined: 8/29/2014
Posts: 301
Does anyone have any ideas as to why my encodes, like this one for example, do not show black screens after uploading to youtube? Instead, the black screen is replaced by the frame before it, or in the case of the first black screen, the frame after. These same encodes do in fact have properly working black screens before I upload them to youtube.
Editor, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
What codec are you using and what are the steps you use to upload an encode to Youtube?
Skilled player (1221)
Joined: 8/29/2014
Posts: 301
FractalFusion wrote:
What codec are you using
Lagarith Lossless.
FractalFusion wrote:
and what are the steps you use to upload an encode to Youtube?
Outside of clicking on the upload button and selecting a file to upload, nothing.
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11276
Location: RU
Youtube's bad at lagarith.
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.
Publisher
Joined: 4/23/2009
Posts: 1283
feos wrote:
Youtube's bad at lagarith.
That's a first to me. I used to upload Lagarith fine, but YT could have changed or maybe I got lucky...
Skilled player (1221)
Joined: 8/29/2014
Posts: 301
I see. Switching to x264 solves that issue, but now I am getting sound desyncs. Pretty sure I still have everything set to default in my configurations. Is there anything I should change there that might fix it?
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11276
Location: RU
Try camstudio lossless codec too.
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.