Search found 2 matches

by Detlef
Wed Oct 18, 2017 6:12 pm
Forum: Multimedia
Topic: How do i build a movie with music out of photos and soundfile mp3
Replies: 3
Views: 6295

How do i build a movie with music out of photos and soundfile mp3

Hello,
i am new on LiveCode and maybe my idea is to complex and LiveCode is not the rigth tool.
I want to create an Movie where i can see my vacation Photos within an movie (mpg4, avi or whatever)
Why an movie ?
Additional i would like to add some sound file underneath my photos .

My target would ...
by Detlef
Wed Oct 18, 2017 5:44 pm
Forum: Linux
Topic: LiveCode doesn't work on Linux (Debian Jessie)
Replies: 20
Views: 30812

Re: LiveCode doesn't work on Linux (Debian Jessie)

Hello,
this article was very helpfull and the post from MaxV inspire me to create two files.
myuser must exchange with the correct user !

StartLiveCode.sh

#!/bin/bash
cd /home/ myuser /.runrev/components/livecodecommunity-8.1.6.x86_64
export LC_ALL= LC_NUMERIC=C
export LIBGL_DRI3_DISABLE=1 ...