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
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
> 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
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
__
$ 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
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|mplay