|
From: Jon S. <js...@av...> - 2003-12-31 19:18:56
|
Hi All, I am having a problem with mpeg2enc. I have edited some .avi files with kino to join them together and create a longer file. When I attempt to encode the resulting .avi, mpeg2enc stops after the first section with the following message: INFO: [mpeg2enc] Signaling last frame = 8502 I am using version 1.6.1.92. My command line is as follows: lav2yuv <input> | mpeg2enc -M $(THREADS) -f 8 -a $(ASPECT_RATIO) \ -q $(QUALITY) -b $(BITRATE) -o <output> Any suggestions would be appreciated ... Thanks, Jon |