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

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th February 2017, 20:23   #14721  |  Link
NeFReT
Registered User
 
Join Date: Feb 2017
Posts: 5
access violation at address 004c6280 in module encodingserver.exe read of address 00000098

Socet Error # 10061

Connetion refused

I get an error. Can you make a detailed narration? In Turkish. Will tell
NeFReT is offline   Reply With Quote
Old 20th February 2017, 21:58   #14722  |  Link
skylinekiller
Registered User
 
Join Date: Aug 2008
Posts: 54
guide for DVD boxset

Is there a RipBot guide or tutorial that can get me going in the right direction to accomplish this? I only have used it to batch .mkv's into .mp4s. At most the only advanced feature is changing it from 1080p to 720p.

Quote:
I would like to upgrade my method of ripping tv DVD box sets. Don't laugh, but my current method is:
1) rip each video title with DVDFAB VOB passthroguh
2) Use MeGUI and use FileIndexer to crop, de-interlace (if required) and add my Decomb to the .avs script
3) Use foobar to make my .AAC sound file
4) Use VDub with misc filters and a two pass to make .avi
5) extract H264 and remux with Yamb
6) Final tv series of .mp4

Does rip bot do this in less steps? If so, does it accurately crop and de-interlace as required?

Last edited by skylinekiller; 20th February 2017 at 22:13.
skylinekiller is offline   Reply With Quote
Old 21st February 2017, 14:11   #14723  |  Link
skylinekiller
Registered User
 
Join Date: Aug 2008
Posts: 54
By the way, in RipBot, is 22 CRF an acceptable setting for a DVD TV series rip? I'ts an older TV show, I Dream of Jeannie. So not a lot of fast motion scenes. I have been doing 2 pass 2048KBS on all my TV shows, regardless of BD or DVD, new or old. From what I am reading, I am overkilling the DVD with 2048 kbs on old DVD TV Shows.
skylinekiller is offline   Reply With Quote
Old 21st February 2017, 14:26   #14724  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,812
Quote:
By the way, in RipBot, is 22 CRF an acceptable setting for a DVD TV series rip?
You have to decide. Do some test encodes and see for yourself.
Atak_Snajpera is offline   Reply With Quote
Old 24th February 2017, 22:50   #14725  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
@Atak_Snajpera I know it would be a lot of work, and I'm not trying to pressure, but have you looked at using newer mvtools? https://github.com/pinterf/mvtools/r...s/tag/2.7.9.22
It includes some speedup improvements for MDegrain1-6. I tried using it with RipBot and it errored out so I think maybe it has something to do with another dependency?
If it can't/won't ever happen no worries, I use the program a lot as is.
HandBrake doesn't even have a denoise as good as mdegrain in RipBot

Last edited by byteshare; 24th February 2017 at 22:53.
byteshare is offline   Reply With Quote
Old 26th February 2017, 16:11   #14726  |  Link
brumsky
Registered User
 
Join Date: Jun 2016
Posts: 116
Atak_Snajpera, would it be possible to add a some CLI support to ripbot? I'd like to be able to add encodes to the list.

Something like the follow command

ripbot source dest x265 audio1 5.1 ac3

It would ideally use the default HEVC profile. I'm hoping to automate this with a powershell script I have been using.

Thanks love Ripbot264!!
brumsky is offline   Reply With Quote
Old 26th February 2017, 18:44   #14727  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,812
Quote:
Originally Posted by byteshare View Post
@Atak_Snajpera I know it would be a lot of work, and I'm not trying to pressure, but have you looked at using newer mvtools? https://github.com/pinterf/mvtools/r...s/tag/2.7.9.22
It includes some speedup improvements for MDegrain1-6. I tried using it with RipBot and it errored out so I think maybe it has something to do with another dependency?
If it can't/won't ever happen no worries, I use the program a lot as is.
HandBrake doesn't even have a denoise as good as mdegrain in RipBot
Indeed latest version is 23% faster than old one on my SandyBridge CPU.
Just copy mvtools2.dll from x86 folder and it will work.

