0

help please - hdmi outputs no ac3

how can i pass through ac3 via the hdmi port with BRIGHTSCRIPT?

i tried v.SetAudioOutput(4) but no chance...

 

and no, i'm not using brightsign author,

doesn't make a sense for art installation work...

2 comments

  • 0
    Avatar
    Bright Scripters

    Would be easier to help you, if you attach your script to the post, although it might save you some time, to use BrightAuthor in this case.

    If you must still use BrightScript for other reasons, you can still create a plugin for BrightAuthor.

  • 0
    Avatar
    marcel

    hi,

    thanks for your response!

    i'm on mac and the new release doesn't work for any of my film conversions,

    i tried ffmpeg, ffworks, adobe media encoder etc. with hevc in mp4 containers, mov containers whatever.

    so i need to go again the analog way :-(

    here is my script:

    v=CreateObject("roVideoPlayer")
    v.SetLoopMode(true)
    v.SetVolume(90)
    v.PlayFile("film.mp4")
    mode = CreateObject("roVideoMode")
    mode.SetMode("1920x1080x25p")
    while true
    sleep(10000)
    end while

Please sign in to leave a comment.