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 12th October 2022, 14:42   #19641  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
Originally Posted by archiel View Post
Can anyone assist in how to change the Frame Rate for a batch processing?

I know I can edit each entry manually - go to AviSynth > Output Speed and select the required FPS and it appears that the only file modified in the temp job folder is info.txt

e.g. from-------------------to
67008----------------------67008
24.131201---------------23.976023
48000----------------------48000
6---------------------------6
134154240---------------135015788
1280-----------------------1280
720-------------------------720
YV12------------------------YV12

But what do I need to add as a script to do the conversion?
1) Copy text below in notepad and save to Tools\AviSynth plugins\Scripts

Code:
#Custom
video=AssumeFPS(video,24/1.001)
2) Select your custom .avs script in batch mode
Atak_Snajpera is offline   Reply With Quote
Old 12th October 2022, 18:49   #19642  |  Link
archiel
Registered User
 
Join Date: Apr 2019
Posts: 49
Quote:
Originally Posted by Atak_Snajpera View Post
1) Copy text below in notepad and save to Tools\AviSynth plugins\Scripts

Code:
#Custom
video=AssumeFPS(video,24/1.001)
2) Select your custom .avs script in batch mode
Thanks for this - I had just worked it out from the manual, phrased slightly differently
Code:
video=AssumeFPS(video, 24000, 1001)
The only difference between this and a manual edit is that line 6 of the info.txt (in this case 134154240) is not altered.

What does line 6 represent and does this matter?

EDIT: Having checked the MediaInfo data for the output produced via script or manually, they appear to be identical (other than time stamps and IDs) so I assume that field 6 is not relevant.


Thanks, Archiel

Last edited by archiel; 12th October 2022 at 19:34. Reason: Updated info
archiel is offline   Reply With Quote
Old 13th October 2022, 23:00   #19643  |  Link
cypher007
Registered User
 
Join Date: Jul 2003
Posts: 122
im trying to start encoding 4k uhd movies as close as i can to what the disc has in the way of picture. some discs have Dolby Vision which my TV supports. ive noticed some MKVs are now including the DV meta data. im using a PC with a nvidia 1650 hdmi 2.0 connection to the TV and mpc-hc and madvr to play MKVs. what id like to know is if ripbot can create an MKV from an original rip of the whole movie with the Dolby Vision working?
cypher007 is offline   Reply With Quote
Old 14th October 2022, 10:50   #19644  |  Link
darkio
Registered User
 
Join Date: Jan 2010
Posts: 49
hi all.
Can ripbot264 use smooth frame interpolation > 50/59.94 fps like 100/119.88 fps ?

There is a good avisynth filtrr:
http://avisynth.nl/index.php/SVPflow

Last edited by darkio; 14th October 2022 at 14:44.
darkio is offline   Reply With Quote
Old 15th October 2022, 01:03   #19645  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 995
Quote:
Originally Posted by darkio View Post
hi all.
Can ripbot264 use smooth frame interpolation > 50/59.94 fps like 100/119.88 fps ?

There is a good avisynth filtrr:
http://avisynth.nl/index.php/SVPflow
Your definitely on the right track, with that link

So what exactly are you wanting to do ?? Slow down or speed up things ?

Would this also be something similar ??

https://github.com/Dogway/Avisynth-S...verterMIX.avsi

This the code / script from Staxrip, if it means much to anyone...

Code:
AddAutoloadDir("C:\StaxRip-v2.13.0-x64\Apps\FrameServer\AviSynth\plugins")
LoadPlugin("C:\StaxRip-v2.13.0-x64\Apps\Plugins\AVS\SVPFlow\svpflow1.dll")
LoadPlugin("C:\StaxRip-v2.13.0-x64\Apps\Plugins\AVS\SVPFlow\svpflow2.dll")
Threads = 8
super_params = "{pel:2,gpu:1}"
analyse_params = """{block:{w:16,h:16}, main:{search:{coarse:{distance:-10}}}, refine:[{thsad:200}]}""" 
smoothfps_params = "{rate:{num:4,den:2},algo:23,cubic:1}"
super = SVSuper(super_params)
vectors = SVAnalyse(super, analyse_params)
SVSmoothFps(super, vectors, smoothfps_params, mt=threads)
#Prefetch(threads) must be added at the end of the script and Threads=9 after the source
Prefetch(threads)
If that could be edited to suit RipBot, then it's a new filter
__________________
Long term RipBot264 user.

