www.actionvfx.com Open in urlscan Pro
2606:4700:21::681b:cd57  Public Scan

Submitted URL: http://www.actionvfx.com/
Effective URL: https://www.actionvfx.com/
Submission: On July 24 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="text-white mx-auto w-2/3 md:w-1/3 flex flex-col gap-6">
  <div class="text-center font-semibold text-[28px]">Log In To Your Account</div>
  <div class="messages-container" data-testid="messagesContainer"></div>
  <div class="input-container full email-input"><input cy-test-id="text-input" class="w-full py-3 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white" type="text" name="email" placeholder="Email Address" autocomplete="email"></div>
  <div class="">
    <div class="input-container "><input cy-test-id="password-input" class="w-full py-3 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white disabled:opacity-[0.75]" name="password" type="password" placeholder="Password"
        autocomplete="current-password"></div>
    <div class="text-right my-3 text-[15px]"><a class="text-a-blue" href="/users/reset">Forgot password?</a></div>
  </div><button class="button uppercase bg-a-blue rounded-[5px] pt-4 pb-5 text-[18px] eurostile font-semibold h-[56px] hover:bg-[#24C1FF]" type="submit">sign in</button>
  <div class="text-[15px] text-a-light-gray">Don't have a free account yet? <a class="text-a-blue" href="/#">Create Account</a></div>
</form>

<form class="text-white mx-auto w-2/3 md:w-1/3 flex flex-col gap-6">
  <div class="text-center font-semibold text-[28px]">Create Your Free Account</div>
  <div class="messages-container" data-testid="messagesContainer"></div>
  <div class="flex gap-6">
    <div class="input-container w-full"><input cy-test-id="text-input" class="w-full py-3 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white" type="text" name="firstName" placeholder="First Name" autocomplete="given-name"></div>
    <div class="input-container w-full"><input cy-test-id="text-input" class="w-full py-3 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white" type="text" name="lastName" placeholder="Last Name" autocomplete="family-name"></div>
  </div>
  <div class="flex gap-6 w-full">
    <div class="input-container w-full"><input cy-test-id="text-input" class="w-full py-3 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white" type="text" name="email" placeholder="Email Address" autocomplete="email"></div>
  </div>
  <div class="flex gap-6 w-full">
    <div class="w-full"><select name="customerType" class="py-[14px] px-3 w-full border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-[15px] text-gray-500">
        <option value="" class="bg-gray-800">Select Account Type</option>
        <option class="bg-gray-800" value="IndividualUser">Individual / Freelancer</option>
        <option class="bg-gray-800" value="BusinessUser">Studio / Business</option>
        <option class="bg-gray-800" value="EducatorUser">School</option>
      </select></div>
    <div class="input-container w-full"><input cy-test-id="text-input" class="w-full py-3 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white" type="text" name="company" placeholder="Company (optional)" autocomplete="false"></div>
  </div>
  <div class="w-full">
    <div class="input-container "><input cy-test-id="password-input" class="w-full py-3 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white disabled:opacity-[0.75]" name="password" type="password" placeholder="Password"
        autocomplete="new-password"></div>
  </div><button class="button uppercase bg-a-blue rounded-[5px] pt-4 pb-5 text-[18px] eurostile font-semibold" type="submit">Get Started</button>
  <div class="text-[15px] text-a-light-gray">Already have an account? Please <a class="text-a-blue" href="/#">Sign In</a></div>
</form>

<form cy-test-id="active-campaign-form" class="w-full md:max-w-[340px] block">
  <h1 class="inter mb-4 font-medium text-[14px] leading-[22px] text-white uppercase">connect with us</h1>
  <p class="mb-4 font-light text-[14px] leading-[22px] text-[#7f898d]">Stay updated with ActionVFX news, offers, and promotions.</p>
  <div class="mb-6">
    <div cy-test-id="active-campagin-input-group" class="w-full mb-2.5"><span class="text-white text-[14px] leading-[22px] mb-[5px] block">First Name *</span>
      <div class="input-container full email-input "><input class="basicInput w-full py-1 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white text-[16px] focus:outline-0 focus:border-1 focus:border-[#00A1E0]" type="text" name=""
          placeholder="First Name" required=""></div>
    </div>
    <div cy-test-id="active-campagin-input-group" class="w-full mb-2.5"><span class="text-white text-[14px] leading-[22px] mb-[5px] block">Last Name *</span>
      <div class="input-container full email-input "><input class="basicInput w-full py-1 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white text-[16px] focus:outline-0 focus:border-1 focus:border-[#00A1E0]" type="text" name=""
          placeholder="Last Name" required=""></div>
    </div>
    <div cy-test-id="active-campagin-input-group" class="w-full mb-2.5"><span class="text-white text-[14px] leading-[22px] mb-[5px] block">Email *</span>
      <div class="input-container full email-input "><input class="basicInput w-full py-1 px-4 border bg-[#252B2D] border-[#4D5457] rounded-[5px] text-white text-[16px] focus:outline-0 focus:border-1 focus:border-[#00A1E0]" type="email" name=""
          placeholder="Email Address" required=""></div>
    </div>
  </div>
  <div cy-test-id="captcha"></div><button
    class="bg-a-blue hover:bg-[#24C1FF] text-white w-full block disabled:opacity-75 border-0 uppercase font-[Eurostile] tracking-wide text-[17px] font-semibold rounded-[5px] transition-colors duration-100 !h-[56px] cursor-pointer !text-white flex justify-center items-center"
    disabled="" cy-test-id="main-link-button">subscribe</button>
