Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 6th November 2013, 19:34   #4561  |  Link
datauser
Registered User
 
datauser's Avatar
 
Join Date: Oct 2010
Posts: 100
@Manolito 'bad version of ffdshow'

Maybe! I'll certainly look into that possibility as something is amiss. Thanks.
datauser is offline  
Old 9th November 2013, 03:01   #4562  |  Link
abban270
Registered User
 
Join Date: Jan 2009
Posts: 6
x264 encoding failed

Hi all
i have a probleme with staxrip 1.1.1.0
in my pc at home work fine
but in another pc who have 64bit + CPU multi core send me an Error
x264 encoding failed
-------------------
probleme at the x264 Third Pass this is the log file

Attached Files
File Type: txt Copie de MUZ.txt (4.7 KB, 37 views)
abban270 is offline  
Old 9th November 2013, 18:57   #4563  |  Link
dejong12
Registered User
 
Join Date: Feb 2010
Posts: 66
I'd say try the newest version first (1.1.9.0), you're using a very old version.
dejong12 is offline  
Old 9th November 2013, 21:28   #4564  |  Link
D9JK
Registered User
 
Join Date: Feb 2010
Posts: 41
I'm having a bit of trouble merging these four clips together. I'm thinking it may be because one of the clips has no audio (audio recording was accidentally disabled in camera).
Code:
Clip1		= QTInput("0802 Haajuhla 1.MOV", audio = 0).AudioDub(WavSource("Silence.wav")).Trim(0,5290)
Clip2		= QTInput("0802 Haajuhla 2.MOV", audio = 1).Normalize()
Clip3		= QTInput("0802 Haajuhla 3.MOV", audio = 1).Normalize().Trim(0,20030)
Clip4		= QTInput("0802 Haajuhla 4.MOV", audio = 1).Normalize().Trim(0,13000)
Dissolve (Clip1, Clip2, Clip3, Clip4, 30)
Because the first clip has no audio, Virtualdub first didn't want to load the script, but I worked around the issue by inserting the "Silence.wav" using AudioDub(). With that working, I wanted to proceed using Staxrip. However, when I attempt to load the .AVS file into Staxrip, I'm seeing "audio=false" in the log file, and the final video file then has no audio in any of the four clips.

The log file also contains this:
Code:
                    Error opening source
------------------------------------------------------------
Unable to Open Movie, err=-50 :
 H:\Pakkaamattomat\Process video B temp files\0802 Haajuhla 1.MOV
(H:\Pakkaamattomat\Process video B temp files\Process video B_Source.avs, line 3)
Despite the error message, the video stream looks good. But why would Staxrip not load the audio, if I can hear it in VirtualDub? What should I try to fix this?
D9JK is offline  
Old 29th November 2013, 18:26   #4565  |  Link
chrisgwd
Registered User
 
Join Date: Jul 2010
Posts: 4
Startup Problem

Hi Stax...

I've been using StaxRip for years...great work, thanks! I am moving my setup to a new system. OS is Windows Server 2008 (64 bit). Microsoft .NET Framework 4 is installed.

I extracted the latest StaxRip into Programs folder. When I try to run it, it immediately fails. There is no startup screen to set locations of templates, etc. What is it looking for before that?

Microsoft Visual C++ 2010 is installed...but not Microsoft Visual Basic...Do I need that?

Thanks,
Chris

UPDATE - I think I got it..

I found that some other things were not working either, so I found how to enable .NET framework 3.5.1 and Desktop Experience - I assume the Framework is the one that worked, but I did them both together, so...

Then I found this as am using Server 2008 as more of a workstation...it includes instructions for the above.
http://www.zdnet.com/blog/igeneration/convert-student-free-windows-server-2008-r2-into-windows-7/5593

Last edited by chrisgwd; 30th November 2013 at 20:54.
chrisgwd is offline  
Old 25th January 2014, 15:34   #4566  |  Link
kamalhwk
Registered User
 
Join Date: Jan 2014
Posts: 1
hello I have a movie I want to edit and compreser by StaxRip I have 1.1.7.0 beta, the film is 2.25 gb in size I want it 800 mb am and they did not lose its original quality what this configuration to do thank you
Attached Files
File Type: txt 140118225942).mpeg.MediaInfo.txt (3.4 KB, 45 views)
kamalhwk is offline  
Old 8th February 2014, 00:48   #4567  |  Link
thomy22
Registered User
 
Join Date: Sep 2009
Posts: 7
I have this Problem Today:

Not An Avisynth 2 C Plugin: C:\Users\Thomas\Downloads\StaxRip_1.1.7.0_beta\Applications\AviSynth plugins\Yadif\yadif.dll
(C:\enc\VTS_01_PGC_02_1 temp files\VTS_01_PGC_02_1.avs, line 2)


