Jump to content

Search the Community

Showing results for tags 'video'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 14 results

  1. Hi everyone, We are building an application that follows this architecture : - One application with a GUI running on a computer - One instance of Unigine running on another computer. Is there any pre-built unigine functionality that would allow to stream (almost in real time) the video over a network from the Unigine instance to the computer with the interface ? The computer running the application would only send user input, such as moving a character, rotating... and the Unigine instance would send back its video stream over the network, it would work in a way similar to game streaming services such as onlive, shadow ...
  2. Hello, I made one camera motion using trakcer in scene and i wanted to take render sequences for video of scene within camera motion. I used video grabber but didn't get good quality sequences. waiting for your suggestions, ideas, methods to take render quality sequences.... i hope to hear from you soon....... Mayur patel
  3. Capture VR video on FullHD

    Hi, We are triying to capture video VR Full HD video with HTC vives on Unigine. The problem is that we do not know how to capture the video in Full HD, what program or in what way have you captured the VR video that you have posted recently on Youtube? https://www.youtube.com/watch?v=2nAKoOpUInQ Thanks
  4. 360 degrees panorama video creation

    Hi Unigine Developers, I need to know how you created this video in 360 degrees. 360 degrees panorama video We have looked at the Unigine plugins for finding something to generate, but we do not see anything like this. How did you create it?
  5. Hi! I'm Korean Game Programmer. I want the output without alpha value like File "No alpha value.png" and "Docs.png". Outputting general videos, I can get the same value as File "No Setting.mp4"(WidgetSpriteVideo) In case of using functions like SetBlendFunc(Unigine::Gui::BLEND_ONE, Unigine::Gui::BLEND_SRC_ALPHA), I can get the same value as File "setBlendFunc.mp4". As for File "setBlendFunc.mp4", it's similar to what I want. But I'm afraid the blend effect affects the whole video files. I wonder if there's any proper way to print out with a transparent background instead of black background to make a clean image like png files. The origin is attached just in case. (ogv files. origin ogv and alpha channel ogv) plz help me resource.zip
  6. Hi, I'm trying to use WidgetSpriteVideo to display video on in-game screen models and it works pretty fine. However, I can't have the video cropped properly. As I show on my screenshot, I'd like the right part of the video not being displayed. I've made some research, found this topic and tried to do the same. Here is the code in which I try to create my WidgetSpriteVideo and attach it to my GuiObject: // gui: Gui of my ObjectGui WidgetHBox container = new WidgetHBox(gui); container.setStencil(1); WidgetSpriteVideo videoSprite = new WidgetSpriteVideo(gui, "MyVideo.ogv", 0); videoSprite.setFlags(GUI_ALIGN_OVERLAP); container.addChild(videoSprite); gui.addChild(container); What am I missing? Thanks, Alexandre.
  7. We need to play a couple of very short video clips over the top of Unigine scenes. The clips will act as buffers to hide camera cuts and scene changes, so they will be very quick (less than a second in most cases). We have converted slips across to OGV but can't tell if the video transparency has come across, we don't know if there is a setting or flag we need to set to get it to work. Currently the videos have transparency but we can't see that effect. Can anyone help us understand the process or suggest a new process which will allow us to take a video with alpha channel and convert it so when it runs in Unigine we will be able to see the Unigine scene underneath/through the video clip? Thanks in advance. P.
  8. I start a thread called "mainloop", as below. I expect it to rewind the video after 5 seconds. Instead the video skips back to the start for a single frame then carries on. void mainloop() { Gui gui; WidgetSpriteVideo bgvid; AmbientSource bgvidsound; gui = engine.getGui(); bgvid = new WidgetSpriteVideo(gui,"data/mupK/mov1.ogv", 0); bgvidsound = new AmbientSource("data/mupK/mov1.ogv", 0); bgvid.setAmbientSource(bgvidsound); gui.addChild(bgvid, GUI_ALIGN_BACKGROUND); while(1) { bgvid.stop(); bgvidsound.stop(); bgvid.setVideoTime(1.0f); bgvidsound.setTime(1.0f); bgvidsound.play(); bgvid.play(); sleep(5.0f); } }
  9. Hi Can anyone point me to some documentation or code on playing videos on a mesh ? Thank Paul
  10. [SOLVED] Video playback problem

    Hello! I have a problem. If I modify "C:\Unigine Evaluation Kit\demos\samples_widgets_d3d11.bat": to "world_load samples/widgets/splash_03" instead "world_load samples/widgets/button_00". And add into "C:\Unigine Evaluation Kit\data\samples\widgets\splash_03.cpp" in Splash() { ... button_clicked(); } Video is played very fast. However if I click in splash_03 button from Unigine UI, video played with normal speed. Questions: how play video with normal speed if I starting from bat.file?
  11. Hi Please make in new version video capture(demo record) from game in AVI file. Because method in Heaven Demo is very slow Привет. Пожалуйста сделайте,в новой версии возможность записи видео с экрана в AVI файл. Т.К метод показанный Heaven Demo очень тормозной.
  12. [SOLVED] Video Capture

    Hi,who know how make video capture in avi file?(how in fraps). Method in Heaven Demo is very slow
  13. The ogv file, the lib theora it's not optimized for arm processor, and the next version of theora lib it just an alpha. I want know if add other format inside Unigine how mp4 it's possible ???
×
×
  • Create New...