VideoScribe
Informations
Créateur | Messages |
---|---|
Paradoxis
![]()
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 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. Code source#!/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:
ContribuerMembre | Messages |
balamku | Lundi 1 Juin 2020 à 17:29 |
balamku
![]()
|
MessagesHi, 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! Réponses |
Paradoxis | Dimanche 20 Juillet 2014 à 0:33 |
Paradoxis
![]()
|
InformationCette mise à jour a été acceptée par l'équipe MessagesI'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 Nouveau code source#!/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 RéponsesDimanche 20 Juillet 2014 à 0:33
|
Paradoxis | Dimanche 20 Juillet 2014 à 0:22 |
Paradoxis
![]()
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 Réponses |