Search found 550 matches

by gpvillamil
Mon Mar 11, 2019 22:27
Forum: Problems? Bugs? Solutions!
Topic: DXV3 plugins for Adobe doing weird things
Replies: 2
Views: 4684

DXV3 plugins for Adobe doing weird things

I noticed something very strange. Ever since installing DXV3 codec, my media type info in After Effects 2019 is a little strange: Screen Shot 2019-03-11 at 2.23.23 PM.png Note how the media type is "DXV3MediaCoreImport". It used to be "Quicktime". Everything still works, but it j...
by gpvillamil
Fri Mar 08, 2019 22:42
Forum: General Chat
Topic: final video
Replies: 5
Views: 6914

Re: final video

NDI is now supported natively in Resolume Arena 6, both as as an output and as a source. So you would start Resolume, select NDI in the Output menu, then start VMix or OBS and select the Resolume NDI stream as your input. You need to install the NDI plugins for OBS: https://github.com/Palakis/obs-nd...
by gpvillamil
Wed Mar 06, 2019 20:02
Forum: General Chat
Topic: Converting MJPEG AVI to MJPEG MOV on MacOS?
Replies: 2
Views: 4957

Re: Converting MJPEG AVI to MJPEG MOV on MacOS?

Quicktime player did NOT like my MJPEG files converted with straight across copy, however re-encoding with ffmpeg at a high quality setting worked well: ffmpeg -i infile.avi -c:v mjpeg -q:v 3 outfile.mov The default quality setting yielded very poor quality files that were about 1/4 of the size of t...
by gpvillamil
Wed Feb 27, 2019 15:25
Forum: Developers Developers Developers
Topic: FFT Settings or Replacement
Replies: 7
Views: 16503

Re: FFT Settings or Replacement

Have you tried ASIO4ALL driver?

http://www.asio4all.org

Once installed, it will appear as an additional input and output in Resolume. It should have better performance.
by gpvillamil
Mon Feb 18, 2019 20:07
Forum: News! Extra! Extra! Read all about it!
Topic: World wide FFGL plugins list
Replies: 17
Views: 86432

Re: World wide FFGL plugins list

How about the 360 VJ plugins?

https://github.com/DanielArnett/360-VJ

I use these quite a bit, works really well with footage from a Ricoh Theta camera or similar
by gpvillamil
Fri Feb 15, 2019 21:25
Forum: Problems? Bugs? Solutions!
Topic: MacBook Pro mid 2014 Arena 6.1.2 crash
Replies: 3
Views: 5793

Re: MacBook Pro mid 2014 Arena 6.1.2 crash

I have a mid 2015 MacBook Pro with Retina Display, and I have had a similar thing starting yesterday. I downloaded Resolume 6.1.2, did some messing around with NDI sources, then this morning Resolume would crash on startup. I tried deleting the Preferences subfolder within the Resolume Arena 6 folde...
by gpvillamil
Sun Dec 30, 2018 21:17
Forum: General Chat
Topic: Remotely controlling Arena
Replies: 17
Views: 18433

Re: Remotely controlling Arena

There are two good strategies for this: 1) Use VNC or something similar to remotely access the PC 2) Setup Resolume on your control PC and your show PC, enable OSC output on the control PC and OSC input on the show PC, make sure the IP addresses are correct, and you should be able to have the show P...
by gpvillamil
Tue Dec 18, 2018 20:03
Forum: Problems? Bugs? Solutions!
Topic: How to Match Source encoding DXV in Adobe?
Replies: 4
Views: 5879

Re: How to Match Source encoding DXV in Adobe?

I'm sure you know this, but there is an "official" HAP encoder for Adobe, and it is open source. https://github.com/disguise-one/hap-encoder-adobe-cc Perhaps you could look at how they get the Match Source feature to work? In general Alley has been great, but there are a couple of use case...
by gpvillamil
Tue Dec 18, 2018 01:18
Forum: Problems? Bugs? Solutions!
Topic: How to Match Source encoding DXV in Adobe?
Replies: 4
Views: 5879

How to Match Source encoding DXV in Adobe?

So I'd like to re-encode a bunch of videos into DXV using Adobe Media Encoder (there are... reasons) and I notice that a couple of useful parameters are missing. When setting the video size, the default is 1920 x 1080. I'd like to be able to "Match Source" for the video size, since I have ...
by gpvillamil
Tue Dec 18, 2018 00:53
Forum: General Chat
Topic: Converting MJPEG AVI to MJPEG MOV on MacOS?
Replies: 2
Views: 4957

Re: Converting MJPEG AVI to MJPEG MOV on MacOS?

aha!

ffmpeg with the "-c copy" option copies the video streams into a new container without re-encoding.

MJPEG in particular is a codec that is well supported across both platforms.