iMovie does not work with muxed MPEG-1 and MPEG-2 clips

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iMovie does not work with muxed MPEG-1 and MPEG-2 clips
# 1  
Old 01-27-2011
iMovie does not work with muxed MPEG-1 and MPEG-2 clips

When using any version of iMovie, please note that you cannot import muxed (multiplexed) MPEG-1 or MPEG-2 video clips into projects. If you try, one or more of the following things can happen: iMovie refuses to import the clip and displays an alert instead (such as "File could not be imported because QuickTime could not parse it. -2048"). iMovie allows you to import the clip, however:
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
ESREVERSE:(1)							   User Commands						     ESREVERSE:(1)

NAME
esreverse - reverse an es stream SYNOPSIS
esreverse [switches] <infile> <outfile> DESCRIPTION
TS tools version 1.11, esreverse built Nov 11 2008 17:15:47 Output a reversed stream derived from the input H.264 (MPEG-4/AVC) or H.262 (MPEG-2) elementary stream. If output is to an H.222 Transport Stream, then fixed values for the PMT PID (0x66) and video PID (0x68) are used. Files: <infile> is the input elementary stream. <outfile> is the output stream, either an equivalent elementary stream, or an H.222 Transport Stream (but see -stdout and -host below). Switches: -verbose, -v Output additional (debugging) messages -quiet, -q Only output error messages -stdout Write output to <stdout>, instead of a named file Forces -quiet. -host <host>, -host <host>:<port> Writes output (over TCP/IP) to the named <host>, instead of to a named file. If <port> is not specified, it defaults to 88. Implies -tsout. -max <n>, -m <n> Maximum number of frames to read -freq <n> Specify the frequency of frames to try to keep when reversing. Defaults to 8. -tsout Output H.222 Transport Stream -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -server Also output as normal forward video as reversal data is being collected. Implies -pes and -tsout. -x Temporary extra debugging information Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. TS tools version 1.11, esreverse built Nov 11 2008 17:15:47 Output a reversed stream derived from the input H.264 (MPEG-4/AVC) or H.262 (MPEG-2) elementary stream. If output is to an H.222 Transport Stream, then fixed values for the PMT PID (0x66) and video PID (0x68) are used. Files: <infile> is the input elementary stream. <outfile> is the output stream, either an equivalent elementary stream, or an H.222 Transport Stream (but see -stdout and -host below). Switches: -verbose, -v Output additional (debugging) messages -quiet, -q Only output error messages -stdout Write output to <stdout>, instead of a named file Forces -quiet. -host <host>, -host <host>:<port> Writes output (over TCP/IP) to the named <host>, instead of to a named file. If <port> is not specified, it defaults to 88. Implies -tsout. -max <n>, -m <n> Maximum number of frames to read -freq <n> Specify the frequency of frames to try to keep when reversing. Defaults to 8. -tsout Output H.222 Transport Stream -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -server Also output as normal forward video as reversal data is being collected. Implies -pes and -tsout. -x Temporary extra debugging information Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. SEE ALSO
The full documentation for esreverse is maintained as a Texinfo manual. Please check http://tstools.berlios.de for more information. esreverse 1.11 November 2008 ESREVERSE:(1)