Log in

View Full Version : StaxRip x86 (development for x86 has been stopped)


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100

Pulp Catalyst
3rd April 2011, 22:29
strange, i've never been able to get Stax to rip the Subs, subs has always been a issue for me and stax for a good length of time now..... come to think of it, i don't recall Stax ever working with subs.......

Pulp Catalyst
4th April 2011, 11:47
noticed a new problem, staxrip has detected a audio delay of 7639ms, checked in virtual dub mod, there is no delay of anykind,

how do i override stax, and tell it to do a 0ms delay?

a DVDRip ISO mounted in Daemon tools (Startrek TNG season 3 disk 5)

!1st time it's happened, 60% through Voyager, 35% done with DS9, and doing TNG!

datauser
6th April 2011, 11:05
SmoothD help file in the filters does not load after double clicking on the filter "Noise SmoothD", because it does not exist in the avisynth plugins folder. The file can be easily found at:

http://www.funknmary.de/bergdichter/projekte/video/SmoothD/

flebber
6th April 2011, 11:44
SmoothD help file in the filters does not load after double clicking on the filter "Noise SmoothD", because it does not exist in the avisynth plugins folder. The file can be easily found at:

http://www.funknmary.de/bergdichter/projekte/video/SmoothD/

Was this a question you needed help with?

datauser
6th April 2011, 12:56
oWas this a question you needed help with?

Hi, no it was something I ran in to when I was looking at the filters when I was looking for its readme, but you could advise me on something if you would please? I managed to work out things superbly with the SoftSharpen using below script:

[Additional]
Advanced | SoftSharpen = SoftSharpen(preset="film")

Therefore decided to advance onto a little Fluxsmooth experimentation. The medium noise setting has a setting of (4) and heavy(8), so my question is: is it possible for me to insert it as (6) ands work okay for a stronger but not heavy effect? The advanced are again exactly the same settings for FluxsmoothT in filter menu.

The readme info says the default is ("confusingly") for a temporal threshold 7, so I have no idea what the 4 or 8 means! Thanks again flebber .

flebber
7th April 2011, 12:12
@ datauser

forgot to mention I don't use fluxsmooth T or St very often if at all.

My most preferred basic filter is FFT3GPU. http://forum.doom9.org/showthread.php?t=89941&highlight=fft3gpu

Here are a few other basic ones, note dfftest is a good quality filter for me but also very slow.

dfttest = dfttest()
FFT3GPU = FFT3DGPU(sigma=3.5)
SmoothD_Detail = SmoothD(2,5,0,4)
TBilateral = TBilateral(sDevL=1.1, sDevC=1.1, iDevL=5.0, iDevC=5.0)
VagueDenoiser = VagueDenoiser(threshold=2, nsteps=5)

datauser
7th April 2011, 21:07
Thanks Flebber. I most certainly wil now try out your variation of "SmoothD" script as I needed something to focus on detail. A lot of these scripts are touch and go until tested, but that is what makes it interesting. I tried FFT3D sigma = 2.5 and that was quite slow too, with good end result. MVDegrain3 was the slowest of them all for me, but gave some fantastic results on a problemtic video. Some users swear by FluxSmooth. I prefer Hqdn3d and eventually hope to get a script which works for me in Staxrip. Much appreciated.

fantasmanegro
19th April 2011, 02:19
good night..


does anybody know about moeg2source in windows 7 x64? i mean, staxrip just say failed to open the source, after that it tries to open with ffvideosource and nothing happend

burfadel
19th April 2011, 10:28
I've never had any problems with Staxrip in Windows 7 x64, and I've been using it since before Windows 7 actually came out :)

Mpegsource2 works fine, as does ffvideosource/ffmpegsource. Actually at the moment, I'm batch processing around 40 or so in parallel, two video files at a time whilst clearing a backlog of tv recorded stuff. Not only does Mpeg2source work flawlessly (its sill better for MPEG2 stuff than FFVideosource, which works but can be very sluggish in preview etc), but I've never had a problem with parallel encoding either. Its much better than trying to use an Avisynth MT version (instead using a recent Avisynth 2.60 build).

madeinlisboa
19th April 2011, 11:24
Please,

Staxrip always worked well, but suddenly I'm getting this error with every media file. I uninstalled .NET Framework completely and reinstalled with all patches, but it still crashes after analyzing a video. Please, can you help me?

------------------------------------------------------------
Environment
------------------------------------------------------------

