Changes between Version 54 and Version 55 of UbuntuCompilationGuide
- Timestamp:
- 03/04/2013 01:57:50 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuide
v54 v55 132 132 == Optional Installation == 133 133 === qt-faststart === 134 This is a useful tool if you're showing your H.264 in MP4 videos on the web. It relocates some data in the video to allow playback to begin before the file is completely downloaded. Usage: `qt-faststart input.mp4 output.mp4`. 134 This is a useful tool if you're showing your H.264 in MP4 videos on the web. It relocates some data in the video to allow playback to begin before the file is completely downloaded. Usage: `qt-faststart input.mp4 output.mp4`. When converting files with ffmpeg you can add `-movflags faststart` to have the same effect. 135 135 {{{ 136 136 cd ~/ffmpeg