</form>

Text Content

We value your privacy

We use cookies to analyze web traffic and offer a more personalized browsing
experience that is relevant to you. If you continue you consent to our privacy
policy & use of cookies. Privacy Policy

Reject Accept
Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions.
You will find detailed information about all cookies under each consent category
below.

The cookies that are categorized as "Necessary" are stored on your browser as
they are essential for enabling the basic functionalities of the site. ... Show
more


NecessaryAlways Active

Necessary cookies are required to enable the basic features of this site, such
as providing secure log-in or adjusting your consent preferences. These cookies
do not store any personally identifiable data.

 * Cookie
   _GRECAPTCHA
 * Duration
   6 months
 * Description
   Google Recaptcha service sets this cookie to identify bots to protect the
   website against malicious spam attacks.

 * Cookie
   intercom-id-*
 * Duration
   8 months 26 days 1 hour
 * Description
   Intercom sets this cookie that allows visitors to see any conversations
   they've had on Intercom websites.

 * Cookie
   intercom-session-*
 * Duration
   7 days
 * Description
   Intercom sets this cookie that allows visitors to see any conversations
   they've had on Intercom websites.

 * Cookie
   intercom-device-id-*
 * Duration
   8 months 26 days 1 hour
 * Description
   Intercom sets this cookie that allows visitors to see any conversations
   they've had on Intercom websites.

 * Cookie
   __cf_bm
 * Duration
   1 hour
 * Description
   This cookie, set by Cloudflare, is used to support Cloudflare Bot Management.

 * Cookie
   PHPSESSID
 * Duration
   session
 * Description
   This cookie is native to PHP applications. The cookie stores and identifies a
   user's unique session ID to manage user sessions on the website. The cookie
   is a session cookie and will be deleted when all the browser windows are
   closed.

Functional


Functional cookies help perform certain functionalities like sharing the content
of the website on social media platforms, collecting feedback, and other
third-party features.

 * Cookie
   _hjAbsoluteSessionInProgress
 * Duration
   1 hour
 * Description
   Hotjar sets this cookie to detect a user's first pageview session, which is a
   True/False flag set by the cookie.

 * Cookie
   li_gc
 * Duration
   6 months
 * Description
   Linkedin set this cookie for storing visitor's consent regarding using
   cookies for non-essential purposes.

 * Cookie
   lidc
 * Duration
   1 day
 * Description
   LinkedIn sets the lidc cookie to facilitate data center selection.

 * Cookie
   cw_conversation
 * Duration
   1 year
 * Description
   Chatwoot sets this cookie is used by the live support application to reload
   the chat details of the user returning to the website.

 * Cookie
   UserMatchHistory
 * Duration
   1 month
 * Description
   LinkedIn sets this cookie for LinkedIn Ads ID syncing.

