[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [transcode-users] Globally problem while converting
On Tuesday 28 February 2006 06:52, Frank Luedke wrote:
> On Mon, 27 Feb 2006 21:39:21 +1030, Rick Harris wrote
>
> > Presuming you are trying to encode to an audio sampling rate of 44100Hz,
> > try: `transcode -i 01.avi -y mpeg2enc,mp2enc -F4 -Z 480x576 -E 44100,0,0
> > -b 224 --export_asr 3 -o 01.mpg`
>
> Amazing! This is really working! But now I wonder transcode
> always stops at 54 seconds and not at the beginning. And I also
> wonder why my command line is working on one PC without problems. ?
Does the problem still occur if you compile transcode yourself on the system
that is affected ?
If not then it could be put down to bad binary package creation.
Are both systems running the same versions of mjpegtools ?
Also, does the problem occur when using the following line:
# transcode -i 01.avi -y ffmpeg --export_prof svcd --export_asr 3 -o 01.mpg
At the very least, this simplifies the command-line somewhat & will also speed
up the encoding process.
Rick