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 25th June 2017, 03:54   #14941  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Danette View Post
In version 1.19.6, the batch function is not working correctly (at least, not on my Win7 system). Previous versions were fine.

I add the files (about 45 files) and they all appear in the “Batch mode” batch list. However, when I click “Start”, the pre-processing begins, but only the first 3 files are processed out of the 45 in the batch list. I then click “Done”, after those 3 are pre-processed, and those 3 files appear, as they should, in the list of jobs that begin to process. Those 3 then are converted correctly.

Also, thanks Atak_Snajpera, for adding custom script in batch mode, although I haven’t tried it yet due to the above problem.
I just click the X button to cancel, and click batch again, fix the settings, and start again. I do that as many times as need.
As for adding custom script to batch I've never tried it myself.
byteshare is offline   Reply With Quote
Old 25th June 2017, 03:56   #14942  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
FYI to anyone that is trying to do QTGMC and MDegrain. I found it was much faster to combine the lines...I don't know if this messes anything up but my results looked good.
I mean normally RipBot would have two sections for AVISynth scripting, but I just put them together something like this:
[Ignoring the LoadPlugin & Import lines]
super = video.MSuper(pel=2)
bv1 = MAnalyse(super, isb = true, delta = 1, overlap=4)
fv1 = MAnalyse(super, isb = false, delta = 1, overlap=4)
bv2 = MAnalyse(super, isb = true, delta = 2, overlap=4)
fv2 = MAnalyse(super, isb = false, delta = 2, overlap=4)
bv3 = MAnalyse(super, isb = true, delta = 3, overlap=4)
fv3 = MAnalyse(super, isb = false, delta = 3, overlap=4)
video=video.MDegrain3(super,bv1,fv1,bv2,fv2,bv3,fv3,thSAD=1000).HQDering(strength=255).f3kdb.QTGMC(Preset="Medium",FPSDivisor=2)
byteshare is offline   Reply With Quote
Old 25th June 2017, 20:07   #14943  |  Link
Danette
Registered User
 
Join Date: Apr 2013
Posts: 346
Quote:
Originally Posted by byteshare View Post
I just click the X button to cancel, and click batch again, fix the settings, and start again. I do that as many times as need.
As for adding custom script to batch I've never tried it myself.
So, you are confirming that the bug is there and that you are having to do a dance to get it to work.

I think that Atak_Snajpera will provide a fix once he recognizes the issue, since it wasn't an issue in previous releases.
Danette is offline   Reply With Quote
Old 25th June 2017, 20:42   #14944  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,810
Batch mode in v1.20.0 (work in progress) is seriously improved... Generally I've spent alot of time to refactor my old code in many places. Stay tuned. Beta soon...
Atak_Snajpera is offline   Reply With Quote
Old 26th June 2017, 02:30   #14945  |  Link
burt123
Registered User
 
burt123's Avatar
 
Join Date: Jun 2010
Location: NSW, Australia.
Posts: 366
Quote:
Originally Posted by Atak_Snajpera View Post
Batch mode in v1.20.0 (work in progress) is seriously improved... Generally I've spent alot of time to refactor my old code in many places. Stay tuned. Beta soon...
Sounds good

Any chance of a few more Servers being added to the next build ??
burt123 is offline   Reply With Quote
Old 26th June 2017, 19:42   #14946  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Atak_Snajpera View Post
Batch mode in v1.20.0 (work in progress) is seriously improved... Generally I've spent alot of time to refactor my old code in many places. Stay tuned. Beta soon...
Awesome!!! Don't want to wait
byteshare is offline   Reply With Quote
Old 27th June 2017, 04:27   #14947  |  Link
burt123
Registered User
 
burt123's Avatar
 
Join Date: Jun 2010
Location: NSW, Australia.
Posts: 366
Quote:
Originally Posted by byteshare View Post
Awesome!!! Don't want to wait
RipBot264 v1.20.0 BETA is out today !!!!!

LOT's of little changes
burt123 is offline   Reply With Quote
Old 27th June 2017, 19:39   #14948  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
New update is great so far!
byteshare is offline   Reply With Quote
Old 27th June 2017, 19:49   #14949  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Danette View Post
In version 1.19.6, the batch function is not working correctly (at least, not on my Win7 system). Previous versions were fine.