RipBot264 modded builds..

Last edited by TDS; 15th October 2022 at 05:46.
TDS is offline   Reply With Quote
Old 15th October 2022, 19:41   #19646  |  Link
cypher007
Registered User
 
Join Date: Jul 2003
Posts: 122
it looks like ripbot is removing the DV data from the mkv's im trying to recompress.
cypher007 is offline   Reply With Quote
Old 16th October 2022, 01:16   #19647  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 995
Quote:
Originally Posted by cypher007 View Post
it looks like ripbot is removing the DV data from the mkv's im trying to recompress.
Yes, this has been discussed before, and you might have to try another process...

Have a look at this :-

https://forum.doom9.org/showthread.php?t=183479
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 16th October 2022, 21:09   #19648  |  Link
stretch009
Registered User
 
Join Date: Apr 2012
Posts: 4
I have 1.26.0. I saw mention of 1.26.2. Would appreciate if someone shared a link to it. Thanks.
stretch009 is offline   Reply With Quote
Old 17th October 2022, 02:13   #19649  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 995
Quote:
Originally Posted by stretch009 View Post
I have 1.26.0. I saw mention of 1.26.2. Would appreciate if someone shared a link to it. Thanks.
Hey stretch,

It's been a while since your last post, here.

So there are 2 ways to get 1.26.2 !!!

Enable autoupdate, OR go here :-

https://forum.doom9.org/showthread.p...92#post1974392

OR here :-

https://forum.doom9.org/showthread.p...91#post1974691
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 24th October 2022, 22:15   #19650  |  Link
JThomasG
Registered User
 
Join Date: Sep 2022
Posts: 11
Encodingserver hangs / stalls

Hello,

has any one else encountered this issue when doing distributed encoding (and solved it)?

Sometimes a encodingserver stalls/get stuck on 99.x % for a chunk and doesn't finish?

i can manually stop the encoding for the specific server and let it continue on another chunk.

thanks.
JThomasG is offline   Reply With Quote
Old 25th October 2022, 00:26   #19651  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 995
Quote:
Originally Posted by JThomasG View Post
Hello,

has any one else encountered this issue when doing distributed encoding (and solved it)?

Sometimes a encodingserver stalls/get stuck on 99.x % for a chunk and doesn't finish?

i can manually stop the encoding for the specific server and let it continue on another chunk.

thanks.
So it appears that you have solved the problem you had in your first post, and now this is happening.....

Unfortunately, this can & does happen from time to time, and what you do is about the best way to "fix" it.

However, maybe you could try this (in the RipBot264.ini)

Code:
Server1CommandLine=/port 1000 /minimize /priority normal /restart-if-no-progress
It may not help, but it won't hurt.

Good luck.
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 25th October 2022, 09:42   #19652  |  Link
JThomasG
Registered User
 
Join Date: Sep 2022
Posts: 11
Ok, thanks i will try that,

about the other issue for now im killing asusframework process that blocks encodingserver
JThomasG is offline   Reply With Quote
Old 26th October 2022, 14:54   #19653  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
Originally Posted by JThomasG View Post
Hello,

has any one else encountered this issue when doing distributed encoding (and solved it)?

Sometimes a encodingserver stalls/get stuck on 99.x % for a chunk and doesn't finish?

i can manually stop the encoding for the specific server and let it continue on another chunk.

thanks.
Can you check if ffmpeg.exe or x264_x64.exe/x265_x64.exe is still present in memory when this happens?
Atak_Snajpera is offline   Reply With Quote
Old 26th October 2022, 20:50   #19654  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 432
Quote:
Originally Posted by cypher007 View Post
it looks like ripbot is removing the DV data from the mkv's im trying to recompress.
Use the DDVT Tool to do what you want:
https://forum.doom9.org/showthread.php?t=183479

