comparison DOCS/tech/encoding-tips.txt @ 13047:4e613c87c2f5

spelling: big-endian and little-endian
author diego
date Wed, 18 Aug 2004 19:00:05 +0000
parents 7b8c281f9311
children 53cd01eabc3e
comparison
equal deleted inserted replaced
13046:ae4c33cf4bd2 13047:4e613c87c2f5
39 39
40 ( dd if=/dev/zero bs=1764 skip=[delay] ; cat audiodump.wav ) | lame -x - out.mp3 40 ( dd if=/dev/zero bs=1764 skip=[delay] ; cat audiodump.wav ) | lame -x - out.mp3
41 41
42 Don't include the minus (-) sign in delay. Also, keep in mind you'll 42 Don't include the minus (-) sign in delay. Also, keep in mind you'll
43 have to change the 1764 number and provide additional options to lame 43 have to change the 1764 number and provide additional options to lame
44 if your audio stream isn't 44100/16bit/littleendian/stereo. 44 if your audio stream isn't 44100/16bit/little-endian/stereo.
45 45
46 Step 3: Use mencoder to remux your new mp3 file with the movie: 46 Step 3: Use mencoder to remux your new mp3 file with the movie:
47 47
48 mencoder -audiofile out.mp3 -oac copy ... 48 mencoder -audiofile out.mp3 -oac copy ...
49 49