I add the files (about 45 files) and they all appear in the “Batch mode” batch list. However, when I click “Start”, the pre-processing begins, but only the first 3 files are processed out of the 45 in the batch list. I then click “Done”, after those 3 are pre-processed, and those 3 files appear, as they should, in the list of jobs that begin to process. Those 3 then are converted correctly.

Also, thanks Atak_Snajpera, for adding custom script in batch mode, although I haven’t tried it yet due to the above problem.
Batch mode is working well for me right now.
As for custom script loading that also seems to be working correctly.
byteshare is offline   Reply With Quote
Old 28th June 2017, 00:00   #14950  |  Link
Calimero1609
Registered User
 
Join Date: May 2009
Location: Germany
Posts: 10
Hello Atak

I found a bug in Ripbot264 V1.19.6 / V1.20 BETA

Ripbot does not recognize the audio track ( DTS-MA ) when the temporary directory = D -> the audio file is present in the directory.





If the temporary directory = C, then everything is ok.



The bug ist not present in V1.19.5!

Last edited by Calimero1609; 28th June 2017 at 00:20.
Calimero1609 is offline   Reply With Quote
Old 28th June 2017, 04:53   #14951  |  Link
NiGHTsC
Registered User
 
Join Date: May 2007
Posts: 85
Just realized Ripbot264 is already 10years old...10years man...
Sir! You are super Persistent~

Thank you x10!
NiGHTsC is offline   Reply With Quote
Old 28th June 2017, 12:42   #14952  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,810
@Calimero
It works fine on my windows 7
Atak_Snajpera is offline   Reply With Quote
Old 28th June 2017, 19:59   #14953  |  Link
klopsknoedel
Registered User
 
Join Date: Jan 2009
Location: Germany
Posts: 101
RipBot 1.20BETA acts quite strange. I have a BD where only the first m2ts of a playlist will be demuxed. Playing this BD in MPC-HC works fine. Anyone elese with this problem?

EDIT: Same Problem with 1.19.6
Tried to pre-combine these m2ts via mkvtoolnix and it quits with the following error:
"The track number 1 from the file 'F:\BDMV\PLAYLIST\..\STREAM\00006.m2ts' cannot be appended to the track number 1 from the file 'F:\BDMV\PLAYLIST\..\STREAM\00003.m2ts'. The formats do not match"
So it seems the BD-Authors did great job there :/ ... So don't mind this post.

Last edited by klopsknoedel; 28th June 2017 at 20:29.
klopsknoedel is offline   Reply With Quote
Old 28th June 2017, 20:26   #14954  |  Link
Calimero1609
Registered User
 
Join Date: May 2009
Location: Germany
Posts: 10
@Atak

Ripbot 1.19.5 works fine

Ripbot 1.19.6 / 1.20.0 does not recognize the audio track ( DTS-MA ) when the temporary directory = D

I have this again tested today with a newly installed Windows 10 Pro. What can be the cause
Calimero1609 is offline   Reply With Quote
Old 28th June 2017, 20:37   #14955  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,810
Quote:
Originally Posted by klopsknoedel View Post
RipBot 1.20BETA acts quite strange. I have a BD where only the first m2ts of a playlist will be demuxed. Playing this BD in MPC-HC works fine. Anyone elese with this problem?

EDIT: Same Problem with 1.19.6
Tried to pre-combine these m2ts via mkvtoolnix and it quits with the following error:
"The track number 1 from the file 'F:\BDMV\PLAYLIST\..\STREAM\00006.m2ts' cannot be appended to the track number 1 from the file 'F:\BDMV\PLAYLIST\..\STREAM\00003.m2ts'. The formats do not match"
So it seems the BD-Authors did great job there :/ ... So don't mind this post.
IN demuxing windows hit edit button and see if all streams are the same (contain the same audio).

Example with GIRL_WITH_THE_DRAGON_TATTOO movie


