Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

How do I add a narration textbox during a video?

  • #1, by madisongeronimo 9 years ago Zitieren
    I was wondering how could you add a narration textbox during a movie? 
  • #2, by afrlme 9 years ago Zitieren
    I was wondering how could you add a narration textbox during a movie? 

    I believe Simon mentioned something about now being able to directly add videos into the scenes in 5.x, but that requires Lua script.

    Anyway, if you use mkv video format then you can embed multiple audio & subtitle languages into each video. One of the other members on here like Ke4, will likely be able better explain how to sort out videos & add subtitles to them as he spent a while getting them to work for the game he's working on.
  • #3, by ke4 9 years ago Zitieren
    Sure, if that's what you need i can explain it in more details.
  • #4, by dorobo 9 years ago Zitieren


    I believe Simon mentioned something about now being able to directly add videos into the scenes in 5.x, but that requires Lua script.



    Im really interested if this thing really works? So a game could run as normal while having video playing? I would gladly use it. 
  • #5, by ke4 9 years ago Zitieren
    In the docs there's something called movieOpen(file)
    Can't tell you how that works though.

    This is what i would expect to be like:

    local movie = graphics.movieOpen("vispath:resources/videos/intro.mkv")
    
    movie.draw(0,0,1280,720)