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 27th October 2018, 16:43   #16261  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Atak_Snajpera View Post
You need to find pattern. What file type is causing this? What setting do you use in batch mode? Do you use custom script and so on.
All are the same file types and same settings. Using MKVs, Batch mode and scripts don't matter because I get the issue with the "Add" as well.
It happens on the getting info step after indexing.

My work around now is I do one file that had failed to get it to fail, then I can do another file that had issues during the batch.
Basically it seems to fail > work > fail > work ...etc.
Other than that, there isn't a real pattern I can see.
I can even do the same file more than once and repeat the fail > work > fail > work ... pattern.

Error when doing it via the Add:
Code:
I don't know what 'YV12' means.
(C:\Temp\RipBot264temp\job240\getinfo.avs, line 8)

Last edited by byteshare; 27th October 2018 at 16:50.
byteshare is offline   Reply With Quote
Old 27th October 2018, 18:34   #16262  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
post content of C:\Temp\RipBot264temp\job240\getinfo.avs
Atak_Snajpera is online now   Reply With Quote
Old 27th October 2018, 23:36   #16263  |  Link
jlpsvk
Registered User
 
Join Date: Dec 2014
Posts: 240
I don't know what 'YUV420P10' means.
(C:\Temp\RipBot264temp\job14\getinfo.avs, line 8)

trying convert my UHD BD set to NAS... the rest is OK. MKV created with makemkv. second try and it worked.

Code:
185954
23.976025
0
0
0
3840
1600
YUV420P10
LoadPlugin("C:\Program Files\RipBot264DE\Tools\AviSynth plugins\ffms\ffms_latest\x64\ffms2.dll")
FFVideoSource("D:\movie.mkv",cachefile = "C:\Temp\RipBot264temp\job14\movie.mkv.ffindex")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","Framecount")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","Framerate")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","AudioRate")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","AudioChannels")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","AudioLength")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","Width")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","Height")
WriteFile("C:\Temp\RipBot264temp\job14\info.txt","PixelType")
Trim(0,-1)
__________________
AMD Ryzen 9 5950X, 32GB DDR4-3200 CL16, RTX 3060, 2TB NVMe PCIE4.0, NAS with 8x16TB HDD

Last edited by jlpsvk; 28th October 2018 at 00:01.
jlpsvk is offline   Reply With Quote
Old 28th October 2018, 15:14   #16264  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Atak_Snajpera View Post
post content of C:\Temp\RipBot264temp\job240\getinfo.avs
Different job, but same error:
Code:
49416
23.976025
0
0
0
696
390
YV12
LoadPlugin("C:\RipBot\Tools\AviSynth plugins\ffms\x64\ffms2.dll")
FFVideoSource("C:\ReEncode\Angel.Cop.OVA.02.[DVD][Hi10][480p][FLAC].[8C96EEE1].[Koten.Gars].mkv",cachefile = "C:\Temp\RipBot264temp\job243\Angel.Cop.OVA.02.[DVD][Hi10][480p][FLAC].[8C96EEE1].[Koten.Gars].mkv.ffindex")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","Framecount")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","Framerate")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","AudioRate")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","AudioChannels")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","AudioLength")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","Width")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","Height")
WriteFile("C:\Temp\RipBot264temp\job243\info.txt","PixelType")
Trim(0,-1)
byteshare is offline   Reply With Quote
Old 28th October 2018, 22:23   #16265  |  Link
BlockABoots
Registered User
 
Join Date: Dec 2012
Posts: 163
Is there a chance in the next update to have a 'move up list' and 'move down list' option for files you add to the list in batch mode at all?
BlockABoots is offline   Reply With Quote
Old 29th October 2018, 04:24   #16266  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by BlockABoots View Post
Is there a chance in the next update to have a 'move up list' and 'move down list' option for files you add to the list in batch mode at all?
Do you mean to adjust where they go in the queue?
You can do this after you add them and if you click > Shift+Click again you can select a range and move that run up and down.
byteshare is offline   Reply With Quote
Old 30th October 2018, 23:38   #16267  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
I noticed RipBot can't read Japanese: "特典映像(アニメまつり).mkv" turns into "????(??????).mkv"
I don't remember this being an issue, but I don't usually leave my files in Japanese for compatibility.
For now the easy work around is to just rename the files for encoding and then name them back to the original name.

I think I did something wrong, but after opening and closing RipBot 3 times (was there two updates?), With current update not seeing the issues with the "I don't know what 'YV12' means."
Thank you.

Last edited by byteshare; 31st October 2018 at 04:43.
byteshare is offline   Reply With Quote
Old 31st October 2018, 22:26   #16268  |  Link
BlockABoots
Registered User
 
