Re: [transcode-users] transcoding a file

2007-06-28 Thread Francesco Romani
On Fri, 2007-06-29 at 08:27 +0200, Maik Holtkamp wrote: [...] > ffmpeg will flag the stream with FourCC "DIVX" (transcode -y ffmpeg > -F list). I don't know if there is some option in transcode/ffmpeg > to change this to DX50 on the fly, probably a hexedtior will do as > it should be compatible.

Re: [transcode-users] transcoding a file

2007-06-28 Thread Maik Holtkamp
Hi, 0n 07/06/[EMAIL PROTECTED]:46 Alex Samad told me: > On Fri, Jun 22, 2007 at 07:08:45AM +1000, Alex Samad wrote: > > On Thu, Jun 21, 2007 at 11:19:31AM +0200, Maik Holtkamp wrote: > > > Hi, > > > > > > 0n 07/06/[EMAIL PROTECTED]:20 Alex Samad told me: > > > > > > > > I guess your only option

Re: [transcode-users] transcoding a file

2007-06-28 Thread Alex Samad
On Fri, Jun 22, 2007 at 07:08:45AM +1000, Alex Samad wrote: > On Thu, Jun 21, 2007 at 11:19:31AM +0200, Maik Holtkamp wrote: > > Hi, > > > > 0n 07/06/[EMAIL PROTECTED]:20 Alex Samad told me: > > > > > > I guess your only option would be, if you want to use transcode, -x > > > > mplayer,mplayer. B

Re: [transcode-users] transcoding a file

2007-06-21 Thread Alex Samad
On Thu, Jun 21, 2007 at 11:19:31AM +0200, Maik Holtkamp wrote: > Hi, > > 0n 07/06/[EMAIL PROTECTED]:20 Alex Samad told me: > > > > I guess your only option would be, if you want to use transcode, -x > > > mplayer,mplayer. But that requires mplayer. > > > > > mplayer handles the sound, but crashe

Re: [transcode-users] transcoding a file

2007-06-21 Thread Maik Holtkamp
Hi, 0n 07/06/[EMAIL PROTECTED]:20 Alex Samad told me: > > I guess your only option would be, if you want to use transcode, -x > > mplayer,mplayer. But that requires mplayer. > > > mplayer handles the sound, but crashes on the video :) > > same problem with mencoder. > > But I am guessing I cou

Re: [transcode-users] transcoding a file

2007-06-17 Thread Alex Samad
On Mon, Jun 18, 2007 at 12:47:35PM +1000, Jeffrey Grembecki wrote: > On Sun, 17 Jun 2007 17:02:26 +1000 > Alex Samad <[EMAIL PROTECTED]> wrote: > > > On Sun, Jun 17, 2007 at 10:43:40AM +1000, Jeffrey Grembecki wrote: > > > On Sun, 17 Jun 2007 07:09:56 +1000 > > > Alex Samad <[EMAIL PROTECTED]> wro

Re: [transcode-users] transcoding a file

