Skip to content

Reel Cool is an in-browser video editor. We set out to make a video editing tool that would be fun to use and wouldn't require a powerful computer to run.

Notifications You must be signed in to change notification settings

saurabharch/reelcool

 
 

Repository files navigation

Reel Cool

Reel Cool is an in-browser video editor. We set out to make a video editing tool that would be fun to use and wouldn't require a powerful computer to run. Visit us at www.reelcool.co to try it out!

CircleCI

Screenshots

Splash Page Making Movies Real-Time Preview Player

Contributors

We are proud to have made Reel Cool as our capstone project at Fullstack Academy!

Browser compatibility

Reel Cool uses the MediaSource Web API to read buffers directly into the video elements. To view and edit videos, you'll need to use a browser that supports MediaSources.

On the desktop, the MediaSource API is supported in Chrome v23+ by default. Firefox v25+ also supports MediaSource, but the user has to switch it on first. IE v11+ supports MediaSource on Windows v8+.

Mobile browsers don't support MediaSource yet, but you can still visit our site from a mobile device to upload videos. When you sign on from the desktop, Reel Cool will show you the videos you uploaded from your mobile.

File formats

We found that the .webm video format was the one that worked best with MediaSource elements. When a user uploads a .webm file, it is immediately embedded into the webpage and ready to use, while the upload happens in the background. Although this functionality doesn't yet enjoy wide cross-browser support, we chose to implement it so that we could explore the possibilities offered by these emerging standards.

To make Reel Cool accessible to more people, the app accepts uploads from any format and performs the conversion itself. That way, you can upload directly from your mobile device, which most likely stores videos in .mp4 or .MOV formats.

When you request a download from Reel Cool, we send you an .mp4 file. We chose that format because it is more widely used than .webm, and accepted by most social sharing services.

About

Reel Cool is an in-browser video editor. We set out to make a video editing tool that would be fun to use and wouldn't require a powerful computer to run.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • HTML 9.3%
  • CSS 4.6%