keen2write
Level 1
Write the reason you're deleting this FAQ
I seen few sellers offering whiteboard services which I am keen on learning how they do this as would like to try it my self. Is there a special software they use to make these videos for members. Also as any of you ordered any of these I just ordered one a moment ago so I can have it on youtube for one of my business sites. I hope its good anyway I would like to learn how this is done and how I could do it as I am very keen to learn new things and may want to also have this as one of my services.
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='21653' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='21653' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='322073' | 1 | SELECT * FROM seoclerks.members WHERE USERID='322073' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=322073 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=322073 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=21653 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=21653
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='21653' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='21653' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=115026 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=115026
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=115030 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=115030
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='21653' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='21653' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='21653' AND status='1' AND (question like '%How members whiteboard videos ?%' OR question like '%members%' OR question like '%whiteboard%' OR question like '%videos%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='21653' AND status='1'
AND (question like '%How members whiteboard videos ?%' OR question like '%members%' OR question like '%whiteboard%' OR question like '%videos%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='17031' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3764' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3764' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='43' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='43' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1535' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1535' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=21653%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=21653%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='322073.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
idealmike
Video editing and curation software is different though and usually much better for that purpose as it's much more powerful and lets you get really creative from scratch without having to edit some template and it's independent and stand alone and you don't have to pay a subscription usually. You'll have to only pay for the software itself although some video editing software comes with a subscription plan.
This is actually a massive niche now and has taken off exponentially and substantially over the past few years. Some examples of good online animated whiteboard video creation sites are rawshorts.com and videoscribe.co, thedrawshop.com or wizmotions.com. Some of those provide both online versions and the software as well.
However some of the best animated video creation softwares are Easy Sketch Pro and TTS Sketch Maker, GoAnimate. Explaindio and VideoScribe. Mind you, they're all fairly intuitive to use and have tons of tutorials and that but do have a bit of a learning curve. But they are very addictive and fun to play around in and you can become an expert in them in no time and then start selling that as a service.
Or just make some awesome animated whiteboard videos for your own reasons!
Hope this helps! Yes it's done in video editing software mostly. There are a few online services you can do it in as well and some of them are quite good since they provide you with a lot of template videos and elements, images, styles, animations etc etc that you can import from their library and use in your video. However, the really good online whiteboard video creation services are quite costly and unless you're churning out a lot of them and selling them it could really eat into your budget. Some of them are quite good for one off uses though but not many of them let you purchase just the one video and want more money for any elements and things you added into it. Video editing and curation software is different though and usually much better for that purpose as it's much more powerful and lets you get really creative from scratch without having to edit some template and it's independent and stand alone and you don't have to pay a subscription usually. You'll have to only pay for the software itself although some video editing software comes with a subscription plan. This is actually a massive niche now and has taken off exponentially and substantially over the past few years. Some examples of good online animated whiteboard video creation sites are rawshorts.com and videoscribe.co, thedrawshop.com or wizmotions.com. Some of those provide both online versions and the software as well. However some of the best animated video creation softwares are Easy Sketch Pro and TTS Sketch Maker, GoAnimate. Explaindio and VideoScribe. Mind you, they're all fairly intuitive to use and have tons of tutorials and that but do have a bit of a learning curve. But they are very addictive and fun to play around in and you can become an expert in them in no time and then start selling that as a service. Or just make some awesome animated whiteboard videos for your own reasons! :) Hope this helps!
Are you sure you want to delete this post?