On Monday 01 February 2010 19:00:15 [email protected] wrote:
> > I wish to edit the files with avidemux. The simple ^C ^X and ^V interface
> > is perfect. SOME files (and the mix of embedded or desktop and which
> > distro is not quite clear) are editable and some say 'Can't open file'
> > when opened by avidemux. The actual file permissions are correct. I've
> > tried avi-info in various guises and see nothing significant.
>
> The avidemux developers would be very interested
> in hearing about this.
OK glimmer of light ...
>From avidemux forum
<quote>
File is not *damaged* every file created is created so. Something in
transcode must be wrong to create *damaged* files.
Index is missing, I would guess the recording operation is stopped
incorrectly. (AVI recording cannot be just stopped, but for example Transport
Stream recording can be)
</quote>
I record with this script:
#!/bin/sh
/usr/bin/transcode -q 2 \
-x v4l2 \
-g 640x480 \
-i /dev/video0 \
-p /dev/dsp \
-N 0x1 \
-Q 5 \
-w 1000 \
-y ffmpeg,tcaud \
-F mjpeg \
-o /home/jam/recording.avi
And stop with ^C kill etc. How can I stop recording *correctly*
Thanks
James