> Hi Daniel!
>
> On 11/10/2011 12:01 AM, Daniel Jircik wrote:
> > $ dvgrab -f hdv [options]<basename> - | 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 
dvgrab -a -t -f raw myclip - | ffplay -f dv -x 640 -y 360 -
and you get myclipdate.dv files :) 
That's the basename in above instruction.

My test have shown that sometimes I get capture stopped when piping to ffplay. 
So beware. And interacvtive doesn't work.

Hannu Vuolasaho

                                          
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to