Replies: 30 comments 1 reply
|
Have you tried ripping the disc to mkv? |
|
no. should I to make it work? |
|
I only have mkv rips and never tried an original M2TS. I'll check it out when I get a chance, but right now you should try to rip your folder to mkv. |
|
ok. I'll try it later. btw, I can plot hdr or dv l1 graph fine using original m2ts. |
|
Yeah, the screenshot workflows are more complicated. |
|
Can you improve your script to capture from the original m2ts or directly from the disc in the drive? To capture 25 pics I need alots of hdd space to convert it to mkv and I found it also creates the almost the same amount of space for m2ts file in the temp folder when running the script. Also for the plotting the maxcll, I see the text like 00014 (1920x1080) at the top left corner when analyzing the original m2ts which is 3840x2160. Is this a bug? 00014 is the file name of m2ts btw. |
|
I'll look into why m2ts doesnt work later when I get a chance but this won't change the temp folder size, especially not for FEL input, because the layers have to be demuxed to be processed in dovi_baker. You can export as many images as you want if you select them manually and you can change the default 25 images from auto mode at line: 115 :: choose the amount of frames to export in 7 (default=25) as for the plotting text, I guess you mean the workflow 6-2? I also never tried with an original m2ts so I guess it picks the resolution of the DV layer, which is 1920x1080 |
|
I know I can change the # of images but my point was I need at at least twice space of 4k disc in hdd drive to capture them. And for the text 1920x1080 in the plot image, it's madvr's hdr measurement not DV L1 plot and I wondered if this enhancement is relevant in hdr10 plot. btw, where are the screenshots stored? I can't find them in the dovi_script folder nor the mkv folder. :( |
|
As i said, FEL input requires that TEMP space because the layers must be demuxed, nothing I can do about it. Just make a small sample before running the script. Images will be in your output path (default= doviscripts folder) so if you can't see the screenshots even with mkv, then your issue is something else. |
|
What I did was just extracting the dovi_scripts.7z in d:\ root folder and run bat file. Btw, does it run ok only with English OS version? Can I enable debug mode or verbose mode to check what's going on behind? |
|
Yes, of course, and I know many English(or other language) people who use it. line 2 EDIT: why is your input in the tools folder? might not be related, but worth a try. |
|
btw mine is Windows 11 Korean version and just curious if there's certain issue regarding UTF-8. And I found the folder called dtl_VS_ is empty. |
|
I know Asian people that use the script without problem. I dont see any error msg in your log so I dont know. |
|
avisynth+ 3.7.5 is installed. I want to remove null from this command in the log to see what's going on. Which line of bat should be edited? "D:\Dovi\tools\ffmpeg.exe" -i "D:\Dovi\temp.folder26!filename1!!frame25!.avs" -vf select='eq(n,0)' -vframes 1 -compression_level 6 -y "D:\Dovi\dtl_VS!V1Adjframe25!!filename1!!MAPPING1!.png" 2>nul |
|
you should try to see if the avs script is playable in avspmod first... look in the TEMP folder. around line 15993: for /L %%i in (1,1,%input_count%) do ( |
|
temp folder is removed once the capture is done. Do you mean I need to stop the script once some pics are captured and check the temp folder? When the script is interrupted, which file should I check? avspmod file is created in temp and I need to check the line 15993? |
|
around the line 15993 is if you want to remove the NUL cmd |
|
ffmpeg version 2024-02-22-git-76b2bb96b4-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers hmm? D:\Dovi\temp.folder26>dir *25000.avs D:\Dovi\temp.folder26 디렉터리 2025-06-03 오후 11:35 1,178 dtl_25000.avs |
|
Looks like the script isn't playable .. did you try in avspmod |
|
Sorry. I don't know how to try avspmod. avspmod is created in the temp folder and I can click to run? |
|
Open and try to play one of the .avs files from the temp folder in |
|
uninstall your avisynth version and isntall this version and reboot |
|
installed new avisynth+ and rebooted. and ran bat again. libavutil 58. 39.100 / 58. 39.100 the following is the command. I removed >nul |
|
Sorry but there is not much I can do, the issue is clearly on your end. |
|
But you removed NUL and left ''2'' ??? |
|
I tested screen capture for an original mt2s and found the captured image size was 7680x4320. Is this a bug? |
|
probably because the m2ts has a DV layer which is 1080p so the script thinks it should upscale ... Anyway, as I said, you must work with mkv rip and not m2ts. I will not add m2ts support because I just remembered that ffms2 (frame indexer) is not always frame accurate with the TS/M2TS container so the workflow would not work correctly anyway. |
|
I understand your explanation. |



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I got the following msg and got no screenshots or video in my disk after running it. Something is wrong? I replaced the ffmpeg.exe with the latest ver since I got an error like 'avs_libplacebo.dll has no avs xxx property' with original ffmpeg from the zip and now i got the following msg after replacing it.
All reactions