Can't encode using ZarxGUI
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Can't encode using ZarxGUI
Well, using the x264.exe provided by Zarx264gui 2.0 and the lossless file posted on dropbox, I can't replicate this. It encodes the video and audio, and the output file is fine. I also tested with my own build and it doesn't have problems with it either. I tried using --demuxer avs like Zarx sets up, I tried just letting the internal FFMS2 handle it, no input problems at all.
What decoder is being used for PCM? Windows' native one, ffdshow, LAV Filters, etc.? Then again, I'm using XP. Maybe there's some issue that's underlying this on newer versions of Windows.
What decoder is being used for PCM? Windows' native one, ffdshow, LAV Filters, etc.? Then again, I'm using XP. Maybe there's some issue that's underlying this on newer versions of Windows.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Kain-x-spirits
- Joined: Tue Jul 31, 2007 9:29 am
- Status: Hahahaha~
- Location: Lyon, France
- Contact:
Re: Can't encode using ZarxGUI
Same problem as aimo since i've re-installed my codecs (with itunes and new quicktime too).
It shows a ffms error on zarxgui ("couldn't create the video source"). But it works when i chose mkv as container.
And it seems like my directshowsource doesn't work either on avisynth script (i dunno if it's related to the problem).
Everything worked fine before the new install tho
It shows a ffms error on zarxgui ("couldn't create the video source"). But it works when i chose mkv as container.
And it seems like my directshowsource doesn't work either on avisynth script (i dunno if it's related to the problem).
Everything worked fine before the new install tho
- Kain-x-spirits
- Joined: Tue Jul 31, 2007 9:29 am
- Status: Hahahaha~
- Location: Lyon, France
- Contact:
Re: Can't encode using ZarxGUI
Ha yeah, and it only occurs when i try to encode a lagarith, huffyuv or UTvideo. Uncompressed files works fine. <_<
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Can't encode using ZarxGUI
Well, it definitely shouldn't be interfering with FFMS2 (by that I mean the internal one in x264, not the AviSynth or VapourSynth plugin). And the reason I keep saying this is that the only part of Quicktime that's relevant to these builds of x264 is the audio encoding functionality - and that relies on the exact same SDK as qtaacenc and qaac, so if they work, I can't really see how it would make x264 stop working, since it doesn't rely on anything else that Quicktime should be touching (problems like what I guess below notwithstanding; but that would only affect AviSynth input, not x264's internal copies of LAVF or FFMS2). And the SDK has remained the same for the past few years - if something stops working with it, it'd actually be Quicktime, but it wouldn't impact anything else.
I'm starting to think that what Quicktime/iTunes might have done is somehow mess with Media Foundation, and that's impacting being able to use DirectShow and VFW codecs - the solution to which is probably to either reinstall said DS and VFW codecs, or to use the Filter Priority thing that I know Vista/Win7 users needed at one time. It would also seem to explain why it doesn't seem to be doing anything here (even granted that I'm still on iTunes 10.5 - but I am using Quicktime 7.7.2, which is the latest version of Quicktime)...XP doesn't have Media Foundation.
I'm starting to think that what Quicktime/iTunes might have done is somehow mess with Media Foundation, and that's impacting being able to use DirectShow and VFW codecs - the solution to which is probably to either reinstall said DS and VFW codecs, or to use the Filter Priority thing that I know Vista/Win7 users needed at one time. It would also seem to explain why it doesn't seem to be doing anything here (even granted that I'm still on iTunes 10.5 - but I am using Quicktime 7.7.2, which is the latest version of Quicktime)...XP doesn't have Media Foundation.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Can't encode using ZarxGUI
Okay, an idea.
Copy and paste the following into Notepad and save the file with a .bat extension:
If you want a quick-and-dirty test, just change the preset from 'veryslow' to 'ultrafast'.
Now put the .bat file and the file you're trying to convert in the same folder as x264 (you could also just add x264's folder to the system PATH or copy x264.exe to C:\Windows and then run the .bat from wherever the original video file is, but I'm trying not to get complicated here). Drag and drop the .avi onto the .bat. The Command Prompt will pop up and x264 will encode the video. When it's finished, right click on the Command Prompt's title bar, choose Select All from the Edit menu, and when everything's selected, press Enter. Paste this log info into your reply so we can see what it's doing.
Also, I'd recommend trying to play the output file with mplayer. Download the latest one from here (the ones marked i686 are 32-bit, the x86_64 ones are 64-bit):
http://mplayer2.srsfckn.biz/
Just drag and drop the output video file onto mplayer2.exe and see if it plays.
Copy and paste the following into Notepad and save the file with a .bat extension:
Code: Select all
x264 --preset veryslow --tune animation --crf 18 -o "%~n1.mp4" %1
pause
Now put the .bat file and the file you're trying to convert in the same folder as x264 (you could also just add x264's folder to the system PATH or copy x264.exe to C:\Windows and then run the .bat from wherever the original video file is, but I'm trying not to get complicated here). Drag and drop the .avi onto the .bat. The Command Prompt will pop up and x264 will encode the video. When it's finished, right click on the Command Prompt's title bar, choose Select All from the Edit menu, and when everything's selected, press Enter. Paste this log info into your reply so we can see what it's doing.
Also, I'd recommend trying to play the output file with mplayer. Download the latest one from here (the ones marked i686 are 32-bit, the x86_64 ones are 64-bit):
http://mplayer2.srsfckn.biz/
Just drag and drop the output video file onto mplayer2.exe and see if it plays.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Can't encode using ZarxGUI
Gah, triple-post. I didn't realize something about that .bat I gave above. If you run that as-is, it'll try to write the output .mp4 to your User/Name folder rather than the current one. This should fix that:
Code: Select all
set cwd=%~dp0
x264 --preset veryslow --tune animation --crf 18 -o "%cwd%\%~n1.mp4" %1
pause
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Kain-x-spirits
- Joined: Tue Jul 31, 2007 9:29 am
- Status: Hahahaha~
- Location: Lyon, France
- Contact:
Re: Can't encode using ZarxGUI
That didn't work this way either.
Here's the log info
Here's the log info
Spoiler :
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Can't encode using ZarxGUI
I really don't like the idea of distributing non-free binaries, but to test this issue it seems to be necessary, so I'm only going to leave this up for about a day.
x264_r2216+729.7z
Test the x264.exe (or even x264-10bit.exe) with the above .bat and see if it works. Since the log hints that it might be a problem in lavf, I made sure that component was up-to-date as of less than an hour ago. L-SMASH is only in the same state as the last sync with the main repo, which means a month ago.
x264_r2216+729.7z
Test the x264.exe (or even x264-10bit.exe) with the above .bat and see if it works. Since the log hints that it might be a problem in lavf, I made sure that component was up-to-date as of less than an hour ago. L-SMASH is only in the same state as the last sync with the main repo, which means a month ago.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Kain-x-spirits
- Joined: Tue Jul 31, 2007 9:29 am
- Status: Hahahaha~
- Location: Lyon, France
- Contact:
Re: Can't encode using ZarxGUI
Still doesn't work.
Spoiler :
- Kain-x-spirits
- Joined: Tue Jul 31, 2007 9:29 am
- Status: Hahahaha~
- Location: Lyon, France
- Contact:
Re: Can't encode using ZarxGUI
Double-post : I've uninstalled every apple software, and install quicktime and avisynth again and now everything works well o_o