Joined: 6/25/2007
Posts: 732
Location: Vancouver, British Columbia, Canada
For Windows:
Uninstall any codec packs you have.
Install the 32-bit version of the MPC-HC nightly build from here: http://xhmikosr.1f0.de/mpc-hc/?folder=bXBjLWhj ("x86" exe installer; should look something like "MPC-HC.1.6.6.6474.x86.exe" with possibly a new version number)
Install LAV Filters from here: http://code.google.com/p/lavfilters/downloads/list (exe installer; first link)
Install madVR from here: http://madshi.net/madVR.zip (extract somewhere permanent and run install.bat to register the filter)
Optional for ordered chapter support: Install Haali Media Splitter from here: http://haali.su/mkv/MatroskaSplitter.exe
Run MPC-HC.
In MPC-HC menus, navigate to "View" -> "Options" -> "Output".
Click "madVR".
Click "Internal Filters".
Right-click in the "Source Filters" box and click "Disable all filters". Do the same in the "Transform Filters" box.
Click "External Filters".
Click "Add Filter", select "LAV Splitter", and click "OK". Select it in the list it just got added to and click "Set merit:" on the right, then paste "00800004" (without the quotes) into the "Set merit:" box.
Click "Add Filter", select "LAV Video Decoder", and click "OK". Select it in the list it just got added to and click "Prefer" on the right.
Click "Add Filter", select "LAV Audio Decoder", and click "OK". Select it in the list it just got added to and click "Prefer" on the right.
Double-click "LAV Video Decoder" to open its options menu.
In the "Output Formats" section, disable all the checkboxes except "RGB32" and "RGB24", then set "RGB Output levels (for YUV -> RGB conversion)" to "PC (0-255)", then set "Dithering Mode" to "Random Dithering". The result should look like this: http://lex.clansfx.co.uk/image/screenshots/lavoutputformats.png.
Click "OK".
If you installed Haali Media Splitter optionally above:
Click "Add Filter", select "Haali Media Splitter", and click "OK". Select it in the list it just got added to and click "Prefer" on the right.
Double-click "LAV Splitter" to open its options menu.
Click the "Input Formats" tab at the top.
Scroll down to "matroska" and uncheck it to disable it. Ensure all other formats are enabled.
Click "OK".
Click "OK".
Open a video file with the version of MPC-HC you now have installed.
In the system tray, right-click the madVR icon (looks like some beige lettering that says "MAD") and click "Edit madVR Settings...".
On the left, expand the "rendering" menu and click "general settings".
Disable "enable automatic fullscreen exclusive mode".
Click "OK".
When that's done, you should have excellent video playback for almost every modern video-related format and codec available. To keep updated, simply check the sites linked at the beginning of this guide and run the newer installers.
That helped immensely.
I don't think I'm the only one confused by such issues, so if we could get that post stickied I think it would be helpful for many.
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
Something's wrong with aspect ration correction in general HD script when it comes to Genesis. It upscales the frame twice more then intended I think. 8960x6720. I used to solve that by setting "handheld" to "true", but now I understood that instead of horizontal stretching Genesis need the opposite, as 320x224 is wider than 4:3. But it doesn't work.
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
TV seems to compress the picture horizontally, doesn't it? If it's more narrow than it shall be to match 4:3, it's stretched.
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
Don't you happen to know how to fix the script to make Genesis dump 4:3 and of acceptable 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.
I can use any video editor to encode a high quality video using the x264 codec and everything else? I ask because I have the codec and editor: Camtasia Studio, and I had read, that the codec is lossless RGB.
I can use any video editor to encode a high quality video using the x264 codec and everything else?
Depends on video editor and if it can do the operations required (logo insertion, scaling and subtitling) and can export at acceptable quality.
This requirement is much harsher if you are using video editor to make downloadable or 512 encodes, as those need to be compressed using x264 and harsh settings.
As to if any practicular video editor can do that, I don't know.
And x264 is not a codec, it is a compressor for h.264 codec.
Felipe wrote:
I ask because I have the codec and editor: Camtasia Studio, and I had read, that the codec is lossless RGB.
Just be careful here: Don't confuse camstudio codec (CSCD) and camtasia codec (TSCC). Similar names (and even similar codecs), but different things.
* Both CSCD and TSCC are RGB and lossless -> Acceptable codecs for dumping.
* Both CSCD and TSCC can be uploaded directly to Youtube.
* Both CSCD and TSCC can be decoded by FFMpeg.
* CSCD is free.
* TSCC compresses better of those two.
BTW: I have implemented compressors for both of those from scratch.
I can use any video editor to encode a high quality video using the x264 codec and everything else? I ask because I have the codec and editor: Camtasia Studio, and I had read, that the codec is lossless RGB.
If you are encoding for the site, just use the script that are already here. They give amazing quality, way better than any video editor I have ever used.
If you are encoding for your own videos, well, that should be quite different.
Encoding from .avs is of course easy with ConvertToRGB32.
This is where I'm lost.
I add converttorgb32 to the end of my .avs and then... pipe it through dosbox???
No, the DOSBox installer creates a subdirectory "Video Codec" where you right-click zmbv.inf and select "Install". This installs the codec as a VFW codec in Windows. You can select it in VirtualDub and in emulators that use the same codec selection box SNES9x uses - but it'll only work with programs that output 16bpp or 32bpp.
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
What are the most viewed TASes on youtube? It'd be cool to have a chart 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.
Joined: 4/17/2010
Posts: 11475
Location: Lake Chargoggagoggmanchauggagoggchaubunagungamaugg
Thanks, but no, I meant pulling the viewcount from our publications' YT streams.
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: 12/2/2011
Posts: 129
Location: Moscow, Russia
I have a question about encoding to YouTube. Things used to be fine but now when I encode exactly the same the video plays perfectly on my computer but when I upload it to YouTube I get no sound at the beginning + desync when it starts.
I have a question about encoding to YouTube. Things used to be fine but now when I encode exactly the same the video plays perfectly on my computer but when I upload it to YouTube I get no sound at the beginning + desync when it starts.
Youtube broke FLAC support. Use Vorbis at high quality (-q10) instead.
Joined: 12/2/2011
Posts: 129
Location: Moscow, Russia
Ilari wrote:
YaLTeR wrote:
I have a question about encoding to YouTube. Things used to be fine but now when I encode exactly the same the video plays perfectly on my computer but when I upload it to YouTube I get no sound at the beginning + desync when it starts.
Youtube broke FLAC support. Use Vorbis at high quality (-q10) instead.