Wondershare FILMORA Creative Assets Annual Individual Licence - WONDERSHARE | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
WONDERSHARE

Wondershare FILMORA Creative Assets Annual Individual Licence

SKU: FX012
R 1 693.63
Only 3 left!
Only 3 left in stock - order soon!

Millions of creative assets for Filmora | Royalty-free music, effects, titles & transitions | Updated weekly | Windows & Mac | 12-month individual licence

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Millions of creative assets for Filmora | Royalty-free music, effects, titles & transitions | Updated weekly | Windows & Mac | 12-month individual licence

The Wondershare Filmora Creative Assets Annual Individual Licence gives content creators, marketers, and video editors access to a vast, continuously updated library of ready-to-use creative assets for Filmora on both Windows and Mac. Drag and drop from millions of stock media clips, royalty-free music tracks, sound effects, video effects, title templates, transitions, and stickers — all sourced from within Filmora without the need for third-party stock subscriptions. The library includes over 100,000 royalty-free music tracks, 50,000+ sound effects and video effects, and more than 200 Boris FX and NewBlueFX plug-ins, refreshed on a weekly basis so your content stays current. Assets are available for commercial use while your subscription is active, making it a practical choice for YouTubers, social media creators, freelance editors, small businesses, and corporate communications teams who need consistent, professional-quality output without the overhead of sourcing individual licences. Delivered digitally as a 12-month individual subscription, it activates instantly and works across both Windows and Mac installations of Filmora with no device limit.

Features

  • Access millions of stock media assets for use within Filmora on Windows and Mac
  • 100,000+ royalty-free music tracks included for commercial use while subscribed
  • 50,000+ sound effects and video effects available via drag-and-drop
  • 30,000+ title effects and 10,000+ transitions to match any style or mood
  • 200+ Boris FX and NewBlueFX plug-ins included
  • Library updated weekly with new and trending content
  • No device limit — use on Filmora for Windows or Mac under one licence
  • 12-month individual subscription delivered digitally (ESD)

Specifications

  • Software Category: Video Editing Creative Assets
  • Licence Type: Annual Licence
  • Licence Duration: 12 months
  • Delivery Method: Digital (ESD)
  • Platform: Windows, Mac
  • Edition/Tier: Individual Annual

What's in the Box

  • Wondershare FILMORA Creative Assets Annual Individual Licence x1
Brand Wondershare
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty -
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Wondershare Filmora Business for Windows (Digital Annual License)
WONDERSHARE

Wondershare Filmora Business for Windows (Digital Annual License)

R 2 638.39

Only 4 left - order soon!

Wondershare Filmora Business for Mac (Digital Perpetual License)
WONDERSHARE

Wondershare Filmora Business for Mac (Digital Perpetual License)

R 5 078.18

Only 1 left - order soon!

Wondershare Filmora Business for Windows (Digital Perpetual License)
WONDERSHARE

Wondershare Filmora Business for Windows (Digital Perpetual License)

R 5 078.18

Only 5 left - order soon!

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!