Join Date: Dec 2012
Posts: 163
Quote:
Originally Posted by byteshare View Post
Do you mean to adjust where they go in the queue?
You can do this after you add them and if you click > Shift+Click again you can select a range and move that run up and down.
Ah ok thanks
BlockABoots is offline   Reply With Quote
Old 2nd November 2018, 10:39   #16269  |  Link
gabbett1
Registered User
 
Join Date: Sep 2015
Posts: 67
I have an issue and I'm not sure if it relates to Ripbot or not. I have been converting files the last few days to have all 7 seasons of The Game of Thrones on my PC. I have noticed that several files will say "cannot render the file" when I try to play them. So I re-rip them and most the time they are fine. I've now gone back and checked the files and again, many have this error, even after a re-rip and check that it played right afterward. I don't know what is going on that keeps corrupting my files, but it's getting very annoying.
gabbett1 is offline   Reply With Quote
Old 2nd November 2018, 13:39   #16270  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
...memory issues, corrupted HDD/SSD , Overheating CPU and so on ...
Atak_Snajpera is online now   Reply With Quote
Old 2nd November 2018, 16:35   #16271  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
http://msystem.waw.pl/x265/
Stable HEVC now at 2.9+4-471726d
byteshare is offline   Reply With Quote
Old 3rd November 2018, 17:59   #16272  |  Link
blublub
Registered User
 
Join Date: Jan 2015
Posts: 118
Hi there!

I am currently testing RipBot for HDR encodes to a mkv container.
I am somehow missing the option to encode the audio tracks (DTS TrueHD and so on) to FLAC lossless audio - I only have the option Opus, AAC und AC3 - is there really no FLAC support?
blublub is offline   Reply With Quote
Old 3rd November 2018, 18:07   #16273  |  Link
slalom
Registered User
 
slalom's Avatar
 
Join Date: Jan 2010
Posts: 456
Why would you need FLAC?
__________________
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 November 2018, 19:28   #16274  |  Link
blublub
Registered User
 
Join Date: Jan 2015
Posts: 118
Because it is lossless!?
blublub is offline   Reply With Quote
Old 3rd November 2018, 20:01   #16275  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by blublub View Post
Because it is lossless!?
I think the question is why would you Need FLAC if the source isn't coming from a FLAC audio file...ie why convert into FLAC? It doesn't increase quality or reduce filesize.
byteshare is offline   Reply With Quote
Old 3rd November 2018, 20:05   #16276  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Waiting for file...

While adding files to the queue via the batch option I'm having an issue with the file stalling out or something (not 100% what is happening).
The batch queue seems to get stuck saying: "Waiting for file... [xxxxx.mkv]"
I can abort and then start it again, and it seems to work but then gets stuck again later.
Seems to happen no matter what AVISynth settings I'm using either with custom script or without. I haven't tried changing my HEVC settings though.
I'm using a local SSD for the source files and TEMP folder. I have "skip demuxing process" on as well.

I'm not sure how to gather more information on this.
This isn't a major deal since I just have to abort and start the queue again.
byteshare is offline   Reply With Quote
Old 3rd November 2018, 20:52   #16277  |  Link
blublub
Registered User
 
Join Date: Jan 2015
Posts: 118
Quote:
Originally Posted by byteshare View Post
I think the question is why would you Need FLAC if the source isn't coming from a FLAC audio file...ie why convert into FLAC? It doesn't increase quality or reduce filesize.
Really? A trueHD or DTS-HD file is the same size after converting to Flac?
I gotta check that, I always though there is difference
blublub is offline   Reply With Quote
Old 3rd November 2018, 23:41   #16278  |  Link
blublub
Registered User
 
Join Date: Jan 2015
Posts: 118
oops. Seems like I did get that wrong when I read up on encoding audio tracks recently. Prior I always just stream copied the audio.
But the last encodes I converted it to flac as - now after extracting a DTS track of 770mb and converting it to flac of 2500mb it seems that's a nonsense idea .....crap :-)
blublub is offline   Reply With Quote
Old 4th November 2018, 04:25   #16279  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by blublub View Post
oops. Seems like I did get that wrong when I read up on encoding audio tracks recently. Prior I always just stream copied the audio.
But the last encodes I converted it to flac as - now after extracting a DTS track of 770mb and converting it to flac of 2500mb it seems that's a nonsense idea .....crap :-)
Unless you want to reduce filesize (compress) or for a compatibility reason I wouldn't recommend touching audio. Copying the audio is best if you're concerned about quality.
byteshare is offline   Reply With Quote
Old 4th November 2018, 08:03   #16280  |  Link
blublub
Registered User
 
Join Date: Jan 2015
Posts: 118
Yeah that's what I did like 6 years long. Crap I cant remember the thread where compressing audio to flac was recommended, then I would link it here.
Somehow I just haven't paid attention here
blublub 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 09:07.


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