Code:
eac3to v3.31
command line: "C:\Users\Dave\Documents\Delphi_Projects\RipBot264\_Compiled\Tools\eac3to\eac3to.exe"  "E:\_Video_Samples\m2ts\GIRL_WITH_THE_DRAGON_TATTOO\BDMV\STREAM\00000.m2ts" -log="C:\Temp\RipBot264temp\job1\00000.m2ts.log
------------------------------------------------------------------------------
M2TS, 1 video track, 2 audio tracks, 1 subtitle track, 0:01:06, 24p /1.001
1: h264/AVC, 1080p24 /1.001 (16:9)
2: AC3, Swedish, 5.1 channels, 448kbps, 48kHz, dialnorm: -27dB
3: AC3, English, 5.0 channels, 448kbps, 48kHz, dialnorm: -27dB
4: Subtitle (PGS), English
Code:
eac3to v3.31
command line: "C:\Users\Dave\Documents\Delphi_Projects\RipBot264\_Compiled\Tools\eac3to\eac3to.exe"  "E:\_Video_Samples\m2ts\GIRL_WITH_THE_DRAGON_TATTOO\BDMV\STREAM\00001.m2ts" -log="C:\Temp\RipBot264temp\job1\00001.m2ts.log
------------------------------------------------------------------------------
M2TS, 1 video track, 0:00:10, 24p /1.001
1: h264/AVC, 1080p24 /1.001 (16:9)
Code:
eac3to v3.31
command line: "C:\Users\Dave\Documents\Delphi_Projects\RipBot264\_Compiled\Tools\eac3to\eac3to.exe"  "E:\_Video_Samples\m2ts\GIRL_WITH_THE_DRAGON_TATTOO\BDMV\STREAM\00017.m2ts" -log="C:\Temp\RipBot264temp\job1\00017.m2ts.log
------------------------------------------------------------------------------
M2TS, 1 video track, 0:00:04, 24p /1.001
1: h264/AVC, 1080p24 /1.001 (16:9)
Code:
eac3to v3.31
command line: "C:\Users\Dave\Documents\Delphi_Projects\RipBot264\_Compiled\Tools\eac3to\eac3to.exe"  "E:\_Video_Samples\m2ts\GIRL_WITH_THE_DRAGON_TATTOO\BDMV\STREAM\00018.m2ts" -log="C:\Temp\RipBot264temp\job1\00018.m2ts.log
------------------------------------------------------------------------------
M2TS, 1 video track, 0:00:04, 24p /1.001
1: h264/AVC, 1080p24 /1.001 (16:9)
Notice that logo clips do not have audio stream. In this case you have to uncheck streams without audio to extract main movie part.

Similar problem was with the movie THE FALL. Intro was encoded with 2.0 audio while main movie was in 5.1.

Last edited by Atak_Snajpera; 28th June 2017 at 20:47.
Atak_Snajpera is offline   Reply With Quote
Old 28th June 2017, 21:09   #14956  |  Link
klopsknoedel
Registered User
 
Join Date: Jan 2009
Location: Germany
Posts: 101
Thanks for your quick reply.
BTW the Playlist-Editor seems broken. I get a
Code:
" is not a valid time.
After that message RipBot is responding normaly. So no freeze but I can't open it again.

I've checked the m2ts - files with your "Media Info" and you're right. On the first file the first audio-track is AC3 while the first audio-track on the main-movie is DTS-MA.

I'm now converting all 3 m2ts files seperatly und append them via mkvtoolnix afterwards.
klopsknoedel is offline   Reply With Quote
Old 28th June 2017, 21:21   #14957  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,810
Can you send me that movie (with whole blu-ray structure and so on) but of course with trimmed main movie (50 MiB). I will check why you get that error message.
Atak_Snajpera is offline   Reply With Quote
Old 28th June 2017, 21:31   #14958  |  Link
klopsknoedel
Registered User
 
Join Date: Jan 2009
Location: Germany
Posts: 101
Yep. But give me some time please.
Any idea on how to trim the main movie without losing it's original metadata?
klopsknoedel is offline   Reply With Quote
Old 28th June 2017, 21:43   #14959  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,810
simple DGSplit will be fine.

PS. Take your time. It is late after all.
Atak_Snajpera is offline   Reply With Quote
Old 29th June 2017, 21:04   #14960  |  Link
tkwou
Registered User
 
Join Date: Nov 2016
Posts: 43
I'm also having a problem with the DTSMA soundtrack. I get the error
FFAudioSource: No audio track found
(D:\Temp\RipBot264temp\job2\getinfo.avs, line 4)
When I look in the job2 folder the *. dtsma file is present but the *.dtsma.ffindex file is much smaller than it should be.
tkwou 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 07:27.


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