@brumsky
I will think about it.
Atak_Snajpera is offline   Reply With Quote
Old 28th February 2017, 04:38   #14728  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Maybe I'm doing it wrong?

Maybe I'm doing it wrong?
I downloaded: https://github.com/pinterf/mvtools/r.../tag/2.7.14.22
copied the mvtools2.dll from the x86 folder in the .7z to my C:\RiptBot\Tools\AviSynth plugins\mvtools\ folder (copied the one in their to somewhere else and then over write the one there.

When I try to preview:
Code:
LoadPlugin: unable to load "C:\RiptBot\Tools\AviSynth plugins\mvtools\mvtools2.dll", error=0xc1
(C:\Temp\RiptBot264temp\job384_preview.avs, line 33)
Go ahead and try to encode anyways, and during the "Please Wait...Preparing chunks..." I get:
Code:
Application error: Exception EFOpenError in module EncodingClient.exe at 0002411A.
Cannot open file "C:\Temp\RiptBot264temp\job384\info.txt". The system cannot find the file specified.
Tried this for giggles with the x64 one too.
This is my Denoise code (default):
Code:
#Denoise
Loadplugin("C:\RipBot\Tools\AviSynth plugins\mvtools\mvtools2.dll")
super=MSuper(video,pel=2)
fv1=MAnalyse(super,isb=false,delta=1,overlap=4)
bv1=MAnalyse(super,isb=true,delta=1,overlap=4)
fv2=MAnalyse(super,isb=false,delta=2,overlap=4)
bv2=MAnalyse(super,isb=true,delta=2,overlap=4)
video=MDegrain2(video,super,bv1,fv1,bv2,fv2,thSAD=400)
Copy the original mvtools2.dll back in and no problems. If it makes a difference I'm on Windows 7 SP1 with a Haswell microarchitecture (4th generation).

Last edited by byteshare; 28th February 2017 at 04:51. Reason: More info
byteshare is offline   Reply With Quote
Old 28th February 2017, 13:23   #14729  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,812
@Byteshare
https://forum.doom9.org/showthread.p...49#post1796749
Atak_Snajpera is offline   Reply With Quote
Old 28th February 2017, 21:48   #14730  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Atak_Snajpera View Post
Thank you. Sorry I'm so daft sometimes. Just had to install:
Visual C++ Redistributable for Visual Studio 2015 x86
Visual C++ Redistributable for Visual Studio 2015 x64
Which I had done on my other computers but not the issue one...had been a while since I had to do that so I forgot
byteshare is offline   Reply With Quote
Old 1st March 2017, 18:16   #14731  |  Link
slalom
Registered User
 
slalom's Avatar
 
Join Date: Jan 2010
Posts: 456
@Atak
for a few days now, when I search for a cover, I get a list with names and covers, but the first column with the year is empty
__________________
E5 2697 v2 @ 3.0GHz on P9X79 Deluxe 24GB
Xeon E5-2680 v2 @ 3.1GHz 16GB
Sony Vaio VPC-F13Z1E/B
slalom is offline   Reply With Quote
Old 1st March 2017, 18:51   #14732  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,812
They have once again changed something. I will take a look tomorrow.

Last edited by Atak_Snajpera; 1st March 2017 at 19:00.
Atak_Snajpera is offline   Reply With Quote
Old 3rd March 2017, 18:20   #14733  |  Link
slalom
Registered User
 
slalom's Avatar
 
Join Date: Jan 2010
Posts: 456
Quote:
Originally Posted by Atak_Snajpera View Post
They have once again changed something. I will take a look tomorrow.
Fixed! the best support!
__________________
E5 2697 v2 @ 3.0GHz on P9X79 Deluxe 24GB
Xeon E5-2680 v2 @ 3.1GHz 16GB
Sony Vaio VPC-F13Z1E/B
slalom is offline   Reply With Quote
Old 3rd March 2017, 23:05   #14734  |  Link
soneca
Registered User
 
Join Date: Feb 2008
Location: Brazil
Posts: 753
In this latest update mvtools has been updated to version 2.7.9.22.
Atak, why did you choose this version instead of the last version, 2.7.14.2?
soneca is offline   Reply With Quote
Old 5th March 2017, 10:29   #14735  |  Link
jonah
Registered User
 
Join Date: Apr 2015
Posts: 6
Having an issue here with DE that I'm sure is particularly simple.

Got an encode going on the main PC. Two other pc's on the LAN- one is helping with the encode, but the other one just sits there flicking between "Idle" and "Encoding". Over and over and it's infuriating.

It's a clean install. Any ideas as to the issue?
jonah is offline   Reply With Quote
Old 5th March 2017, 13:37   #14736  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,812
Try to capture error message in EncodingServer app. (screenshot)
Atak_Snajpera is offline   Reply With Quote
Old 6th March 2017, 00:17   #14737  |  Link
burt123
Registered User
 
burt123's Avatar
 
Join Date: Jun 2010
Location: NSW, Australia.
Posts: 366
Quote:
Originally Posted by jonah View Post
Having an issue here with DE that I'm sure is particularly simple.

Got an encode going on the main PC. Two other pc's on the LAN- one is helping with the encode, but the other one just sits there flicking between "Idle" and "Encoding". Over and over and it's infuriating.

It's a clean install. Any ideas as to the issue?
I had a similar thing happen to me the other day......check that you are using the same Windows log in password on EVERY pc.

Worked for me....
burt123 is offline   Reply With Quote
Old 6th March 2017, 11:17   #14738  |  Link
Ronski
Registered User
 
Join Date: Oct 2010
Posts: 61
I had all my servers doing that yesterday, then I noticed it was trying to encode one that had already been done. Don't know if I'd inadvertently ticked the check box, but the servers were complaining the file was missing which it would be as I'd deleted it. But surely the main program should simply skip it if the files missing rather than trying to encode it?

I'm sure I've mentioned this before.
Ronski is offline   Reply With Quote
Old 6th March 2017, 18:29   #14739  |  Link
brumsky
Registered User
 
Join Date: Jun 2016
Posts: 116
Quote:
Originally Posted by Atak_Snajpera View Post
Indeed latest version is 23% faster than old one on my SandyBridge CPU.
Just copy mvtools2.dll from x86 folder and it will work.

@brumsky
I will think about it.
Thank you! Just a very simple way to add encodes to the list would be perfect!

On another note, I've been getting errors with some videos when attempting to do the autocrop feature.

I get this for avs2avi.exe.

Code:
Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	avs2avi.exe
  Application Version:	0.0.0.0
  Application Timestamp:	40eb0522
  Fault Module Name:	msvcrt.dll
  Fault Module Version:	7.0.9600.17415
  Fault Module Timestamp:	54504b2e
  Exception Code:	c0000005
  Exception Offset:	0000c24e
  OS Version:	6.3.9600.2.0.0.400.8
  Locale ID:	1033
  Additional Information 1:	5861
  Additional Information 2:	5861822e1919d7c014bbb064c64908b2
  Additional Information 3:	6ee2
  Additional Information 4:	6ee2432e64e99bdcea5e4be767a3b1a2

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=280262

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt
along with this error, which makes sense as the auto crop fails.



Thanks again!
brumsky is offline   Reply With Quote
Old 6th March 2017, 20:21   #14740  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by soneca View Post
In this latest update mvtools has been updated to version 2.7.9.22.
Atak, why did you choose this version instead of the last version, 2.7.14.2?
I manually updated to 2.7.14.2 and having no issues with this version.

Quote:
Originally Posted by brumsky View Post
Do you have:
Visual C++ Redistributable for Visual Studio 2015 x86
Visual C++ Redistributable for Visual Studio 2015 x64
Installed? (Some say just x86 is enough) If not try that. I've had issues like that before.
byteshare is offline   Reply With Quote
Reply

Tags
264, 265, appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 2-pass, x264 gui, x264_64, x265, xbox360

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 03:26.


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