StaxRip version: 1.1.7.0
OS Name : Microsoft Windows XP
OS Version : 5.1.2600.196608
OS Type : 32-bit
OS Culture : Portuguese (Portugal)

------------------------------------------------------------
.NET
------------------------------------------------------------

v2.0.50727 : 2.2.30729
v3.0 : 3.2.30729
v3.5 : 3.5.30729.01

------------------------------------------------------------
DGIndex - Demux audio and index MPEG-2
------------------------------------------------------------

"C:\Program Files\StaxRip\Applications\dgindex\DGIndex.exe" -i "P:\TomJerry\A Baleia Dicky Moe.VOB" -ia 2 -fo 0
-yr 1 -tn 1 -om 2 -drc 2 -dsd 0 -dsa 0 -o "P:\TomJerry\A Baleia Dicky Moe temp files\A Baleia Dicky Moe" -hide -exit

Demuxer: DGIndex - Demux audio and index MPEG-2

Start: 11:15:20
End: 11:15:25
Duration: 00:00:04

------------------------------------------------------------
Error opening source
------------------------------------------------------------

Exception has been thrown by the target of an invocation.

MPEG2Source("%source_file%")
Crop(0,0, -Width % 8,-Height % 8)
ConvertToYV12()

------------------------------------------------------------
Exception
------------------------------------------------------------

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Native handle is 0.
Parameter name: handle
at System.Drawing.Image.SetNativeImage(IntPtr handle)
at System.Drawing.Bitmap.FromGDIplus(IntPtr handle)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,
MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig,
MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder,
Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder,
Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at StaxRip.AVIFile.GetBMPFromDib(IntPtr pDIB) in C:\Users\Frank\Documents\Visual Studio
2010\Projects\StaxMedia\trunk\StaxRip\General\AVIFile.vb:line 374
at StaxRip.AVIFile.GetBitmap() in C:\Users\Frank\Documents\Visual Studio
2010\Projects\StaxMedia\trunk\StaxRip\General\AVIFile.vb:line 366
at StaxRip.AviSynthDocument.Synchronize() in C:\Users\Frank\Documents\Visual Studio
2010\Projects\StaxMedia\trunk\StaxRip\General\AviSynth.vb:line 139
at StaxRip.MainForm.OpenVideoSourceFiles(List`1 files, Boolean autoMode) in
C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\Forms\MainForm.vb:line 1809

fantasmanegro
19th April 2011, 21:04
I've never had any problems with Staxrip in Windows 7 x64, and I've been using it since before Windows 7 actually came out :)

Mpegsource2 works fine, as does ffvideosource/ffmpegsource. Actually at the moment, I'm batch processing around 40 or so in parallel, two video files at a time whilst clearing a backlog of tv recorded stuff. Not only does Mpeg2source work flawlessly (its sill better for MPEG2 stuff than FFVideosource, which works but can be very sluggish in preview etc), but I've never had a problem with parallel encoding either. Its much better than trying to use an Avisynth MT version (instead using a recent Avisynth 2.60 build).

This is weird. Can you tell me the software you hace installed? I mean xvid ffdshow ac3filter etc ... by the way i have installed avisynth 2.5.8 mt and w7 codec pack by shark007 32 & 64 bits

Gannjunior
21st April 2011, 13:38
Also to me, suddenly staxrip is not working anymore under 7 x64.
It always worked fine!

Ramir Gonzales
21st April 2011, 16:59
Also to me, suddenly staxrip is not working anymore under 7 x64.
It always worked fine!
Staxrip development has stopped permanently. Please use another tool.

Gannjunior
21st April 2011, 17:11
Hi Ramir

since you know Staxrip, if you have any idea, pls answer me here

http://forum.doom9.org/showthread.php?t=160754

tnks ;)

fantasmanegro
21st April 2011, 18:55
Also to me, suddenly staxrip is not working anymore under 7 x64.
It always worked fine!

can you post any error message or image with the message or can you post the list of ptoblems you have with staxrip?

by the way i recently notice that my dgdecode needs to be x64 and not x32, because i installed the avisynth x64 "update" and it changes the default avisynth plugins directory

Gannjunior
21st April 2011, 19:41
one error is (after I dragged an mpeg2 and after dgindex finished to indicize it)

"an error occurred that could be solved by installing ffdshow"

off course ffdshow is isntalled...

After that it appears this message:

FFVideoSource: Can't open 'C:\Users\postazione13\Downloads\030925_real_madid_castilla-leganes_27.03.2011 temp files\030925_real_madid_castilla-leganes_27.03.2011.d2v'
(C:\Users\postazione13\Downloads\030925_real_madid_castilla-leganes_27.03.2011 temp files\030925_real_madid_castilla-leganes_27.03.2011_Source.avs, line 2)


everything always worked great...

fantasmanegro
21st April 2011, 20:01
one error is (after I dragged an mpeg2 and after dgindex finished to indicize it)

"an error occurred that could be solved by installing ffdshow"

off course ffdshow is isntalled...

After that it appears this message:

FFVideoSource: Can't open 'C:\Users\postazione13\Downloads\030925_real_madid_castilla-leganes_27.03.2011 temp files\030925_real_madid_castilla-leganes_27.03.2011.d2v'
(C:\Users\postazione13\Downloads\030925_real_madid_castilla-leganes_27.03.2011 temp files\030925_real_madid_castilla-leganes_27.03.2011_Source.avs, line 2)


everything always worked great...

that's extrange, i still have problems with stax, but yesterday i didn't

are you using ffdshow x64 or x32 and the same for avisynth and others decoders you have installed

or you have a codec pack?

Pulp Catalyst
21st April 2011, 20:06
i thought stax was only taking a break, where is the official word saying that development has "permanently" stopped ?

Gannjunior
21st April 2011, 20:07
tried both x32 and x64
avisynth x32 modified dll to use multicore...
no all in one codec pack, only the codec minimal to let everything work

fantasmanegro
22nd April 2011, 00:34
mmmm nothing work, i've reinstalled every codec and still not working... i have no ideas right know....

datauser
22nd April 2011, 16:03
Staxrip development has stopped permanently. Please use another tool.

And you:confused: are a close friend, have special privy information, a representative, know something we do not to say this etc when no statement of such kind has ever been issued here by Stax..???? Clarify please!:)

fantasmanegro
22nd April 2011, 18:02
i have installed xvid4psps and staxrip started to work as always did, i guess it's yv12 decoder that xvid4psps installs... because i just disabled reinstall avisynth mt and nothing else

Atlantis
25th April 2011, 20:13
I have noticed an error. When my file is on a NAS Synology, StaxRip can not mux the finale result.

Operation failed!

x264 encoding failed

StaxRip.ErrorAbortException: x264 encoding failed
at StaxRip.x264Encoder.Encode() in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\VideoEncoder.vb:line 1563
at StaxRip.MainForm.Encode() in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\Forms\MainForm.vb:line 2136
at StaxRip.MainForm.RunJobs() in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\Forms\MainForm.vb:line 3321

The same works on my USB drive. All the files are encoded correctly on NAS, it's only at the muxing that it fails.

I have compared the encoded files on NAS and USB and they are bit by bit the same.

Brandoon
1st May 2011, 17:38
I am wondering if anyone can offer help with my problem. When converting video for ipod/iphone and using mp4 as container, my video ends up freezing and blocky for a second or two during playback. This happens several times a minute, however just by changing the container to mkv everything is perfect.

My only issue is that I cannot play mkv on my ipod, I am dloading videos from youtube and replacing the audio tracks, then converting to mp4 for my ipod.

Is anyone familiar with what could be causing this? Any help is appreciated.

fantasmanegro
2nd May 2011, 02:16
maybe its a decoder problem not muxer nor bad encoding. try to use ffdshow

VincAlastor
2nd May 2011, 08:18
stax76 is missing! avisynth 64bit support, an actully build (update tools) and an option to set forced sub's in mkv container config would be nice.

Baltyshark87
2nd May 2011, 11:03
Hello to everyone!

Yesterday I came across this good program and was suprised by it's fast encoding. I just have one problem I can not solve. I have sorce file MPEG4/AVC with resolution 720x576 (4:3) and display aspect ratio 16:9. While converting it to xvid, i tried to keep ratio at 16:9 but when i play converted file in windows media player or media player classic, it displays in 4:3 allthough in mediainfo says it's AR is 16:9. Can anybody help?

Thanks in advance and sorry for my English (I am not a native speaker).

Sorce file:
General
ID/String : 1 (0x1)
Format : MPEG-TS
Format/Info : Advanced Video Codec
FileSize/String : 28.6 MiB
Duration/String : 1mn 18s
OverallBitRate/String : 2 713 Kbps

Video
ID/String : 120 (0x78)
MenuID/String : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format_Profile : Main@L3.0
Format_Settings_CABAC/String : Yes
Format_Settings_RefFrames/String : 3 frames
CodecID : 27
Duration/String : 1mn 22s
BitRate_Mode/String : Variable
BitRate/String : 2 385 Kbps
BitRate_Maximum/String : 15.0 Mbps
Width/String : 720 pixels
Height/String : 576 pixels
DisplayAspectRatio/String : 16:9
FrameRate/String : 25.000 fps
Standard : PAL
ColorSpace : YUV
ChromaSubsampling : 4:2:0
BitDepth/String : 8 bits
ScanType/String : MBAFF
Bits-(Pixel*Frame) : 0.230
StreamSize/String : 23.3 MiB (81%)

Target file:
General
Format : AVI
Format/Info : Audio Video Interleave
File size : 19.3 MiB
Duration : 1mn 22s
Overall bit rate : 1 979 Kbps
Writing application : VirtualDubMod 1.5.10.2 (build 2540/release)
Writing library : VirtualDubMod build 2540/release

Video
ID : 0
Format : MPEG-4 Visual
Format profile : Advanced Simple@L5
Format settings, BVOP : 2
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Muxing mode : Packed bitstream
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 1mn 22s
Bit rate : 1 865 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.180
Stream size : 18.2 MiB (94%)
Writing library : XviD 1.3.0.dev55

turok
3rd May 2011, 15:54
@Baltyshark87

did u make sure that before u encoded, that u set the PAR to the equivalent to 16:9 ratio? select auto 16:9 or DAR 16:9 when setting the DAR/PAR. auto 16:9 usually does it for me.

lol stax76 did u jump ship? shame as ur program for me is still beast. have yet to hit an error other than audio encoding sometimes.

Lighto
3rd May 2011, 16:45
I thought Stax only went for a hiatus?
Have to agree StaxRip is good at guiding users along.

Baltyshark87
3rd May 2011, 18:10
@Baltyshark87

did u make sure that before u encoded, that u set the PAR to the equivalent to 16:9 ratio? select auto 16:9 or DAR 16:9 when setting the DAR/PAR. auto 16:9 usually does it for me.


Yes i did. It is weird that when I convert it to mkv it displays it right. I have little example here and i would really appreciate if someone tries it for me and tells me where i made a mistake.

Example:
http://www.mediafire.com/?i8m70f16k0j2b06

And thank you all for the help.:)

Selur
3rd May 2011, 22:03
I thought Stax only went for a hiatus?
Agree,.. over in the german doom9/gleitz forum he posted (end of last year):
StaxRip liegt momentan auf Eis source: http://forum.gleitz.info/showthread.php?26177-StaxRip-Encoding-Frontend-(Diskussion)&p=414839&viewfull=1#post414839

Cu Selur

willscarlett
4th May 2011, 08:03
I have little example here and i would really appreciate if someone tries it for me and tells me where i made a mistake.

Example:
http://www.mediafire.com/?i8m70f16k0j2b06

I am not an Expert, but I thought it would help if someone tried your example. My finding: The mpeg-file cannot be opened (on VLC and WMP, no additional codecs installed)

Just a wild guess, as i do not know too much about video encoding, but maybe you are combining the mpeg-container with an incompatible codec? I always thought XviD is meant to be put into an avi or mkv-container?

meshaun
6th May 2011, 15:17
Where can I find an updated Staxrip?
With the latest codecs?

flebber
7th May 2011, 08:35
Where can I find an updated Staxrip?
With the latest codecs?

latest codecs have nothing to do with staxrip you need ffdshow tryouts. http://ffdshow-tryout.sourceforge.net/download.php

meshaun
7th May 2011, 08:59
you mean, if I install FFDshow, staxrip will you the codecs in ffdshow?

flebber
7th May 2011, 11:14
@meshaun - are you having an issue with staxrip or trouble opening a media file?

meshaun
7th May 2011, 13:30
I have no issue.
I would like to use the latest codecs like xvid 1.3.1 or the latest x264 version.

flebber
7th May 2011, 14:22
I have no issue.
I would like to use the latest codecs like xvid 1.3.1 or the latest x264 version.

from Stax.

http://forum.doom9.org/showpost.php?p=1463542&postcount=4028

from me about changing to xvid_encraw but you can change x264 or xvid version using this.

http://forum.doom9.org/showpost.php?p=1468983&postcount=4035

meshaun
8th May 2011, 01:46
so replacing the xvid encraw and the dll will do huh..
what about the x264? and the Megui profiles? can i import them or something?

flebber
8th May 2011, 01:54
so replacing the xvid encraw and the dll will do huh..
what about the x264? and the Megui profiles? can i import them or something?

As above you would do the same thing for doing x264 but with x264 obviously.

Staxrip already has built in profiles you don't need megui profiles. Megui is a good project in its own right if you like the profile system then use megui.

afro1114
16th May 2011, 16:42
Lately every time i put a file batch to encode in staxrip i get this error at least one time, and that interrupt all the queue, looked for the error code in the web and nothing appear.

Anyone have any ideas about what can it be, and how to solve it?

Here is the log of the error:



Operation failed!

x264 failed with exit code -1073741819

avs [info]: 1280x720p 0:0 @ 12567183/524288 fps (cfr)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1


StaxRip.ErrorAbortException: x264 failed with exit code -1073741819

avs [info]: 1280x720p 0:0 @ 12567183/524288 fps (cfr)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264 [info]: profile High, level 3.1

en StaxRip.H264CmdlEncoder.Encode(String passName, String exe, String args, String[] logValuesToSkip) en C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\VideoEncoder.vb:línea 2011
en StaxRip.x264Encoder.Encode() en C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\VideoEncoder.vb:línea 1553
en StaxRip.MainForm.Encode() en C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\Forms\MainForm.vb:línea 2136
en StaxRip.MainForm.RunJobs() en C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\Forms\MainForm.vb:línea 3321

datauser
18th May 2011, 20:43
from Stax.

http://forum.doom9.org/showpost.php?p=1463542&postcount=4028

from me about changing to xvid_encraw but you can change x264 or xvid version using this.

http://forum.doom9.org/showpost.php?p=1468983&postcount=4035

I installed xvid 1.3.1 as default with Staxrip and it works fine most of the time apart from occasional oversized files. If you install the latest build of xvid you should find it also now includes encraw.

Whether or not it has to be included in Stax app folder to work with it, I'm not too sure?

Bug noticed using MKV/MP4 s input sources. Big audio/synch issues after muxing. Obviously Staxrip is not allowing for mkv delay.

stax76
22nd May 2011, 09:55
Hi everybody, I hope everybody is doing fine. I don't spend much time with computers, TV and Video these days. I can't tell about the future, as a sign of life I've updated some applications however:

1.1.7.1 beta (2011-05-22)

Updated MP4Box to version 0.4.6 that hopefully fixes sync problems
Updated ffms2 to version 2.15 mt
Updated x264 to version r1995
Updated mkvtoolnix to version 4.7.0
Fixed bug 'DTS Express' format not detected
Added option to modify existing cut selection, overlapping selections are merged

http://sourceforge.net/projects/staxmedia/

Sharc
22nd May 2011, 10:19
When selecting Blu-Ray as device '--bluray-compat' should be added for x264 revision 1995. It will overwrite any other non-compliant global blu-ray settings.

stax76
22nd May 2011, 10:46
I'll add it, thanks.

VincAlastor
22nd May 2011, 16:55
stax76 is missing! avisynth 64bit support, an actully build (update tools) and an option to set forced sub's in mkv container config would be nice.

a sign of life... thank you for the update stax76 !!!

:thanks:

Mixer73
23rd May 2011, 02:09
Hi everybody, I hope everybody is doing fine. I don't spend much time with computers, TV and Video these days. I can't tell about the future, as a sign of life I've updated some applications however:

STAX! Awesome to see you, hope you're enjoying life away from the project ;)

burfadel
24th May 2011, 03:39
User who don't want to use DGDecNV, or can't use it because they have an AMD GPU etc, click on tools, settings, then demuxing on the left hand side and disable dgindexnv, otherwise you will be prompted for a licence file... I'm not saying dgdecnv isn't any good, just that you can only use it after paying $15 and its useless unless you have an Nvidia GPU.

flebber
24th May 2011, 04:46
User who don't want to use DGDecNV, or can't use it because they have an AMD GPU etc, click on tools, settings, then demuxing on the left hand side and disable dgindexnv, otherwise you will be prompted for a licence file... I'm not saying dgdecnv isn't any good, just that you can only use it after paying $15 and its useless unless you have an Nvidia GPU.

just use ffms instead.

burfadel
24th May 2011, 06:03
I do :)

I just thought i'd let people know! For me anyway, it kept insisting the licence file wasn't present even thought dgdevnv wasn't anywhere in the avisynth chain (was using ffmpegsource). I had disabled it is 1.1.7.0, and when I copied the newer files over from 1.1.7.1 it set the demuxing options back to default (meaning dgdevnv is enabled under the demuxing options). It seems to insist on the dgdecnv being correct even if you aren't using it.