Analytics


Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics such as the number of
visitors, bounce rate, traffic source, etc.

 * Cookie
   _gcl_au
 * Duration
   3 months
 * Description
   Google Tag Manager sets the cookie to experiment advertisement efficiency of
   websites using their services.

 * Cookie
   _ga
 * Duration
   1 year 1 month 4 days
 * Description
   Google Analytics sets this cookie to calculate visitor, session and campaign
   data and track site usage for the site's analytics report. The cookie stores
   information anonymously and assigns a randomly generated number to recognise
   unique visitors.

 * Cookie
   _ga_*
 * Duration
   1 year 1 month 4 days
 * Description
   Google Analytics sets this cookie to store and count page views.

 * Cookie
   _fbp
 * Duration
   3 months
 * Description
   Facebook sets this cookie to display advertisements when either on Facebook
   or on a digital platform powered by Facebook advertising after visiting the
   website.

 * Cookie
   _hjFirstSeen
 * Duration
   1 hour
 * Description
   Hotjar sets this cookie to identify a new user’s first session. It stores the
   true/false value, indicating whether it was the first time Hotjar saw this
   user.

 * Cookie
   _hjSessionUser_*
 * Duration
   1 year
 * Description
   Hotjar sets this cookie to ensure data from subsequent visits to the same
   site is attributed to the same user ID, which persists in the Hotjar User ID,
   which is unique to that site.

 * Cookie
   _hjSession_*
 * Duration
   1 hour
 * Description
   Hotjar sets this cookie to ensure data from subsequent visits to the same
   site is attributed to the same user ID, which persists in the Hotjar User ID,
   which is unique to that site.

 * Cookie
   prism_*
 * Duration
   1 month
 * Description
   Active Campaign sets this cookie to track and store interactions.

 * Cookie
   _gid
 * Duration
   1 day
 * Description
   Google Analytics sets this cookie to store information on how visitors use a
   website while also creating an analytics report of the website's performance.
   Some of the collected data includes the number of visitors, their source, and
   the pages they visit anonymously.

 * Cookie
   _gat_UA-*
 * Duration
   1 minute
 * Description
   Google Analytics sets this cookie for user behaviour tracking.

 * Cookie
   cb_group_id
 * Duration
   1 year
 * Description
   Clearbit sets this cookie to track page views and traits for Clearbit.

 * Cookie
   cb_anonymous_id
 * Duration
   1 year
 * Description
   Clearbit sets this cookie to track page views and traits for Clearbit.

 * Cookie
   _gat_gtag_UA_*
 * Duration
   1 minute
 * Description
   Google Analytics sets this cookie to store a unique user ID.

 * Cookie
   CONSENT
 * Duration
   2 years
 * Description
   YouTube sets this cookie via embedded YouTube videos and registers anonymous
   statistical data.

 * Cookie
   _gd*
 * Duration
   session
 * Description
   Google sets this cookie to allow the use of Google Analytics service for
   anonymous visitor tracking on the website. Google Analytics is used to
   compile reports and improve the site.

 * Cookie
   AnalyticsSyncHistory
 * Duration
   1 month
 * Description
   Linkedin set this cookie to store information about the time a sync took
   place with the lms_analytics cookie.

 * Cookie
   _hjTLDTest
 * Duration
   session
 * Description
   To determine the most generic cookie path that has to be used instead of the
   page hostname, Hotjar sets the _hjTLDTest cookie to store different URL
   substring alternatives until it fails.

 * Cookie
   vuid
 * Duration
   1 year 1 month 4 days
 * Description
   Vimeo installs this cookie to collect tracking information by setting a
   unique ID to embed videos on the website.

Performance


Performance cookies are used to understand and analyze the key performance
indexes of the website which helps in delivering a better user experience for
the visitors.

 * Cookie
   _gat
 * Duration
   1 minute
 * Description
   Google Universal Analytics sets this cookie to restrain request rate and thus
   limit data collection on high-traffic sites.

Advertisement


Advertisement cookies are used to provide visitors with customized
advertisements based on the pages you visited previously and to analyze the
effectiveness of the ad campaigns.

 * Cookie
   test_cookie
 * Duration
   15 minutes
 * Description
   doubleclick.net sets this cookie to determine if the user's browser supports
   cookies.

 * Cookie
   bcookie
 * Duration
   1 year
 * Description
   LinkedIn sets this cookie from LinkedIn share buttons and ad tags to
   recognize browser IDs.

 * Cookie
   cb_user_id
 * Duration
   1 year
 * Description
   Clearbit sets this cookie to collect data on visitors. This information is
   used to assign visitors into segments, making website advertising more
   relevant.

 * Cookie
   li_sugr
 * Duration
   3 months
 * Description
   LinkedIn sets this cookie to collect user behaviour data to optimise the
   website and make advertisements on the website more relevant.

 * Cookie
   YSC
 * Duration
   session
 * Description
   Youtube sets this cookie to track the views of embedded videos on Youtube
   pages.

 * Cookie
   VISITOR_INFO1_LIVE
 * Duration
   6 months
 * Description
   YouTube sets this cookie to measure bandwidth, determining whether the user
   gets the new or old player interface.

 * Cookie
   IDE
 * Duration
   1 year 24 days
 * Description
   Google DoubleClick IDE cookies store information about how the user uses the
   website to present them with relevant ads according to the user profile.

 * Cookie
   yt-remote-device-id
 * Duration
   never
 * Description
   YouTube sets this cookie to store the user's video preferences using embedded
   YouTube videos.

 * Cookie
   yt.innertube::nextId
 * Duration
   never
 * Description
   YouTube sets this cookie to register a unique ID to store data on what videos
   from YouTube the user has seen.

 * Cookie
   yt-remote-connected-devices
 * Duration
   never
 * Description
   YouTube sets this cookie to store the user's video preferences using embedded
   YouTube videos.

 * Cookie
   yt.innertube::requests
 * Duration
   never
 * Description
   YouTube sets this cookie to register a unique ID to store data on what videos
   from YouTube the user has seen.

 * Cookie
   bscookie
 * Duration
   1 year
 * Description
   LinkedIn sets this cookie to store performed actions on the website.

 * Cookie
   fr
 * Duration
   3 months
 * Description
   Facebook sets this cookie to show relevant advertisements by tracking user
   behaviour across the web, on sites with Facebook pixel or Facebook social
   plugin.

