-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
0n 08/08/[EMAIL PROTECTED]:05 Markus Woessner told me: > [transcode] A: import format | 0x1 PCM [11024, 8,1] 88 > kbps AKA shit ;). > Anybody who can help me? I have a Canon Ixus and a Casio Exilim which both produce the same kind of "HighEnd" audio. Therefore I prefer to handel the sound separately: - ---cut /usr/local/ixus2mpeg4.sh--- #!/bin/bash transcode -i $1 -x auto,null -o /tmp/video_noSound.avi -F mpeg4 -y ffmpeg,null -export_fps 25,3 -f 30,5 -J modfps mplayer $1 -ao pcm:file=/tmp/sound.wav -vc dummy -vo null sox /tmp/sound.wav -r 44100 /tmp/sound_44100.wav lame /tmp/sound_44100.wav /tmp/sound.mp3 avimerge -o ./MPEG4_$1 -i /tmp/video_noSound.avi -p /tmp/sound.mp3 rm /tmp/video_noSound.avi /tmp/sound.wav /tmp/sound_44100.wav /tmp/sound.mp3 - ---cut--- HTH. - -- Yes, I met him [Bill Gates] on the fair. However, I couldn't give him advice in business and he couldn't give me advice in technology. -- Linus Benedict Torvalds -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIorRY0Bn175Anq4gRAu2LAJ9l4VQpICtbZAhSIQdRkdtsnFHV6QCfc0kV 1RN3l2V2/7CP27gj+0jMo7w= =9FJt -----END PGP SIGNATURE-----