Jump to content

Miro

Moderator
  • Posts

    144
  • Joined

  • Last visited

Posts posted by Miro

  1. Hi, do you have the possibility to measure the time between the micro-glitches?

     

    If the device generating the live video is not genlocked with the display computer then some microscopic glitches will occur due to the difference in refresh rates. Say that the captured device is generating images at 59.94Hz and WATCHOUT renders at 60.00Hz then WATCHOUT will insert a double frame every 16-17th second. In a very smooth animation this will look like a microscopic glitch.

     

    Frame blending should smooth out this kind of frequency mismatches but if you don't want this feature then genlocking is the only way to go. Otherwise you will always get this issue since the source device is not perfectly synced with WATCHOUT (they use separate clocks). In your case the camera might actually output images at 49.995 Hz while WATCHOUT renders in 50.005Hz which will generate a glitch every 100th second (1.67th minute).

     

    Best regards,

     

    Miro

  2. Hi, there is a problem with the X99 chipset and most professional graphics adapters. This is not a bug in WATCHOUT and appears in any other applications as well. Playing sounds through the graphics card's audio interface works but playback through all other interfaces results in various sound errors.

     

    Which motherboard are you using?

  3. The MPEG-2 codec doesn't allow dimensions to be multiples of 4096. FFmpeg throws the following warning while decoding your file:  "Invalid horizontal or vertical size value". If you try to encode you probably get this error: "Width or Height are not allowed to be multiples of 4096

    add '-strict -1' if you want to use them anyway.".
     
    However, VLC and FFmpeg/FFplay are using libAV for decoding and can play the file anyway (even with warnings). I will have a look if it's possible to force the mainconcept's decoder (the one used in WATCHOUT) to play files like this.
     
    As a workaround you can pad your video to 4100x656 and it will play in WATCHOUT. Simply add -vf "pad=width=4100:height=656:x=2:y=0:color=black" to your FFmpeg command line and it will do the trick. If needed you can crop those extra pixels in WATCHOUT using a crop tween track.
  4. WATCHNET 1.2.1 is released and available for download.

     

    This version contains the following fixes:

    • A bug has been fixed in the WOB file distribution to a WATCHOUT cluster where Image Sequences were not distributed.
    • Sliders are now rendered correctly and title text-orientation adjusted in vertical mode.
    • Titles of Panel Items are now correctly clipped if they are too large for the item.
    • Panel Sliders can now correctly deal with any value ranges.
    • Media uploading for Panel Items has been greatly enchanced.
    • Resolved a licence key bug which prevented the server to run using a V5 key.
    • Cluster input names with white spaces are now correctly handled.

     

    Let me know if you have any questions.

  5. At the moment WATCHOUT doesn't work in Windows 10. We are working on a solution and will release an update as soon as possible. This issue has our highest priority and we expect to have a solution in March-April. Until then we recommend Windows 7 Professional. We apologize for any inconvenience!

     

    Best regards,

     

    Miroslav Andel

    Chief Software Developer

×
×
  • Create New...