I Install Avisynth new but not work again :-(

Can everybody help me?
thomy22 is offline  
Old 10th February 2014, 16:33   #4568  |  Link
fantasmanegro
Registered User
 
Join Date: Dec 2009
Posts: 214
Quote:
Originally Posted by thomy22 View Post
I have this Problem Today:

Not An Avisynth 2 C Plugin: C:\Users\Thomas\Downloads\StaxRip_1.1.7.0_beta\Applications\AviSynth plugins\Yadif\yadif.dll
(C:\enc\VTS_01_PGC_02_1 temp files\VTS_01_PGC_02_1.avs, line 2)


I Install Avisynth new but not work again :-(

Can everybody help me?
i have the same problem as you...

a workaround is to create an avsi loading yadif plugin and modify staxrip template to load the avsi instead of yadif plugin
fantasmanegro is offline  
Old 4th April 2014, 04:04   #4569  |  Link
Google
Registered User
 
Join Date: Mar 2014
Posts: 5
There's a glitch in StaxRip when using DGSource and DGDecNV to decode. When you load the video file (say a 1080i file), open the crop window and crop it the way you want, then add the values to the dgi file, StaxRip glitches and sets the video input resolution to something like 832/32 or another random values. Of course, this is absurd and usually not a possible resolution for an encode. I don't get the glitch too often, but it does happen at random times.
Google is offline  
Old 14th May 2014, 16:12   #4570  |  Link
someoneXgr
Registered User
 
Join Date: Feb 2013
Posts: 9
Will there be x265 support for StaxRip?
someoneXgr is offline  
Old 3rd June 2014, 07:38   #4571  |  Link
datauser
Registered User
 
datauser's Avatar
 
Join Date: Oct 2010
Posts: 100
Any news yet on a new version of Staxrip on horizon with bug fixes? Thanks.
datauser is offline  
Old 13th June 2014, 22:54   #4572  |  Link
kotuwa
Registered User
 
Join Date: May 2012
Posts: 66
Unique MKV Titles

Can we Use Different Titles when batch encoding MKVs....
Either using Wildcards, Variables or Filenames....

I use Staxrip to convert batch MKVs and I can create a template by giving a specific Title for MKV file... But then the same title applied to all files that uses the template....

Can we set it to use the file name in each file.... or similar solution?
Are there any MKVMerge switches to set titles from file names or ....
.
kotuwa is offline  
Old 13th July 2014, 05:55   #4573  |  Link
chrisgwd
Registered User
 
Join Date: Jul 2010
Posts: 4
Configuration Problem

Hi,

I have a configuration problem with my computer and Staxrip. The PC is running Windows Server 2008 R2. I've had Staxrip working just fine for a year or so...but now it's not???

I am encoding blurays to .mkv. It looks like DGAVCIndex indexes properly, then x264 fails the process when loading to encode.

I can encode the same demuxed files on anther PC using staxrip.

I have demuxed content that I previously encoded using the same set-up that I can no longer encode.

So, I am pretty sure it has something to do with an operating system update or something similar, but I don't know where to look.

Any thoughts?

Thanks,
Chris
chrisgwd is offline  
Old 12th August 2014, 16:29   #4574  |  Link
jse12
Registered User
 
Join Date: Mar 2012
Posts: 8
FixBlendIVTC

Hey all, I'm trying to encode some PAL 576i Anime DVD's to x264, because the content on the disk was originally NTSC-J content the frame rate should be 23.976 instead of 25fps so when I do an encode I end up with Ghosting.

http://i.imgur.com/AtWDeXw.jpg <-- example of the ghosting.

So I'm trying to use FixBlendIVTC(post=3) to fix it, but it doesent seem to be working in staxrip, I get the error

"Script Error: There is no function named "FixBlendIVTC"
in T:\test temp files\test.avs line 11"

I have in my avisynth plugin directory the required dll's and FixBlendIVTC.avs, can some one help me get this to work?

Thanks in advance jse12
jse12 is offline  
Old 12th August 2014, 21:00   #4575  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,546
chrisgwd and maybe jse12:

I had a similar occasion where two .net 3.5 dependent applications
wouldn't start anymore after a recent Windows update (Win7U64).

A:Sony Vegas Pro10 32bit, but VegasPro 10 64bit works on the same machine.
B:Touchbutton/Volume swiper driver for this particular notebook (ClevoX8100, rebranded as mysn XMG8.c)

Uninstalling any .net and installing .net 4.52 brought at least B back for me. For Sony Vegas 10 32bit I am still searching for a solution.

StaxRip is one of those apps that need .net 3.5
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."

Last edited by Emulgator; 12th August 2014 at 21:02.
Emulgator is offline  
Old 22nd August 2014, 09:23   #4576  |  Link
someoneXgr
Registered User
 
Join Date: Feb 2013
Posts: 9
Bumping for this question
Quote:
Originally Posted by someoneXgr View Post
Will there be x265 support for StaxRip?
someoneXgr is offline  
Old 22nd September 2014, 04:08   #4577  |  Link
Fidelix
Registered User
 
Join Date: Mar 2009
Posts: 21
Where can I find Stax's source code?

I want to find a way to remove the dialog that asks you to save the project when you close the program.

Right now I can't batch encode because of this - I'm using another software to monitor a directory for new files and run stax automatically on that file.
Fidelix is offline  
Old 22nd September 2014, 04:42   #4578  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
https://sourceforge.net/p/staxmedia/code/HEAD/tree/
raffriff42 is offline  
Old 22nd September 2014, 06:40   #4579  |  Link
flebber
Practising Schemer
 
Join Date: Feb 2008
Location: Newcastle, Australia
Posts: 791
Quote:
Originally Posted by Fidelix View Post
Where can I find Stax's source code?

I want to find a way to remove the dialog that asks you to save the project when you close the program.

Right now I can't batch encode because of this - I'm using another software to monitor a directory for new files and run stax automatically on that file.
there are other configuration options, can't quite remember but I think it's f11 or ctrl+f11
flebber is offline  
Old 22nd September 2014, 12:52   #4580  |  Link
Fidelix
Registered User
 
Join Date: Mar 2009
Posts: 21
Quote:
Originally Posted by raffriff42 View Post
That's old, not updated since 2012

Quote:
Originally Posted by flebber View Post
there are other configuration options, can't quite remember but I think it's f11 or ctrl+f11
Tried F11 and CTRL+F11, nothing

Last edited by Fidelix; 22nd September 2014 at 12:57.
Fidelix is offline  
Closed Thread

Tags
gui, h.264, h.265, hevc, mkv, x264, x265


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:22.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.