![]() |
FrameRateComverter issue - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: FrameRateComverter issue (/thread-1571.html) Pages:
1
2
|
FrameRateComverter issue - serg - 21.10.2020 Trying to change FPS using "FrameRateConverter" after QTGMC (no Bob) . Regardless of specifying parameters (in my case Frame Rate (num/den - 48000/1001 ) and Windows version (tried Win7 and Win10), it throws an error "... -> 2020-10-21@12_05_26_2210_03_video crashed: ERROR: D:\Hybrid_test\Gastown-tilt_2020-10-21@12_05_26_2210_03.avi was not created! Aborting '2020-10-21@12_05_26_2210_03_video' due to: ERROR: D:\Hybrid_test\Gastown-tilt_2020-10-21@12_05_26_2210_03.avi was not created!" (see attached). Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: FrameRateComverter issue - Selur - 21.10.2020 First time have ever seen someone aiming for 48000/1001. ![]() Avisynth crashes with: mt_merge : clips should have identical bit depths ClearAutoloadDirs() -> seems like in the current version ony YV12, YV24, Y8 are supported. Will send you a link to a dev version for testing in ~15min,.. Cu Selur RE: FrameRateComverter issue - serg - 21.10.2020 Actually for 29.97 to 23.976 I prefer "Bobbed" QTGMC, that gives me "full' 59.94 frames and than 96000/1001 with Select Every 4,0. RE: FrameRateComverter issue - Selur - 21.10.2020 Seems crazy to me, but if it works for you: go for it. ![]() Cu Selur RE: FrameRateComverter issue - serg - 21.10.2020 What would you suggest? RE: FrameRateComverter issue - Selur - 21.10.2020 What are the characteristics of your source and what do you aim for? RE: FrameRateComverter issue - serg - 21.10.2020 Actually this approach "48000/1001" I borrowed from Fizics MVTools blog (original sample for PAL to NTSCL - 60000/1001) Another approach exactly for "FrameRateConverter" is FrameRateConverter(Preset="Slow", FrameDouble=false, NewNum=24000, NewDen=1001) http://macilatthefront.blogspot.com/2019/02/motion-interpolation-plugins-in.html RE: FrameRateComverter issue - Selur - 21.10.2020 That does not answer my question at all,... RE: FrameRateComverter issue - serg - 21.10.2020 Sorry, I replied before seen your question. So, Source: General Complete name : D:\Hybrid_test\Gastown-tilt.mov Format : MPEG-4 Format profile : QuickTime Codec ID : qt 2005.03 (qt ) File size : 90.7 MiB Duration : 10 s 743 ms Overall bit rate mode : Variable Overall bit rate : 70.8 Mb/s Encoded date : UTC 2005-12-23 19:47:35 Tagged date : UTC 2005-12-23 19:47:54 Writing library : Apple QuickTime Video ID : 2 Format : JPEG Codec ID : jpeg Duration : 10 s 743 ms Duration_LastFrame : -1 ms Bit rate mode : Variable Bit rate : 69.2 Mb/s Width : 720 pixels Height : 480 pixels Display aspect ratio : 3:2 Frame rate mode : Constant Frame rate : 29.970 (29970/1000) FPS Standard : NTSC Color space : YUV Chroma subsampling : 4:2:2 Bit depth : 8 bits Compression mode : Lossy Bits/(Pixel*Frame) : 6.685 Stream size : 88.7 MiB (98%) Language : English Encoded date : UTC 2005-12-23 19:47:17 Tagged date : UTC 2005-12-23 19:47:54 The goal is to convert 29.97 to 23.976 RE: FrameRateComverter issue - Selur - 21.10.2020 According to the mediainfo your source should be telecined, then IVTC (VIVTC, TIVTC) is the default way. If your source isn't telecined (and you still want to to for 23.976), the default way should be: a. bob deinterlace with the deinterlacer of your choice b. use sRestore and aim for 23.976 Some additional vinverse and similar filtering might still be a good idea depending on the source. Cu Selur |