Activity for Jedediah Smith

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Sounds good. Thanks a lot for your help and support!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Thanks! I tried the one you compiled with ubuntu 20.04 LTS but I get a bunch of GLIBC errors like versionGLIBC_2.29' not found` - I'm assuming this means that the versions of GLIBC are different between the distributions :( I tried out lddtree (very cool tool I wish I had known about this before! :D ) I've attached the output of lddtree. It looks like libgnutls.so.30 is being pulled in by libpango-1.0.so.0 then libglib-2.0.so.0. Based on that info I downloaded glib2-2.56.1-7.el7.x86_64.rpm, extracted...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Thanks for helping me troubleshoot this! I did as you suggested and removed the libtasn1.so* from the mrviewer lib directory. Unfortunately it does not seem to change the behavior. I have attached the strace from a clean install with the following steps: $ cd /path/to/mrviewer/bin $ export LD_LIBRARY_PATH=../lib $ strace ./mrViewer &> log.txt Hope it helps!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    I tried this but it doesn't seem to change the behavior :C

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Thanks for your reply! Here is a more detailed breakdown of what I'm doing and what I'm seeing. download mrViewer-v6.1.6-Linux-64.tar.gz extract the tar cd mrViewer-v6.1.6-Linux-64/usr/local/mrViewer-v6.1.6-Linux-64/bin/ $ ./mrViewer.sh /path/to/mrviewer/bin/mrViewer: /path/to/mrviewer/lib/libp11-kit.so.0: no version information available (required by /lib64/libgnutls.so.30) /path/to/mrviewer/bin/mrViewer: symbol lookup error: /lib64/libgnutls.so.30: undefined symbol: asn1_der_decoding2, version...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Hello, Trying to get mrViewer v6.1.6 working on RHEL / Rocky 8.6. I get the following error: ```/opt/mrviewer/mrviewer//bin/mrViewer: /opt/mrviewer/mrviewer//lib/libp11-kit.so.0: no version information available (required by /opt/mrviewer/mrviewer//lib/libgnutls.so.30) /opt/mrviewer/mrviewer//bin/mrViewer: symbol lookup error: /opt/mrviewer/mrviewer//lib/libgnutls.so.30: undefined symbol: asn1_der_decoding2, version LIBTASN1_0_3 I believe I've tracked it down to `libgnutls.so` - it seems like there...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Awesome thank you! I actually have window drag mapped to the Meta key instead of the Alt key in my window manager (I think this is pretty common in vfx workstations, since so many programs use alt for important functionality). I have another bug which might be related to the same issue: Reproduction steps: 1. Load a clip and drag on the image to change the frame. 2. hold Ctrl and drag on the image to reduce the exposure. Release Ctrl. 3. Drag on the image to change the frame. The frame changes. 4....

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Thanks for the new zoom and pan features! Very useful. Unfortunately it seems like there is a bug. Reproduction steps: 1. Hold alt key. Rightclick drag to zoom in. 2. Continue holding down alt key. Left-click drag to pan. 3. Now right-click drag to zoom again. The right-click menu is launched instead of the expected behavior of zooming again. This is on centos 8 linux, playing an exr image sequence. Thanks!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    Ah I see! Yes I could definitely see the use for a toggle. Perhaps a setting in the preferences that allows you to choose which filtering to use in modes other than Presentation. It could also be useful to have a menu entry in the view menu to toggle between nearest neighbor and bilinear filtering as well, just in case a user needs to toggle the behavior in Presentation or other modes.

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    Hello! I'm back with another feature request. By default it looks like mrViewer filters the displayed image with a Nearest Neighbor filter. There are little lines visible around areas of contrast, which is ugly. Would it be possible to add a simple Bilinear or Linear filtering to the displayed image? I've included a little screen recording to help demonstrate this. Thank you!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Sorry for the delay in responding... I did download the latest 5.0.7 and tested it on Centos 7.6 and it works perfectly. Thanks for the support!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Welp... As it happens, my home machine is Fedora 29 and my work machine is Centos 7.6 (as is very very very common amongst every VFX studio)... And with the update to 5.0.7 from 5.0.6, I now get this error at work: ~/bin/mrViewer-v5.0.7-Linux-64/usr/local/mrViewer-v5.0.7-Linux-64/bin $ ./mrViewer.sh /home/jsmith/bin/mrViewer-v5.0.7-Linux-64/usr/local/mrViewer-v5.0.7-Linux-64/bin/mrViewer: relocation error: /home/jsmith/bin/mrViewer-v5.0.7-Linux-64/usr/local/mrViewer-v5.0.7-Linux-64/lib/libboost_locale.so.1.69.0:...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Tested out 5.0.7 and it works great. Fast startup like normal! Thanks!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    The start time of mrViewer 5.0.6 is significantly slower than the start time of mrViewer 5.0.4. I'm not sure if it's a bug or a necessary slowdown related to added features, but it seems pretty extreme so I am flagging it here as a bug. I've attached a screen recording to help demonstrate the issue. This is occuring on a linux Fedora release 29 machine. Thanks!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Here are a couple of bugs: The OCIO Browser (right-click, ocio, views) does not seem to work to change the ocio view setting. Hotkey assignments seems to be buggy in general still. Here I'm demonstrating assigning the OCIO browser window to the hotkey alt+v and it does not appear to work correctly. Thanks for your help!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    I have been playing around with the OCIO support in MrViewer and I have some feature requests and suggestions. In the OCIO config you can specify the active displays and the active views. It would be great to respect the order and number of these definitions in mrviewer. For example, if you want your default display to be "shot_grade" you could just put that first in the active_views definition in your ocio config and mrviewer would use it by default. If you want to hide the "show_log" display, you...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    This is working great in v5.0.5. Thanks very much, I am happy! :)

  • Jedediah Smith Jedediah Smith modified a comment on discussion Feature Requests

    Huge improvement, thank you! Testing out v5.0.5, it's very pleasing to look at and very usable. There are still some times when the white background appears in windows though: The Open dialog still has the white background The EDL window's background still has a white window color The Connections window still has a white background The Logs window still has a white background * The About window as well Thank you for all the improvements!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    Huge improvement, thank you! Testing out v5.0.5, it's very pleasing to look at and very usable. There are still some times when the white background appears in windows though: The Open dialog still has the white background The EDL window's background still has a white window color The Connections window still has a white background The Logs window still has a white background * The About window as well Thank you for all the improvements!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    Thanks very much for the improvements and the fast turnaround! I've tested it out and the changes are working well. For the gain adjustment, I still find it to be a bit problematic. Because the adjustment is gain and not exposure, the amount that the brightness of the image changes is much more extreme from 0 to 1 than above 1. And since the drag adjustment is a linear scale which goes below 0, it is very easy to mess up and go way too dark with a tiny drag. Would it be possible to make the gain...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    So I was playing around with MrViewer 5.0.1 and discovered that you could hold control and drag on the image to adjust the Gain. Awesome! Super useful for people like me who like to hide the toolbars and just do things with keyboard shortcuts. Unfortunately, when dragging, it doesn't change the exposure enough - the sensitivity needs to be higher for this to be useful. Maybe the Gain control could be switched to an exposure control that adjusts the gain in pow(2, exposure) increments instead? Or...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Greetings! I'm a minimalist at heart. Sometimes I like to hide the toolbars and just use keyboard shortcuts, so I can focus on the image. When I set the preferences to hide all the toolbars there is some weirdness with the gui. There's a empty space where the toolbars were that is hard to get rid of. Is this a bug? I recorded a screencapture to help demonstrate the problems: https://drive.google.com/file/d/16dU2NItOcE7Hu85LRpRtckxcorugeXXT I'm using Fedora 29 and mrviewer v5.0.1. Thanks!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    Greetings! The new look of MrViewer is great! A huge improvement from v4. I love having the black theme available. It is less distracting from the image and doesn't hurt my wimpy eyes. A couple of suggestions: In the black theme: - Can we make the pixel toolbar match the shake preset so it's not a washed out grey that makes it distracting and hard to read the text? - Can we tweak the colors in the media information window to make the text more readable? - Can we change the surrounding window color...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    In mrViewer v5.0.1-RC2, when attempting to set the default Rendering Transform or the default Output Device Transform in the preferences, mrViewer crashes with an error: Got signal 11, faulty address is (nil), from 0x7ff88637ecfa [bt] Execution path: [bt] /lib64/libc.so.6(+0x9acfa) [0x7ff88637ecfa] [bt] /lib64/libc.so.6(+0x9acfa) [0x7ff88637ecfa] [bt] /opt/mrviewer/mrviewer/bin/mrViewer() [0x4f57e5] [bt] /opt/mrviewer/mrviewer/bin/mrViewer(_ZN9Fl_Widget11do_callbackEPS_Pv+0x2c) [0x6fafbc] [bt] /opt/mrviewer/mrviewer/bin/mrViewer(_ZN11Fl_Browser_6handleEi+0x839)...

  • Jedediah Smith Jedediah Smith modified a comment on discussion Bugs

    I noticed a bug in mrViewer v5.0.1-RC2 on Fedora Linux 29 with the draw tool. Reproduction steps: 1. Open an exr image sequence with mrViewer 2. Press shift+d to activate the draw tool. 3. Try drawing: the color is green. 4. Press F7 to load the Paint panel. 5. Change the Pen Color from green to red. 6. Try painting. The color is still green. 7. Right click over the image: The text color in the menu is red. Thanks!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    I noticed a bug in mrViewer v5.0.1-RC2 on Fedora Linux 29 with the draw tool. Reproduction steps: 1. Open an exr image sequence with mrViewer 2. Press shift+d to activate the draw tool. 3. Try drawing: the color is green. 4. Press F7 to load the Paint panel. 5. Change the Pen Color from green to red. 6. Try painting. The color is still green. 7. Right click over the image: The text color is red. Thanks!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Newbie mistake, thanks for the information!

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    This is great! Thanks so much for the fast development and support. I've been playing around with the prerelease version of 4.1.0 that you posted and it's working well once you get the hang of it. I think the FG/BG concept is something I don't quite understand fully yet, but would probably make sense in the context of doing an actual composite of one layer with an alpha channel over another. To me it would be more intuitive to select two tracks and just have a key to toggle between them, or switch...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    Thanks for the help! I think I didn't realize that the EDL button was being enabled by default when I brought a second clip in. I've been playing around with the techniques you described above, and am having a few issues. Perhaps you could let me know if there are workarounds or if I'm missing something else obvious :) In case it helps, I'm testing mrViewer 4.0.9 on Fedora 27 Linux. Now that I know to disable the EDL button after I bring in the 2nd clip, I can successfully toggle between both clips...

  • Jedediah Smith Jedediah Smith modified a comment on discussion Feature Requests

    I discovered mrViewer yesterday and have been playing around with it. It is very fascinating and powerful software. I come from the world of feature film VFX, where RV is the norm. It is very interesting to see an open source software with similar power. One thing I find myself missing is an easy way to toggle between the same frame of two different clips. Often we need to compare an original plate to a modified comp. To do this usually we will load the original plate and the comp output, and compare...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    If you load an exr image with overbright information into mrViewer, and sample the pixel values, you get the correct pixel values. If you turn on the LUT, to view the scene linear values with a display transform, the value of the sampled pixels change based on the view transform. This is counterintuitive, as generally you want to know what the raw source pixel values are, not the pixel values after the view transform has been applied. Would it be possible to change this behavior, or perhaps make...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Feature Requests

    I discovered mrViewer today and have been playing around with it. It is very fascinating and powerful software. I come from the world of feature film VFX, where RV is the norm. It is very interesting to see an open source software with similar power. One thing I find myself missing is an easy way to toggle between the same frame of two different clips. Often we need to compare an original plate to a modified comp. To do this usually we will load the original plate and the comp output, and compare...

  • Jedediah Smith Jedediah Smith posted a comment on discussion Bugs

    Greetings! First I wanted to say that mrViewer is very interesting and powerful software. I'm not sure there is any other image flipbooking software in the open source realm that is as powerful. I work as a compositing supervisor in the feature film vfx industry, and love playing around with open source software in my spare time, and I just discovered mrViewer today. It's really fascinating, thanks for your efforts writing it! I was testing it out with some anamorphic footage, and noticed that non-square...

1