Post subject: Anyone know....?
Joined: 2/22/2013
Posts: 5
I start to use PSXjin and i make a video of Megaman X4 and i got a question...why when i finish the AVI record look like this?: I want to upload the video to youtube, and i try to change the tipe and get it to 720p but continue looking like the images...anyone can help me?.
Editor, Emulator Coder, Site Developer
Joined: 5/11/2011
Posts: 1108
Location: Murka
What codec are you recording with? Could I see a short sample?
Joined: 2/22/2013
Posts: 5
im using codec .AVI And here is the sample: http://www.mediafire.com/?m7tnwbn5znt8eby 367.31 Kb is a .rar and got the video and the .pjm movie for psxjin
Editor, Emulator Coder, Site Developer
Joined: 5/11/2011
Posts: 1108
Location: Murka
You're using a garbage codec (one of the original VFW ones, and hence everything looks horrible awful through the world's worst macroblocking. Try something else, install x264vfw or xvid or the camstudio codec or anything at all that's not CRAM.
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
xMapMasterLx wrote:
im using codec .AVI
AVI isn't a codec (compressor/decompressor), it's a container. Examples of the former include h.264, Indeo, RealVideo. Examples of the latter include AVI, MPG, MP4, MKV and WMV. You could even put a high-quality BD rip into an AVI file, or the video and audio streams of the earliest AVI files into a MKV file.
Skilled player (1150)
Joined: 5/11/2011
Posts: 425
Location: China
Use Lagarith code. In my PC, camstudio code can't work for PSXjin perfect, too, because avisynth can't read it. I don't know what's the reason.
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
You may need to install the "CamStudio Lossless Codec v1.5".
Skilled player (1150)
Joined: 5/11/2011
Posts: 425
Location: China
creaothceann wrote:
You may need to install the "CamStudio Lossless Codec v1.5".
Thanks, I didn't know CamStudio has been updated in this year. But avisynth still can't read it. This picture was screenshoted by avisynth. After encoded by x264, the video has these glitches, too.
Joined: 2/22/2013
Posts: 5
Sorry guys, but I come with another problem, ok I used the Xvid codec MPEG-4. And it looks perfect and excellent video quality, thank you very much for sorting that problem, but I have another problem now, since the emulator PSXjin video recording and also has an audio file that is supposed to be the video, you hear perfect, but is more rapid than the video and try to accommodate around with Windows Live Movie Maker but fails to make it coordinate, someone knows why the audio is faster than the video?. I mean, the video looks good in speed, but it is as if the process of audio transitions were more rapid than the video. If you want a short sample with the original video and sound included, tell me.
Editor, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
mtvf1 wrote:
Thanks, I didn't know CamStudio has been updated in this year. But avisynth still can't read it. This picture was screenshoted by avisynth.
I sometimes have that problem too. It seems that the instruction AVISource has problems with some codecs. I solved the problem by using DirectShowSource instead.
Skilled player (1150)
Joined: 5/11/2011
Posts: 425
Location: China
FractalFusion wrote:
I sometimes have that problem too. It seems that the instruction AVISource has problems with some codecs. I solved the problem by using DirectShowSource instead.
Thank you, work fine now.
creaothceann
He/Him
Editor
Joined: 4/7/2005
Posts: 1874
Location: Germany
For best results use DSS2 for video input. (You can get it either by installing the Haali splitter manually or simply letting the k-Lite codec pack do all the work. Then copy avss.dll to the Avisynth "plugins" directory or write a one-line "LoadPlugin(...)" script for that directory that loads the DLL from its location.) For audio you need a different function; depending on the project I either use DirectShowSource(FileName, video=false) or NicAC3Source (for DVD tracks).