VideoScribe
Informations
Creator | Message |
---|---|
Paradoxis
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionVideoScribe is a unique way to create engaging animated videos quickly and easily. You are empowered to bring impact to your message without technical or design knowledge. You can create amazing marketing videos, instructional talks, add a visual to your talk or story, bring illustrations to life, show text, logos or photos and keep any audience captivated. Often called Whiteboard animation or Fast Drawing, VideoScribe replicates a stop-motion capture style of drawing that's so popular on commercials... at a fraction of the cost & time. Source code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "Paradoxis" "MozillaFirefox" POL_Wine_SelectPrefix "VideoScribe" POL_Wine_PrefixCreate "1.7.22" POL_System_TmpCreate "VideoScribe" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the installation file to run." "VideoScribe" POL_SetupWindow_wait "Installation in progress." "VideoScribe installation" POL_Wine start /unix "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "http://cloud-files-cdn.sparkol.com/downloads/vs/20001/VideoScribe.msi" POL_SetupWindow_wait "Installation in progress." "VideoScribe installation" POL_Wine start /unix "$POL_System_TmpDir/VideoScribe.msi" fi POL_System_TmpDelete POL_Shortcut "VideoScribeDesktop.exe" "VideoScribe" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
balamku | Monday 1 June 2020 at 17:29 |
balamku
![]()
|
MessageHi, I tried the installer without success. It seems to be build in 2014, so I downloaded the latest version of videoscribe Windows (64bit). I installed Adobe Air and the videoscribe installer installs microsoft Visual C++ 2015 as a prerequistite. I can start the videoscribe.exe und type in my login Data, but it gets stuck in a pop-up which I can only close with an X. No info given in the pop-up. Is there an update for the installer available?
Thanks! Replies |
Paradoxis | Sunday 20 July 2014 at 0:33 |
Paradoxis
![]()
|
InformationThis update has been approved by the team. MessageI'm not sure how to use this strange forum, sorry. Differences@@ -0,0 +1,34 @@ +#!/bin/bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "Paradoxis" "MozillaFirefox" + +POL_Wine_SelectPrefix "VideoScribe" +POL_Wine_PrefixCreate "1.7.22" + +POL_System_TmpCreate "VideoScribe" + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "Please select the installation file to run." "VideoScribe" + POL_SetupWindow_wait "Installation in progress." "VideoScribe installation" + POL_Wine start /unix "$APP_ANSWER" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "http://cloud-files-cdn.sparkol.com/downloads/vs/20001/VideoScribe.msi" + POL_SetupWindow_wait "Installation in progress." "VideoScribe installation" + POL_Wine start /unix "$POL_System_TmpDir/VideoScribe.msi" +fi + +POL_System_TmpDelete + +POL_Shortcut "VideoScribeDesktop.exe" "VideoScribe" + +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "Paradoxis" "MozillaFirefox" POL_Wine_SelectPrefix "VideoScribe" POL_Wine_PrefixCreate "1.7.22" POL_System_TmpCreate "VideoScribe" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the installation file to run." "VideoScribe" POL_SetupWindow_wait "Installation in progress." "VideoScribe installation" POL_Wine start /unix "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "http://cloud-files-cdn.sparkol.com/downloads/vs/20001/VideoScribe.msi" POL_SetupWindow_wait "Installation in progress." "VideoScribe installation" POL_Wine start /unix "$POL_System_TmpDir/VideoScribe.msi" fi POL_System_TmpDelete POL_Shortcut "VideoScribeDesktop.exe" "VideoScribe" POL_SetupWindow_Close exit RepliesSunday 20 July 2014 at 0:33
|
Paradoxis | Sunday 20 July 2014 at 0:22 |
Paradoxis
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,34 @@ +#!/bin/bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "YourNickname" "MozillaFirefox" + +POL_Wine_SelectPrefix "VideoScribe" +POL_Wine_PrefixCreate "1.7.22" + +POL_System_TmpCreate "VideoScribe" + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "Please select the installation file to run." "Mozilla Firefox installation" + POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation" + POL_Wine start /unix "$APP_ANSWER" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "http://mirror3.mirrors.tds.net/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox Setup 7.0.exe" + POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation" + POL_Wine start /unix "$POL_System_TmpDir/Firefox Setup 7.0.exe" +fi + +POL_System_TmpDelete + +POL_Shortcut "firefox.exe" "Mozilla Firefox" + +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "YourNickname" "MozillaFirefox" POL_Wine_SelectPrefix "VideoScribe" POL_Wine_PrefixCreate "1.7.22" POL_System_TmpCreate "VideoScribe" POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the installation file to run." "Mozilla Firefox installation" POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation" POL_Wine start /unix "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "http://mirror3.mirrors.tds.net/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox Setup 7.0.exe" POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation" POL_Wine start /unix "$POL_System_TmpDir/Firefox Setup 7.0.exe" fi POL_System_TmpDelete POL_Shortcut "firefox.exe" "Mozilla Firefox" POL_SetupWindow_Close exit Replies |