lucabutera Posted January 10, 2017 Share Posted January 10, 2017 23 hours ago, SMGJohn said: You honestly might just get the KineMAX 6k for a similar price tag and enjoy 6k RAW video or 2k 200+fps The price of Kinemax has increased a lot, but there is always the option of buying an excellent BM Ursa! Quote Link to comment Share on other sites More sharing options...
lucabutera Posted January 12, 2017 Share Posted January 12, 2017 Hello. Someone says he wrote a program to rebuild color sampling 4.2.0 in a real 4.4.4. I'm not a programmer or hackers, or anyone good as @ottok or @kinoseed can see better what is it? Thank you https://forum.doom9.org/showthread.php?t=173005&page=6 https://github.com/Khanattila/KNLMeansCL/releases kinoseed 1 Quote Link to comment Share on other sites More sharing options...
Blah Blah Posted January 13, 2017 Share Posted January 13, 2017 Here would be a script HDR if someone dares to test. I am not sure if the ISO and number need to be as hex. #!/bin/bash while true do /usr/bin/st cap capdtm setusr ISO 100 sleep 0.04 /usr/bin/st cap capdtm setusr ISO 800 done Quote Link to comment Share on other sites More sharing options...
kinoseed Posted January 13, 2017 Share Posted January 13, 2017 20 hours ago, lucabutera said: Hello. Someone says he wrote a program to rebuild color sampling 4.2.0 in a real 4.4.4. I'm not a programmer or hackers, or anyone good as @ottok or @kinoseed can see better what is it? Thank you https://forum.doom9.org/showthread.php?t=173005&page=6 https://github.com/Khanattila/KNLMeansCL/releases Looked a bit into it, basically you can't "reintroduce" lost details, but you may interpolate some information. Isn't this essentially what just about any "remove JPEG artifacts" algorithm does? Quote Link to comment Share on other sites More sharing options...
lucabutera Posted January 13, 2017 Share Posted January 13, 2017 3 hours ago, kinoseed said: Looked a bit into it, basically you can't "reintroduce" lost details, but you may interpolate some information. Isn't this essentially what just about any "remove JPEG artifacts" algorithm does? What you say is correct, but all the programs that I use to eliminate macroblocking and artifacts, blur the image to "soften" the color, this algorithm instead also recovers the definition lost by the compression. Certainly it is hard to think of a recovery of 4.4.4 sampling but have a more realistic 4.2.2 would not hurt! Kisaha 1 Quote Link to comment Share on other sites More sharing options...
Blah Blah Posted January 13, 2017 Share Posted January 13, 2017 I use this script for downscaling to 1080p 10-bit. It was done by karl from Personal View: Quote ffmpeg -i "input.mp4" -filter_complex 'format=pix_fmts=yuv444p10le,extractplanes=y+u+v[y][v]; scale=w=3840:h=2160:in_range=full:flags=print_info+neighbor+bitexact [us]; [v] scale=w=3840:h=2160:in_range=full:flags=print_info+neighbor+bitexact [vs]; [y][us][vs]mergeplanes=0x001020:yuv444p,scale=w=1920:h=1080:flags=print_info+bicubic+full_chroma_inp+full_chroma_int' -sws_dither none -q 0 -quant_mat hq -c:v prores_ks -profile:v 4 -c:a copy -c:s copy -c:d copy -map 0 "output.mov" It works with 0-255. Otto K 1 Quote Link to comment Share on other sites More sharing options...
kinoseed Posted January 13, 2017 Share Posted January 13, 2017 1 hour ago, lucabutera said: What you say is correct, but all the programs that I use to eliminate macroblocking and artifacts, blur the image to "soften" the color, this algorithm instead also recovers the definition lost by the compression. Certainly it is hard to think of a recovery of 4.4.4 sampling but have a more realistic 4.2.2 would not hurt! this will probably not eliminate macroblocks, as ti is not simply a sub-sampling artifact (I think). if you try a filter which removes MPEG/JPEG compression, it should do the same, right? You should easily (if you already have Avisynth) be able to test it, using the plugin, so just compare the results and check how it measures with the mpeg-denoiser of your choice. Kisaha 1 Quote Link to comment Share on other sites More sharing options...
SMGJohn Posted January 14, 2017 Share Posted January 14, 2017 On 12.1.2017 at 7:48 PM, lucabutera said: Hello. Someone says he wrote a program to rebuild color sampling 4.2.0 in a real 4.4.4. I'm not a programmer or hackers, or anyone good as @ottok or @kinoseed can see better what is it? Thank you https://forum.doom9.org/showthread.php?t=173005&page=6 https://github.com/Khanattila/KNLMeansCL/releases Looks similar to those AVISynth scripts were you can convert 420 or 411 to 444 full RGB but yeah its not "real" 444 has details cannot be reintroduced in fact you loose information in the process no matter what. Only through downscaling can you obtain details. Quote Link to comment Share on other sites More sharing options...
Blah Blah Posted January 15, 2017 Share Posted January 15, 2017 I tried to use a HDR script that switches iso. I only tried to change it 1 times per second and still it stops/crashes the recording very quickly. I was planning to try switching with a gap of 0.04 but didn't since the slow one crashed immediately. I measured how much an ISO change usually takes and it linux tool time gave a sys reading of 0.02 sec to 0.06 sec. My skills aren't enough to diagnose why it crashed the recording. Marco Tecno, lucabutera, MountneerMan and 1 other 4 Quote Link to comment Share on other sites More sharing options...
Marco Tecno Posted January 15, 2017 Share Posted January 15, 2017 Blah, try contacting otto k or kinoseed. Juxx989 1 Quote Link to comment Share on other sites More sharing options...
Blah Blah Posted January 16, 2017 Share Posted January 16, 2017 Here's what I tried. It changes the iso from 100 to 800 after one sec. Correct value should be the 1/framerate, I think. But even with 1 sec it crashes when recording video. #!/bin/bash while true do /usr/bin/st cap capdtm setusr 5 0x50001 sleep 1 /usr/bin/st cap capdtm setusr 5 0x5000a sleep 1 done lucabutera 1 Quote Link to comment Share on other sites More sharing options...
Marco Tecno Posted January 16, 2017 Share Posted January 16, 2017 As I said, the only persons that could be able to discuss on this matter are Otto K and Kino Seed (since the third one, Vasile, went MIA). Try to contact them with your idea and see if they can help. It's an interesting approach, but I doubt it's the best one considering that high ISO in NX1, for video, is subject to high NR. Quote Link to comment Share on other sites More sharing options...
lucabutera Posted January 16, 2017 Share Posted January 16, 2017 3 hours ago, Blah Blah said: Here's what I tried. It changes the iso from 100 to 800 after one sec. Correct value should be the 1/framerate, I think. But even with 1 sec it crashes when recording video. #!/bin/bash while true do /usr/bin/st cap capdtm setusr 5 0x50001 sleep 1 /usr/bin/st cap capdtm setusr 5 0x5000a sleep 1 done Do you try to shot in 640x480 in vga or mjpeg to see if the problem is the bitrate? Marco Tecno and MountneerMan 2 Quote Link to comment Share on other sites More sharing options...
MountneerMan Posted January 16, 2017 Share Posted January 16, 2017 6 hours ago, Blah Blah said: Here's what I tried. It changes the iso from 100 to 800 after one sec. Correct value should be the 1/framerate, I think. But even with 1 sec it crashes when recording video. #!/bin/bash while true do /usr/bin/st cap capdtm setusr 5 0x50001 sleep 1 /usr/bin/st cap capdtm setusr 5 0x5000a sleep 1 done I am no means an expert but I dont think "while true" statements are a good idea and could be the reason it is crashing. Another problem with your script is from what I remember from along time ago (more than 5 years) I believe sleep requires and integer so it cannot be 1/frame-rate witch points to a bigger problem with your approach. This is not something you should really be doing with a script. This should be a compiled program in something like C++. I think OttoK wrote some posts on Github about compiling programs for the NX1. Quote Link to comment Share on other sites More sharing options...
kinoseed Posted January 17, 2017 Share Posted January 17, 2017 Honestly, I didn't comment as I don't get what you are trying to achieve with the script. There is HDR script for stills - check the manual. Changing the ISO will not change the exposure unless you have it in "Manual" exposure, and the script will loop endlessly. I guess later you will pull frames for HDR? Can't tell you the exact reason for the crash, i may be that commands try to execute before the previous is complete, there may be error in your commands (I have not checked them), so check each one by itself if it works, than add enough time between them, so they get enough time to complete (remember you are *not* setting the change-duration; As it is handled internally by the camera, you can only wait until it completes). imho, you will get much better result if you shoot stills Quote Link to comment Share on other sites More sharing options...
Blah Blah Posted January 17, 2017 Share Posted January 17, 2017 Yeah, I was testing in manual mode. I just tried something suggested on this thread for hdr video: changing iso for every other frame during video recording and combining them for hdr. Magic Lantern has a mode like that. Quote Link to comment Share on other sites More sharing options...
kinoseed Posted January 17, 2017 Share Posted January 17, 2017 12 hours ago, Blah Blah said: Yeah, I was testing in manual mode. I just tried something suggested on this thread for hdr video: changing iso for every other frame during video recording and combining them for hdr. Magic Lantern has a mode like that. that script is far of the target, however the approach is faulty too. Notice that changing ISO is not instantaneous, and gradually goes to the target. So all you need is to start with ISO100 and set ISO800, while recording video, and that will accomplish that you are after. Quote Link to comment Share on other sites More sharing options...
Daniel Galli Posted January 18, 2017 Share Posted January 18, 2017 i have heard about something here that if you get a 4k 4:2:0 you can convert to 1080p 4:2:2 what about that? Quote Link to comment Share on other sites More sharing options...
SMGJohn Posted January 18, 2017 Share Posted January 18, 2017 4 minutes ago, Daniel Galli said: i have heard about something here that if you get a 4k 4:2:0 you can convert to 1080p 4:2:2 what about that? Yes 1080p to 444 more like through downscaling. You can downscale and get more information just fine, but adding more shadow information is impossible at the moment, the program has to be so intelligent it literally has to know what is there but never really is present in the video footage to begin with. There is actually a near program I have for downscaling footage, its called ClipToolz Convert V2 and its free the V3 and V4 are paid ones. http://hdcinematics.com/ ClipToolz-Convert-V2.msi Quote Link to comment Share on other sites More sharing options...
Daniel Galli Posted January 18, 2017 Share Posted January 18, 2017 4 minutes ago, SMGJohn said: Yes 1080p to 444 more like through downscaling. You can downscale and get more information just fine, but adding more shadow information is impossible at the moment, the program has to be so intelligent it literally has to know what is there but never really is present in the video footage to begin with. There is actually a near program I have for downscaling footage, its called ClipToolz Convert V2 and its free the V3 and V4 are paid ones. http://hdcinematics.com/ ClipToolz-Convert-V2.msi and you use it on your everyday workflow? you record with some settings to get max information? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.