iMovie: MPEG-2 camcorder support and the QuickTime MPEG-2 Playback Component


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iMovie: MPEG-2 camcorder support and the QuickTime MPEG-2 Playback Component
# 1  
Old 10-25-2008
iMovie: MPEG-2 camcorder support and the QuickTime MPEG-2 Playback Component

Learn more about iMovie MPEG-2 standard definition support and the Apple QuickTime MPEG-2 component.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

bash. convert mpeg adts to normal mp3

I need script to convert many files of the format MPEG ADTS to a normal mp3. (because my net radio can't play ADTS, for example: file plik.mp3 plik.mp3: MPEG ADTS, layer III, v1, 128 kBits, 44.1 kHz, JntStereo not play file beautiful.mp3 beautiful.mp3: Audio file with ID3 version 23.0 tag,... (6 Replies)
Discussion started by: stahoo23
6 Replies

2. Linux

hey where can i download a MPEG player for linux

where can i download these: 1.wma player 2. mpeg player 3..dat player (10 Replies)
Discussion started by: wojtyla
10 Replies
Login or Register to Ask a Question
DVBCUT(1)						      General Commands Manual							 DVBCUT(1)

NAME
dvbcut - Qt application for cutting parts out of DVB streams SYNOPSIS
dvbcut [ -idx indexfile ] [ mpegfile ] dvbcut projectfile dvbcut -generateidx -idx indexfile mpegfile DESCRIPTION
DVBCUT is a Qt application that allows you to select certain parts of an MPEG transport stream (as received via Digital Video Broadcasting, DVB) and save these parts into a single MPEG output file. It follows a ``keyhole surgery'' approach where the input video and audio data is mostly kept unchanged, and only very few frames at the beginning and/or end of the selected range are re-encoded in order to obtain a valid MPEG file. DVBCUT needs to create index information on an MPEG file first. Therefore, when loading an MPEG transport stream file, it also asks you for a filename of an index file. If you choose an existing file, it is loaded and used as index if suitable. (That means, that dvbcut performs some sanity checks on the index itself and also checks if the index describes the chosen MPEG file.) If you select a file which does not yet exist, dvbcut creates the necessary index in place. OPTIONS
-idx indexfile Use indexfile as index. -generateidx Do not show the graphical user interface, only generate an index. AUTHOR
dvbcut was written by Sven Over <svenover@svenover.de>. November 27, 2005 DVBCUT(1)