Uncategorized


Other uncategorized cookies are those that are being analyzed and have not been
classified into a category as yet.

 * Cookie
   __cflb
 * Duration
   1 hour
 * Description
   This cookie is used by Cloudflare for load balancing.

 * Cookie
   _ju_v
 * Duration
   30 minutes
 * Description
   No description available.

 * Cookie
   cl5810fytktsem_source
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   cl5810fytktsem_session_starts
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   cl5810fytktsem_session_ends
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   cl5810fytktsem_utmParams
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   cl5810fytktsem_uid
 * Duration
   1 year
 * Description
   Description is currently not available.

 * Cookie
   cl5810fytktsem_sid
 * Duration
   1 year
 * Description
   Description is currently not available.

 * Cookie
   cl5810fytktsem_gid
 * Duration
   1 year
 * Description
   Description is currently not available.

 * Cookie
   _hjIncludedInSessionSample_2785860
 * Duration
   1 hour
 * Description
   Description is currently not available.

 * Cookie
   _ju_dm
 * Duration
   1 day
 * Description
   Description is currently not available.

 * Cookie
   _ju_dn
 * Duration
   1 month
 * Description
   No description available.

 * Cookie
   __Host-next-auth.csrf-token
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   __Secure-next-auth.callback-url
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   _ju_dc
 * Duration
   1 year
 * Description
   No description available.

 * Cookie
   _ju_pn
 * Duration
   1 hour
 * Description
   No description available.

 * Cookie
   debug
 * Duration
   never
 * Description
   No description available.

 * Cookie
   __tld__
 * Duration
   session
 * Description
   Description is currently not available.

 * Cookie
   cb%3Atest
 * Duration
   1 year
 * Description
   Description is currently not available.

 * Cookie
   VISITOR_PRIVACY_METADATA
 * Duration
   6 months
 * Description
   Description is currently not available.

 * Cookie
   pfjs%3Acookies
 * Duration
   1 year
 * Description
   Description is currently not available.

 * Cookie
   destination_url
 * Duration
   session
 * Description
   No description available.

Reject Save My Preferences Accept
Powered by
Home
 * 
   2D Elements
   
 * 
   3D Assets
   New!
 * 
   Practice Footage
   
   
 * Learn
   * Practice Footage
   * Tutorials
   * Blog
 * Community
   * Join our Discord
   * Request a Product
   * Testimonials
 * Join AVFX+

Sign In


Log In To Your Account


Forgot password?
sign in
Don't have a free account yet? Create Account
Create Your Free Account



Select Account TypeIndividual / FreelancerStudio / BusinessSchool


Get Started
Already have an account? Please Sign In
Your Cart

Cart is Empty

Close Menu




PRODUCTION-QUALITY VFX ASSETS
FOR MOVIES & GAMES

2D Elements

3D Assets

Practice Footage

 * 2D Elements
    * 2D Elements
    * 3D Assets
    * Practice Footage


Trending Products
2D Elements

Stock Footage and textures for VFX

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

3D Assets

3D Models, VDBs, and more assets

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Practice Footage

Learn VFX with our free plates

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


MUZZLE FLASHES VOL. 2

116
Building Fire Essentials
50
Bleeding Wounds
21
Meteors
36
Cold Breath
30
ALL 2D Elements

2D Elements

Stock Footage and textures for VFX




MUZZLE FLASHES VOL. 2

116


BUILDING FIRE ESSENTIALS

50


BLEEDING WOUNDS

21


METEORS

36


COLD BREATH

30


BULLET HITS

45


DUST EXPLOSION CLOSE-UPS

32


SMALL SCALE SMOKE PLUMES

34


BLOOD SPLATTER VOL. 2

32


GUN SMOKE VOL. 2

30


FLAMETHROWERS

30


SPINNING PROPELLER BLADES

