This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Issue when encoding to 60fps
#1
Hello! I've been trying to convert a 24fps anime scene into 60fps and here is the error i get. 



  added new job with id 09_21_22_9210
 -> should be there after processing: C:\Users\shane\AppData\Local\Temp\aaa_09_11_57_1010_03.stats
starting 09_11_57_1010_03_video@09:21:23.526 - C:\Users\shane\Desktop\clips\aaa.mp4
finished after 00:00:00.247
-> 09_11_57_1010_03_video crashed: ERROR: C:\Users\shane\AppData\Local\Temp\aaa_09_11_57_1010_03.stats was not created!
Aborting '09_11_57_1010_03_video' due to: ERROR: C:\Users\shane\AppData\Local\Temp\aaa_09_11_57_1010_03.stats was not created!


If you need any more information on my settings and such just let me know.
Reply
#2
Quote:If you need any more information on my settings and such just let me know.
I do need for information. Read the sticky to know what I need to know to get started.

Cu Selur
Reply
#3
Wink 
(24.01.2019, 06:12)Selur Wrote:
Quote:If you need any more information on my settings and such just let me know.
I do need for information. Read the sticky to know what I need to know to get started.

Cu Selur

What Hybrid version did you use?(Windows/Mac/Linux 32/64bit + versions number) rev 2019.01.06.1  64bit
What did happen? If an error message came up what did it exactly say? its in my first post
What did you do to get to the bug? (best thing is a detailed step-by-step guide so that I can reproduce the problem) imported my clip, didn't change anything in base, in the x264 tab i changed the bitrate to 10000 and avc level to 4.2, then avisynth frame adjust, interframe changed tuning and overide algorithm to smooth,
and target frame rate to 60. selected my output location and tried to render, got the error message in my first post.

I have added the debug txt file in here too.
Reply
#4
Ah okay, you use Avisynth.
a. Try using Vapoursynth.
b. Looking at the Avisynth script from the debug output:
...
InterFrame(NewNum=25,NewDen=1,Cores=24)
...
your didn't change the output frame rate thus you try to convert 25fps to 25fps,...
Looks like you forgot to change 'Filtering->Avisynth->Frame->FPS Adjust->Interframe->Target frame rate' to 60 fps.

Cu Selur
Reply
#5
Question 
ah no i definitely did change the frame rate i tried again with avisynth and screenshotted both the frame rate and the error i got.

It wont let me upload pics for some reason so i attched them in the zip below
Reply
#6
it didnt upload ill link again
Reply
#7
Tried here, had no problem converting to 60fps with both Avisynth and Vapoursynth.
Without a debug output => No clue.

Cu Selur
Reply
#8
i have a very similar if not exactly the same issue when i try to use avisynth to convert 24fps to 60 and i have the debug log with a few attempts of me trying to get it to work i have attached the debug log (edit it seems i cant attach anything properly so here is it uploaded to dropbox https://www.dropbox.com/s/yknttz2kgpzyl7...t.txt?dl=0 )
Reply
#9
@markuskruzs:
a. does the avisynth preview work properly?
b. does using Vapoursynth instead of Avisynth work?
c. in case avisynth preview works fine with your settings what do you get when calling:
"C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 8 -i "C:\Users\User\AppData\Local\Temp\encodingTempSynthSkript_23_20_53_7410.avs" -an -sn   -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 60.000 --codec h265 --profile main --level auto --sar 1:1 --lookahead 16 --output-depth 8 --vbrhq 801 --max-bitrate 240000 --gop-len 0 --bframes 0 --ref 3 --mv-precision Q-pel --preset default --colormatrix bt709 --keyfile "C:\Users\User\AppData\Local\Temp\thisismylifenow_23_20_53_7410_06.qp" --output "C:\Users\User\AppData\Local\Temp\thisismylifenow_23_20_53_7410_07.265"
inside a WIndows Còmmand Prompt?

Cu Selur
Reply
#10
(02.04.2019, 05:41)Selur Wrote: @markuskruzs:
a. does the avisynth preview work properly?
b. does using Vapoursynth instead of Avisynth work?
c. in case avisynth preview works fine with your settings what do you get when calling:
"C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 8 -i "C:\Users\User\AppData\Local\Temp\encodingTempSynthSkript_23_20_53_7410.avs" -an -sn   -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 60.000 --codec h265 --profile main --level auto --sar 1:1 --lookahead 16 --output-depth 8 --vbrhq 801 --max-bitrate 240000 --gop-len 0 --bframes 0 --ref 3 --mv-precision Q-pel --preset default --colormatrix bt709 --keyfile "C:\Users\User\AppData\Local\Temp\thisismylifenow_23_20_53_7410_06.qp" --output "C:\Users\User\AppData\Local\Temp\thisismylifenow_23_20_53_7410_07.265"
inside a WIndows Còmmand Prompt?

Cu Selur

i dont know where the option for avisynth preview is and vapoursynth errors out with the same error stating that some files werent created and that command prompt command outputs: y4m: failed to parse y4m header. Failed to open input file. and thats kinda understandable for me considering quickly looking over that code there isnt any input specified

(02.04.2019, 11:47)markuskruzs Wrote:
(02.04.2019, 05:41)Selur Wrote: @markuskruzs:
a. does the avisynth preview work properly?
b. does using Vapoursynth instead of Avisynth work?
c. in case avisynth preview works fine with your settings what do you get when calling:
"C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 8 -i "C:\Users\User\AppData\Local\Temp\encodingTempSynthSkript_23_20_53_7410.avs" -an -sn   -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 60.000 --codec h265 --profile main --level auto --sar 1:1 --lookahead 16 --output-depth 8 --vbrhq 801 --max-bitrate 240000 --gop-len 0 --bframes 0 --ref 3 --mv-precision Q-pel --preset default --colormatrix bt709 --keyfile "C:\Users\User\AppData\Local\Temp\thisismylifenow_23_20_53_7410_06.qp" --output "C:\Users\User\AppData\Local\Temp\thisismylifenow_23_20_53_7410_07.265"
inside a WIndows Còmmand Prompt?

Cu Selur

i dont know where the option for avisynth preview is and vapoursynth errors out with the same error stating that some files werent created and that command prompt command outputs: y4m: failed to parse y4m header. Failed to open input file. and thats kinda understandable for me considering quickly looking over that code there isnt any input specified

i think i figured it out and fixed it it was that the target size wasnt working properly and it was still keeping its bitrate at the default thats not even enough to fit the audio stream and after manually putting in the bitrate it seems to be properly working
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)