View Page Source

Revision (current)
Last Updated by adelikat on 1/4/2022 1:03 AM
Back to Page

Hi!

I am a former encoder and publisher for TASVideos.  If you're interested in encoding [EmulatorResources/Famtasia] movies but don't want to go through the emulator configuration process, you can download my setup [http://www.mediafire.com/download.php?3ui6gsp1rgnkq7p|here].

%%TAB Encoding Notes%%
Possibly useful information about encoding challenges I have come across.

[630M] and other MTPO runs made with Famtasia - I likely dumped these using FCEU 0.98.15, which can automatically convert FMV files using [http://bisqwit.iki.fi/source/nesmock.html|Nesmock].

[856M] - You need to disable PAL mode to get this to synch.  It seems like FCEU 0.98.15 enables PAL mode every time you replay or restart the movie, however, but it doesn't toggle the PAL Emulation checkmark in the Config menu if you disabled it previously.  If you get a desynch on the character select screen, try this: Stop Movie -> Replay Movie -> Enable PAL Emulation -> Disable PAL Emulation.  You could also do NES -> Power instead of the Stop and Replay steps.

[4195M] - I used the following AviSynth function to replace frames that were dumped incorrectly, since they were all duplicates of a previous frame:
 function DupF(clip c, int badstart, int "badend")
 {
   end_defined = Defined(badend)
   removed = end_defined ? Loop(c, 0, badstart, badend) : DeleteFrame(c, badstart)
   duped = end_defined ? Loop(removed, badend - badstart + 2, badstart - 1, badstart - 1) : DuplicateFrame(removed, badstart - 1)
   return duped
 }
%%TAB My TASes%%
These are the TASes that include me as an author.

[module:displaymovie|author=1312]
%%TAB My Publications%%
These are movies I have published for the site.
[Activity/Publishers/Dacicus]
%%TAB_END%%