l extract the Dolby Vision out from files created by MakeMKV, I select crop (if necessary) and save the RPU.bin. I create my encoded file using RipBot and I crop (if necessary). I then use DDVT to mux the RPU.bin file with my RipBot encode to create a new file with Dolby Vision in it. I'm not resizing the video (other than cropping) though as that will add another few steps to change the Dolby Vision for the smaller file.
Ryushin is offline   Reply With Quote
Old 27th October 2022, 00:12   #19655  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 995
Quote:
Originally Posted by Ryushin View Post
Use the DDVT Tool to do what you want:
https://forum.doom9.org/showthread.php?t=183479

l extract the Dolby Vision out from files created by MakeMKV, I select crop (if necessary) and save the RPU.bin. I create my encoded file using RipBot and I crop (if necessary). I then use DDVT to mux the RPU.bin file with my RipBot encode to create a new file with Dolby Vision in it. I'm not resizing the video (other than cropping) though as that will add another few steps to change the Dolby Vision for the smaller file.
Hey Ryushin,

You've been quiet for a while....

I was half expecting you to comment on this post, as I knew you'd done the same thing a while back...I actually pointed the op to that link, as well.

Good thing is, you've provided some instructions
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 27th October 2022, 04:37   #19656  |  Link
Daringbaaz
Registered User
 
Join Date: Jan 2019
Location: India
Posts: 13
Hi, Anyone Please Tell Me Why Encoding Server is Not Working on My "Win Server 2019" AMD EPYC 7502P,

Please Help Me to Solve The Issue,

Thanks
Daringbaaz is offline   Reply With Quote
Old 27th October 2022, 06:14   #19657  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 995
Quote:
Originally Posted by Daringbaaz View Post
Hi, Anyone Please Tell Me Why Encoding Server is Not Working on My "Win Server 2019" AMD EPYC 7502P,

Please Help Me to Solve The Issue,

Thanks
Need more info !!!
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 27th October 2022, 13:43   #19658  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
Originally Posted by Daringbaaz View Post
Hi, Anyone Please Tell Me Why Encoding Server is Not Working on My "Win Server 2019" AMD EPYC 7502P,

Please Help Me to Solve The Issue,

Thanks
Wait, I'm activating my crystal ball... This may take a while!

Last edited by Atak_Snajpera; 27th October 2022 at 14:35.
Atak_Snajpera is offline   Reply With Quote
Old 28th October 2022, 12:23   #19659  |  Link
JThomasG
Registered User
 
Join Date: Sep 2022
Posts: 11
Quote:
Originally Posted by Atak_Snajpera View Post
Can you check if ffmpeg.exe or x264_x64.exe/x265_x64.exe is still present in memory when this happens?
I will check if x265_x64.exe is running on the PC that "stalls" next time it happens.

Aslo just something i noticed, perhaps just a coincidence (or a clue), but i changed from demux (TRUEHD / AC3) to core when selecting the audio it seems to be running fine... perhaps /restart-if-no-progress at work but i had this option set earlier also.

i did multiple encodes (10+) to x265 with core audio and didn't need to restart any of them .
JThomasG is offline   Reply With Quote
Old 29th October 2022, 14:38   #19660  |  Link
JThomasG
Registered User
 
Join Date: Sep 2022
Posts: 11
Quote:
Originally Posted by Daringbaaz View Post
Hi, Anyone Please Tell Me Why Encoding Server is Not Working on My "Win Server 2019" AMD EPYC 7502P,

Please Help Me to Solve The Issue,

Thanks
not sure if it's the same issue or a Win server 2019 specific "security" issue but my issue when encoding server didn't start was that the process was waiting for another process to finish, i had to kill that process for encoding server to start, look in task mananger if you can see encoding server there and then go to details -> analyze wait chain.
JThomasG 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 14:30.


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