20


BLOOD HITS

45


DIRT BULLET HITS

30


BURNING POLES

50


BUGS

26


LIGHT RAIN

20


CONCERT CROWDS VOL. 2

345


ATMOSPHERIC SMOKE & FOG VOL. 3

46


BODY FIRE

50
all 2D Elements
3D Assets

3D Models, VDBs, and more assets




WILD WESTERN CANYONS

9


3D GROUND FIRES

10


GROUND IMPACT DUST

9


INDUSTRIAL FAN

1


VINYL BASKET TRUCK

1


CARDBOARD SHIPPING BOXES

3


INDUSTRIAL TRASH BIN

1


INDUSTRIAL BARRELS

2


PLASTIC CRATES

2


FLAT BELT CONVEYORS

2


GRAVITY CONVEYOR BELTS

2


HAND TRUCK DOLLY

2


INDUSTRIAL DUMPSTER

1


SAFETY LADDER

1


INDUSTRIAL SHELF

1


SHIPPING CRATES

2


DUST TRAILS

5


CUMULUS CLOUDS

66


AH-64 APACHE HELICOPTER

1


HIGH-IMPACT GAS EXPLOSIONS

20
all 3D Assets
Practice Footage

Learn VFX with our free plates




SOLDIERS DRAG WOUNDED ALLY

11


POST-APOCALYPTIC DRONE ATTACK

9


SUPERVILLAIN WITH ELECTRICITY POWERS

13


ASTRONAUT WALKING ON GREEN SCREEN

12


DAYTIME CAR INTERIOR SCENE

12


WOMAN ESCAPES GUARDS WITH EXPLOSION

8


NIGHT TIME CAR INTERIOR SCENE

9


HUGE ROBOT LANDING IN PARKING LOT

8


AERIALS OF CLASSIC CAR ON BRIDGE

6


AERIALS OF CLASSIC CAR ON ROAD

7


MAN OVERLOOKING A CITY UNDER ATTACK

1


COUPLE RUNNING IN FOREST

17


AERIALS OF CITY AT NIGHT

5


SOCCER PLAYER WALKING INTO STADIUM

7


AERIALS OF CITY AT DAY

6


SPORTS PLAYER CELEBRATING A GOAL

3


MAN MAKES BUILDING SWEEP

1


AERIALS OF CITY AT DUSK

5


MAN CRAWLING IN BURNING ROOM

2


SOLDIER RUNNING FROM EXPLOSION

2
all Practice Footage


USED IN




FLEXIBLE PRICING TO FIT YOUR BUDGET

Whether you're a hobbyist or a major studio, our 3 purchasing options ensure
that ActionVFX is affordable for you.


OPTION 1


BUY INDIVIDUAL ASSETS

Want only one asset? No problem! Buy the individual clips that you need. Clip
prices start at $20

Browse Assets


OPTION 2


BUY COLLECTIONS

If you want multiple assets from the same collection, buy the whole pack and get
a massive discount! Collection prices start at $99.

Browse Collections


OPTION 3


JOIN AVFX+

Supercharge your ActionVFX experience with our AVFX+ Subscription. Get free
access to select products, exclusive discounts, and more.

View our plans


USE IN ANY SOFTWARE

Our elements work in any software that supports ProRes files.


Browse Tutorials


I probably wouldn't recommend ActionVFX to other VFX studios because I think it
would give them an edge over me. So, I would prefer the competitive edge for
myself.

Chris LeDoux
Founder and Senior VFX Supervisor at Crafty Apes
 * 


TRUSTED BY OVER 300,000 CREATIVES AROUND THE GLOBE

Don't take our word for it, see what others are saying about our product

See all testimonials


OUR 3D ASSETS ARE NOW AVAILABLE!

PRODUCTION-READY 3D MODELS AND ANIMATED VDBS ARE HERE! CHECK THEM OUT!

View 3D Assets

ActionVFX is the only resource you need for production-quality stock footage.
VFX is hard, but with our library at your disposal, achieving great results is
possible and fast!

Read our story

PRODUCT

 * All Collections
 * License Agreement
 * Request a Product
 * Release Schedule

CONTENT

 * Tutorials
 * Blog

COMPANY

 * About Us
 * Testimonials
 * Affiliate Program
 * Brand Resources
 * Jobs

SUPPORT

 * support@actionvfx.com
 * sales@actionvfx.com
 * FAQ


CONNECT WITH US

Stay updated with ActionVFX news, offers, and promotions.

First Name *

Last Name *

Email *


subscribe

© 2024 RodyPolis LLC. All rights reserved.
TermsPrivacyLicense Agreement





word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1