Overview
The Movie Masher AMI includes the entire moviemasher.js open source repository, with both its ReactJS client and ExpressJS server. Together they provide the front and back ends of this complete audio/video editing system. Modern JavaScript facilitates a realtime, low resolution preview in the browser, while FFmpeg is utilized under the hood to render a final video from high resolution source material. The result can be formatted and encoded as needed for download or streaming.
Highlights
- Open source under the Mozilla Public License version 2.0, available on Github, NPM, and DockerHub
- Browser preview is SVG based and has no dependencies, while the rest of the editor is implemented as a ReactJS application
- The FFmpeg filter chain mechanism is essentially replicated in the browser, allowing many potential effects to be configured
Details
Typical total price
$0.60/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.medium | $0.025 | $0.046 | $0.071 |
t2.large | $0.05 | $0.093 | $0.143 |
t2.xlarge | $0.10 | $0.186 | $0.286 |
t2.2xlarge | $0.20 | $0.371 | $0.571 |
m4.large | $0.05 | $0.10 | $0.15 |
m4.xlarge | $0.10 | $0.20 | $0.30 |
m4.2xlarge Recommended | $0.20 | $0.40 | $0.60 |
m4.4xlarge | $0.40 | $0.80 | $1.20 |
m4.10xlarge | $1.00 | $2.00 | $3.00 |
m4.16xlarge | $1.60 | $3.20 | $4.80 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
Refunds cannot currently be facilitated, though you can cancel at any time to stop incurring charges
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
New container/content pattern, vector-based masking, transform/color tweening, reorganized inspector.
Additional details
Usage instructions
Access the application by loading the Public DNS Name or Public IP Address of the instance via HTTP in your web browser - use the instance ID as the password and any username when prompted. Server configuration can be provided as User Data in JSON format.
Resources
Vendor resources
Support
Vendor support
General support is available through issue tracking, while help specific to your deployment is available at an hourly prepaid consulting rate support@moviemasher.com
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Test Movie Masher
Transcoding audio and video is extremely processor intensive, so while installation might be possible on most machines it isn't reccommended for all environments. In particular, running alongside a web server is only practical for demonstration purposes. Typically in production a pool of machines is deployed with each instance running a single process solely engaged in transcoding.