• Drive
  • SLR Drive update: new version

Never mind. I reset my laptop and it is working fine now. I should have guessed it was the same answer to 99% of all my IT issues.

doublevr unstickied the discussion .

I've got the message trying to upload the script to handy but it always fail. It's working on other videos. Only have this problem on SLR drive generated AI script. Is this still not working??

    mixbets78 hi, could you let us know if you are using latest version of DeoVR app? And which headset you use?

      Kieshi Hello, the version is 14.6.2880. I think its the latest. And I use a quest 3 headset. It appear a message "trying to resend script" but its always fails. And this happen also on PCVR and in app browser. All the other scripts run. Its only on slr drive the one It was generated a couple a days ago that wont load.

      ttv34
      Well, after the first release, we analyzed the productivity of our AI platform and decided to limit the maximum allowed resolution to 4096x4096. This makes sense for us at the moment. What is the resolution of your video?

        For anyone having bluetooth issues with the handy: It's the firmware causing it and the only way around it that I've found is to use wifi mode.

        Freddie I still can't load the AI script for the Drive generated script. I check everyday. Always says "trying to reupload" or something close to that.
        I'm using PC steam. It shows the heatmap but will not play. It's NOT over 4096x4096
        I see everybody saying the same thing for PC steam. Are you guys aware of the issue and do you know when it will be fixed? It's killing me looking at the scene everyday and not being able to play it because of no script.
        Thanks

          Freddie my video is 8192x4096. Is that because it cannot read the AI generated script file?

            rerun119
            Sorry for inconvenience - I'll check what can be wrong in your case.
            mixbets78
            Are you using PC steam as well?

              We are investigating an issue with scripts, will get back to you once we identify the cause

              Freddie Hello. Yes I use both and in none of them the AI generated script reads. always appears the messagem trying to send the script and nothing happens. On scripts from regular videos works.

                hue04476 we can do anything. Curious about the usecase

                mixbets78
                Yes - with regular videos we are using a bit different technical approach. I'll be back with news on Monday.

                Just to avoid misunderstanding - are you connecting your toy via wi-fi?

                  hue04476
                  .ts file is a bit different animal - quality is pretty low for VR headset. If you know exactly which .ts file is your point of interest - just convert it into MP4 with h.264 video codec. Sounds complicated, but you can try different video convertors software. If the term "command line" doesn't scare you, try following:

                  1. Download and install ffmpeg: https://ffmpeg.org/download.html
                  2. Open command line in the directory where your .ts file is located
                  3. Run ffmpeg -i video.ts -acodec copy -vcodec libx264 video.mp4 command where "video.ts" is the name of your .ts file
                  4. Upload "video.mp4" to SLR drive

                  Hopefully, it will work for you.

                  Freddie I don’t know off hand but they’re like 6 year old videos from BaDoink. It doesn’t make sense to not support? It worked perfectly! Videos like this are 90% of my library I would want to get AI PT

                  @doublevr said itd be fixed in a week.

                  Now @Freddie says it’s not supported.

                  Wtf?

                    ttv34 my bad. Freddie is right

                    ttv34
                    Try out avidemux, it is a free and easy to use video editor. I use it to crop and merge videos to save hard drive space, but you can also convert videos to other formats.