Issue after encoding with Zarx

If you have questions about compression/encoding/converting look here.
Locked
User avatar
Sage
Joined: Sun Feb 18, 2007 11:47 pm
Status: No-Lifing
Location: (noun) Ones place of existance.
Org Profile

Issue after encoding with Zarx

Post by Sage » Sat Jul 10, 2010 2:47 am

I have one issue after converting to mp4 with zarx.

http://img338.imageshack.us/img338/9807/wtfomg.png

it only happens only once and at a transition however i have no idea what the cause could be. Searching yielded nothing for me, after encoding using different methods. =\ Any ideas or a point in the right direction would be appreciated.

User avatar
Enigma
That jolly ol' bastid
Joined: Sat Mar 07, 2009 3:55 pm
Status: Free
Location: California
Org Profile

Re: Issue after encoding with Zarx

Post by Enigma » Sat Jul 10, 2010 2:50 am

Does the original file have that problem?

User avatar
Sage
Joined: Sun Feb 18, 2007 11:47 pm
Status: No-Lifing
Location: (noun) Ones place of existance.
Org Profile

Re: Issue after encoding with Zarx

Post by Sage » Sat Jul 10, 2010 3:02 am

Indeed it does.

User avatar
Enigma
That jolly ol' bastid
Joined: Sat Mar 07, 2009 3:55 pm
Status: Free
Location: California
Org Profile

Re: Issue after encoding with Zarx

Post by Enigma » Sat Jul 10, 2010 3:07 am

Re-export, Make sure to pick no codec(uncompressed) while exporting.

User avatar
Sage
Joined: Sun Feb 18, 2007 11:47 pm
Status: No-Lifing
Location: (noun) Ones place of existance.
Org Profile

Re: Issue after encoding with Zarx

Post by Sage » Sat Jul 10, 2010 3:40 am

Chose that setting, no issues with the transition anymore, however a new issue arises. I get an error when i try and set the .avs file. I get "Splice: Video formats don't match" (C:\Encodes\CNAMV.avs, line 8)

this is the current code i have in the .avs file

Code: Select all

AVISource("C:\Encodes\CNAMV.avi")

SSRC(48000)

video=last
	leader=BlankClip(0,720,480,"RGB32",23976,1000,48000,true,true,000000)
 video=video.AssumeFPS(23.976)
leader++video++leader
ConvertToYV12()
Any ideas?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Issue after encoding with Zarx

Post by mirkosp » Sat Jul 10, 2010 3:52 am

Why are you using SSRC and adding (actually nonexistant, from what I can tell) leaders?
I doubt this is a con encode, otherwise you wouldn't be using zarxgui, so just remove everything but the avisource line and the converttoyv12.
Image

User avatar
Sage
Joined: Sun Feb 18, 2007 11:47 pm
Status: No-Lifing
Location: (noun) Ones place of existance.
Org Profile

Re: Issue after encoding with Zarx

Post by Sage » Sat Jul 10, 2010 3:57 am

lol. Thanks again for the help ^_^. Still learning things so i have just been adding lines and figuring out what is what. That seemed to work. Appreciate it.

Locked

Return to “Conversion / Encoding Help”