To be honest, NTSC really was fucked up to begin with when they came up with it... stupid 1% slowdown... made EVERYTHING more complex in the long run, especially since FILM already was 24.00 fps.outlawed wrote: I mean we're working with footage in the NTSC standard which hasn't been actively developed since the 1950s and was recently replaced with ATSC. Clearly our entire operation is flawed on a fundamental level.
Zarx264gui 1.31 - April 11, 2010
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Zarx264gui 1.31 - April 11, 2010
-
- Joined: Fri Jan 12, 2001 1:03 pm
- Location: Lost
Re: Zarx264gui 1.31 - April 11, 2010
Did you mean to say the 0.1% adjustment to fields to compensate for the dot pattern issue (which is why we have 29.97 drop frame timecode)? I must say though the engineering to keep color NTSC backwards compatible with the 40s B&W standard was very elegant.mirkosp wrote:To be honest, NTSC really was fucked up to begin with when they came up with it... stupid 1% slowdown... made EVERYTHING more complex in the long run, especially since FILM already was 24.00 fps.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Zarx264gui 1.31 - April 11, 2010
They should have just given up on backwards compatibility, but you know how Americans are. If there wasn't the need to keep the entire signal at 60Hz, there wouldn't really be a problem. You'd think that in the digital age people could at least go back to integer framerates but it seems not :/
- kickass331
- Joined: Sat Apr 21, 2007 8:11 pm
- Status: Infamous
- Location: West Chester, PA
- Contact:
Re: Zarx264gui 1.31 - April 11, 2010
yes, capture quality matters, the chroma for colors and luma for black levels, but as i've never used a capture card i'm unexperienced and in over my head
- LittleAtari
- Call Me Moneybagz
- Joined: Sun May 22, 2005 10:23 pm
Re: Zarx264gui 1.31 - April 11, 2010
Zarx, what happened to the image sequence importer? I thought it'd be fixed in this version, but it's gone =(
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: Zarx264gui 1.31 - April 11, 2010
I realized it was actually a lot more difficult to automate it. Unless I'm missing something, it seems that avisynth can't automatically determine how many frames are in the sequence. So you need to just manually create an avisynth script to load your images.LittleAtari wrote:Zarx, what happened to the image sequence importer? I thought it'd be fixed in this version, but it's gone =(
- Phantasmagoriat
- Joined: Mon Feb 06, 2006 11:26 pm
- Status: ☁SteamPunked≈☂
- Contact:
Re: Zarx264gui 1.31 - April 11, 2010
could always run a .bat file in the directory holding the images:Zarxrax wrote:I realized it was actually a lot more difficult to automate it. Unless I'm missing something, it seems that avisynth can't automatically determine how many frames are in the sequence. So you need to just manually create an avisynth script to load your images.LittleAtari wrote:Zarx, what happened to the image sequence importer? I thought it'd be fixed in this version, but it's gone =(
Code: Select all
SET TYPE=bmp
SET FPS=29.97
SET LENGTH=1
SET WIDTH=848
SET HEIGHT=480
for %%f in (*.%TYPE%) do echo imagesource("%%f", fps=%FPS%, start=1, end=%LENGTH%)++\ >> "sequence.avs"
echo BlankClip(length=0, width=%WIDTH%, height=%HEIGHT%, fps=%FPS%).killaudio()>> "sequence.avs"
PLAY FREEDOOM!! | Phan Picks! | THE424SHOW | YouTube | "Painkiller" | Vanilla MIDI's
"Effort to Understand; Effort to be Understood; to See through Different Eyes."
"Effort to Understand; Effort to be Understood; to See through Different Eyes."
- Bauzi
- Joined: Fri May 21, 2004 12:48 pm
- Status: Under High Voltage
- Location: Austria (uhm the other country without kangaroos^^)
- Contact:
Re: Zarx264gui 1.31 - April 11, 2010
Is ZarxGUI/x264 capable of compressing 16 bit color channel videos? I work on a 1080p AMV and 8 bpc look like shit for gradients.
You can find me on YT under "Bauzi514". Subscribe to never miss my AMV releases.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Zarx264gui 1.31 - April 11, 2010
x264 recently introduced 10bit capability, but isn't 16bit capable yet (from my understanding, apparently 16bit would need a somewhat major rewrite of parts of the code, whereas 10bit only had minimal differences, so that's why). If you're fine with the improvement from 8bit to 10bit, you can get a build from here:
http://forum.doom9.org/showthread.php?p ... ost1414996
However a warning: that's r1666, we're now on r1680. No one bothered making 9bit and 10bit builds after r1666. And there is a reason: there aren't enough decoders that can support those bitdepths. DivX7 seems to be the only H.264 decoder that can support it, and you can't quite count on people to have it. Also, keep in mind that the higher bitdepths takes more processing power both during encoding and decoding.
So imho, if you really want to make an 10bit encode, then you should probably also offer an 8bit encode too regardless. I don't think it's quite the time for this step yet.
I guess having a dithered encode is the best way if the gradients can't hold up and become a banded mess.
EDIT: BTW, might I ask which source are you working with? Most anime is only worthy of 720p at most as far as actual detail goes, despite the m2ts being 1080p (or 1080i)... so chances are you could just edit at 720p and not mind.
http://forum.doom9.org/showthread.php?p ... ost1414996
However a warning: that's r1666, we're now on r1680. No one bothered making 9bit and 10bit builds after r1666. And there is a reason: there aren't enough decoders that can support those bitdepths. DivX7 seems to be the only H.264 decoder that can support it, and you can't quite count on people to have it. Also, keep in mind that the higher bitdepths takes more processing power both during encoding and decoding.
So imho, if you really want to make an 10bit encode, then you should probably also offer an 8bit encode too regardless. I don't think it's quite the time for this step yet.
I guess having a dithered encode is the best way if the gradients can't hold up and become a banded mess.
EDIT: BTW, might I ask which source are you working with? Most anime is only worthy of 720p at most as far as actual detail goes, despite the m2ts being 1080p (or 1080i)... so chances are you could just edit at 720p and not mind.