2007-06-17 Thread Alex Samad
On Mon, Jun 18, 2007 at 01:32:40AM +0200, Stefan Scheffler wrote: > Am Mon, 18 Jun 2007 08:51:35 +1000 > schrieb Alex Samad <[EMAIL PROTECTED]>: > > > On Sun, Jun 17, 2007 at 03:56:17PM +0200, Stefan Scheffler wrote: > > > Am Sun, 17 Jun 2007 17:01:02 +1000 > > > schrieb Alex Samad <[EMAIL PROTECT

Re: [transcode-users] transcoding a file

2007-06-17 Thread Jeffrey Grembecki
On Sun, 17 Jun 2007 17:02:26 +1000 Alex Samad <[EMAIL PROTECTED]> wrote: > On Sun, Jun 17, 2007 at 10:43:40AM +1000, Jeffrey Grembecki wrote: > > On Sun, 17 Jun 2007 07:09:56 +1000 > > Alex Samad <[EMAIL PROTECTED]> wrote: > > > > > The video part is fine, but there is nothing in the .mp3 file. >

Re: [transcode-users] transcoding a file

2007-06-17 Thread Stefan Scheffler
Am Mon, 18 Jun 2007 08:51:35 +1000 schrieb Alex Samad <[EMAIL PROTECTED]>: > On Sun, Jun 17, 2007 at 03:56:17PM +0200, Stefan Scheffler wrote: > > Am Sun, 17 Jun 2007 17:01:02 +1000 > > schrieb Alex Samad <[EMAIL PROTECTED]>: > > > > > transcode -i r0013126.avi -M 2 -a 0 -f 25 -x ffmpeg -y > > >

Re: [transcode-users] transcoding a file

2007-06-17 Thread Alex Samad
On Sun, Jun 17, 2007 at 03:56:17PM +0200, Stefan Scheffler wrote: > Am Sun, 17 Jun 2007 17:01:02 +1000 > schrieb Alex Samad <[EMAIL PROTECTED]>: > > > > transcode -i r0013126.avi -M 2 -a 0 -f 25 -x ffmpeg -y > > > > xvid4,lame -o > > > > > > -x ffmpeg only does video. Does it not work without th

Re: [transcode-users] transcoding a file

2007-06-17 Thread Stefan Scheffler
Am Sun, 17 Jun 2007 17:01:02 +1000 schrieb Alex Samad <[EMAIL PROTECTED]>: > > > transcode -i r0013126.avi -M 2 -a 0 -f 25 -x ffmpeg -y > > > xvid4,lame -o > > > > -x ffmpeg only does video. Does it not work without that option? > > when I didn't put in -x it had the same problems > and when

Re: [transcode-users] transcoding a file

2007-06-17 Thread Alex Samad
On Sun, Jun 17, 2007 at 10:43:40AM +1000, Jeffrey Grembecki wrote: > On Sun, 17 Jun 2007 07:09:56 +1000 > Alex Samad <[EMAIL PROTECTED]> wrote: > > > The video part is fine, but there is nothing in the .mp3 file. > > Since you're using seperate encoders for video and audio, you should > probably

Re: [transcode-users] transcoding a file

2007-06-17 Thread Alex Samad
On Sun, Jun 17, 2007 at 01:11:34AM +0200, Stefan Scheffler wrote: > hi, > > Am Sun, 17 Jun 2007 07:09:56 +1000 > schrieb Alex Samad <[EMAIL PROTECTED]>: > > #!/bin/bash > > > > # > > # from mail archives for transcode > > > > INPF="$1" > > OUTF="$1.divx" > > > > transcode -i "$INPF" -M 2 -a 0

Re: [transcode-users] transcoding a file

2007-06-16 Thread Jeffrey Grembecki
On Sun, 17 Jun 2007 07:09:56 +1000 Alex Samad <[EMAIL PROTECTED]> wrote: > The video part is fine, but there is nothing in the .mp3 file. Since you're using seperate encoders for video and audio, you should probably use the -m switch. :)

Re: [transcode-users] transcoding a file

2007-06-16 Thread Stefan Scheffler
hi, Am Sun, 17 Jun 2007 07:09:56 +1000 schrieb Alex Samad <[EMAIL PROTECTED]>: > #!/bin/bash > > # > # from mail archives for transcode > > INPF="$1" > OUTF="$1.divx" > > transcode -i "$INPF" -M 2 -a 0 -e 8000,8,1 -n 0x7 -R 1 -f 25 -x > ffmpeg -y xvid4,lame -o "$OUTF" > transcode -i "$INPF" -

[transcode-users] transcoding a file

2007-06-16 Thread Alex Samad
Hi Started taking some movie with my digital camera - not the best but. my problem is i want to transcode them to xvid, which I seem to be able to do, but I am unable to copy the sound over with it. tcprobe -i r0013126.avi [tcprobe] RIFF data, AVI video [avilib] V: 30.000 fps, codec=MJPG, fram