Difference between revisions of "Sandbox"

From vjmedia
(Other)
Line 46: Line 46:
 
**Zamzar is free, easy to use, and produces correctly formatted media. Limited to 100 MB files.
 
**Zamzar is free, easy to use, and produces correctly formatted media. Limited to 100 MB files.
 
*Handbrake [https://handbrake.fr/]
 
*Handbrake [https://handbrake.fr/]
**Handbrake is free and cross platform. It does not always produce correctly formatted files, however.
+
**Handbrake is free and cross platform. It does not '''always''' produce correctly formatted files, however.
 
*VLC [http://www.videolan.org/vlc]
 
*VLC [http://www.videolan.org/vlc]
**Primarily a video player, but also able to convert to MP4 (from the Media > Save/convert menu).  
+
**Primarily a video player, but also able to convert to MP4 (from the Media > Save/convert menu).
 
*FFMPEG [https://www.ffmpeg.org/]
 
*FFMPEG [https://www.ffmpeg.org/]
 +
**The ultimate video converter, but it is a command-line only program. A simple command like this would work for most video files:
 +
**ffmpeg -i inputFile.ext -c:v libx264 -v:b 1000k -c:a copy output.mp4
 +
**However, for some of the more unusual files, a more complex command may be needed
  
 
=== Formatting ===
 
=== Formatting ===
 
Generally, the best video format to use is mp4. The wiki can play other formats including mov, wmv, and flv, but these might not play as reliably. One of the most confusing aspects of video formatting is that the file extension
 
Generally, the best video format to use is mp4. The wiki can play other formats including mov, wmv, and flv, but these might not play as reliably. One of the most confusing aspects of video formatting is that the file extension

Revision as of 16:45, 10 March 2015

"http://youtu.be/sUC-20Z_EKM" Youtube plugin

The media player is loading...

The media player is loading...

The media player is loading...

MediaPlayer plugin The media player is loading...

NOTICE: If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.


Encoding Media

Many formats and techniques exist for compressing, encoding, and packaging audio and visuals into a final video file. A number of different standards exist, and many variations or partial implementations of those standards are out there. This page has suggestions for formatting and tools to ensure that your video file plays correctly on this wiki and in most web browsers.

Tools to encode

On Campus

The following tools are available on campus and can produce files that will work perfectly with all devices.

Tool Name Where is it What to do
Camtasia Studio (Edit and encode) All WPI lab, Tech suite, and Loaner Laptop machines Import Media, Add to timeline, Set video size to "recording dimensions" and then Produce and Share, using the Mp4 Only up to 720p preset. Techsmith's tutorial site: [1]
Adobe Media Encoder (Encode) Library Multimedia Lab, SL 123 Lab, IMGD Labs, Library Anderson Lab B Drop a video onto the interface, change the preset to H.264, and Press the green play button to start encoding.
Adobe Premiere (Edit and Encode) Library Multimedia Lab, SL 123 Lab, IMGD Labs, Library Anderson Lab B Start a new project (click Ok on the settings page), File > Import media, Drop a video onto the timeline, and select File > Export > Media. When the Export box comes up, change the Format (dropdown menu) to H.264 and click Export.

Other

These tools are free, but may require some fiddling to use. They are capable of producing compatible files, but some formats may not work correctly in various circumstances. If you use these tools, test the results!!!

  • Zamzar [2]
    • Zamzar is free, easy to use, and produces correctly formatted media. Limited to 100 MB files.
  • Handbrake [3]
    • Handbrake is free and cross platform. It does not always produce correctly formatted files, however.
  • VLC [4]
    • Primarily a video player, but also able to convert to MP4 (from the Media > Save/convert menu).
  • FFMPEG [5]
    • The ultimate video converter, but it is a command-line only program. A simple command like this would work for most video files:
    • ffmpeg -i inputFile.ext -c:v libx264 -v:b 1000k -c:a copy output.mp4
    • However, for some of the more unusual files, a more complex command may be needed

Formatting

Generally, the best video format to use is mp4. The wiki can play other formats including mov, wmv, and flv, but these might not play as reliably. One of the most confusing aspects of video formatting is that the file extension