Re: [CinCV] DVGrab with monitoring

2011-11-27 Thread Raffaella Traniello
Thanks Daniel and Hannu. Yes, missing basename was the problem. Basename was not needed when capturing with dvgrab only. It is needed if I add the ffplay pipe. Ciao! Raffaella ___ Cinelerra mailing list Cinelerra@skolelinux.no https://init.linpro.no/m

Re: [CinCV] DVGrab with monitoring

2011-11-27 Thread Daniel Jircik
I think you need to use a basename after options: dvgrab -a -t -f raw capture001 - | ffplay -f dv -x 640 -y 360 - On Sun, Nov 27, 2011 at 3:32 PM, Raffaella Traniello wrote: > Hi Daniel! > > On 11/10/2011 12:01 AM, Daniel Jircik wrote: >> >> $ dvgrab -f hdv [options]  - | ffplay -f mpegts -x 64

RE: [CinCV] DVGrab with monitoring

2011-11-27 Thread Hannu Vuolasaho
> Hi Daniel! > > On 11/10/2011 12:01 AM, Daniel Jircik wrote: > > $ dvgrab -f hdv [options] - | ffplay -f mpegts -x 640 -y 360 - > > > I tried > > dvgrab -a -t -f raw - | ffplay -f dv -x 640 -y 360 - Your command says: program autosplit timstamp format raw output to stdout try somthing like dv

Re: [CinCV] DVGrab with monitoring

2011-11-27 Thread Raffaella Traniello
Hi Daniel! On 11/10/2011 12:01 AM, Daniel Jircik wrote: $ dvgrab -f hdv [options] - | ffplay -f mpegts -x 640 -y 360 - I tried dvgrab -a -t -f raw - | ffplay -f dv -x 640 -y 360 - With this command I can monitor but I see no captured files. Any idea why? Ciao Raffaella __

Re: [CinCV] DVGrab with monitoring

2011-11-09 Thread Daniel Jircik
$ dvgrab -f hdv [options] - | ffplay -f mpegts - You might want to reduce the size of the ffplay window: $ dvgrab -f hdv [options] - | ffplay -f mpegts -x 640 -y 360 - Distortions you see in the monitor are not necessarily in the capture file. The above assume you want to capture at the same t