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]basename  - | 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

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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]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
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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
raffaella.tranie...@g-raffa.eu wrote:
 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 -

 With this command I can monitor but I see no captured files.
 Any idea why?

 Ciao
 Raffaella

 ___
 Cinelerra mailing list
 Cinelerra@skolelinux.no
 https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


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/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCV] DVGrab with monitoring

2011-11-09 Thread Daniel Jircik
$ dvgrab -f hdv [options] basename - | ffplay -f mpegts -

You might want to reduce the size of the ffplay window:

$ dvgrab -f hdv [options] basename - | 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 time as
monitoring. To only monitor, leave out the basename.

On Wed, Nov 9, 2011 at 2:28 PM, Hannu Vuolasaho vuo...@msn.com wrote:

 Hi!

 Is there tool which can grab HDV (.m2t) like dvgrab and same time show the 
 video?

 In my setup I would like to put laptop and monitor from larger screen while 
 capturing data to HDD.

 I believe Kino does this however it's only DV compatible, not HDV. I tried 
 something like dvgrab |tee|mplayer split but no luck
 Any good ideas?

 best regards,
 Hannu Vuolasaho

 ___
 Cinelerra mailing list
 Cinelerra@skolelinux.no
 https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra