Hi,
I don't know but this could be a silly questions...
Why in my patch the video is recorded unprocessed (not in a circle) ?
Or even: Was is the best approach to record gem output to a Quicktime
movie?
Thanks for help, Achim
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec you can use. Then send [codec nameofthecodec( to [pix_record] before the record. ++
Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a circle) ? Or even: Was is the best approach to record gem output to a Quicktime
movie?Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Jack, thanks for your suggestions. I changed the patch and it works somehow but:
How can I fix this? Achim
Am 18.06.2010 um 15:43 schrieb Jack:
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec you
can use. Then send [codec nameofthecodec( to [pix_record] before the
record. ++Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a circle) ? Or even: Was is the best approach to record gem output to a Quicktime movie?
Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
From your e-mail client i guess your platform is os x. IOhannes was working on this issue lately. for a quick fix of the color issue convert the colorsppace with [pix_yuv] just before [pix_record]
serach in the archive for a thread with the title "strange colors with pix_record"
m.
Am 18.06.2010 um 18:29 schrieb Achim Christian Bornhöft:
Hi Jack, thanks for your suggestions. I changed the patch and it works somehow but:
- the video is flipped vertically
- the colours are not the same
How can I fix this? Achim
<Archiv.zip>
Am 18.06.2010 um 15:43 schrieb Jack:
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec you can use. Then send [codec nameofthecodec( to [pix_record] before the record. ++
Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a circle) ? Or even: Was is the best approach to record gem output to a Quicktime movie?
Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
this may help you to figure out what's going on. to get the orientation right use pix_flip
Am 18.06.2010 um 18:29 schrieb Achim Christian Bornhöft:
Hi Jack, thanks for your suggestions. I changed the patch and it works somehow but:
- the video is flipped vertically
- the colours are not the same
How can I fix this? Achim
<Archiv.zip>
Am 18.06.2010 um 15:43 schrieb Jack:
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec you can use. Then send [codec nameofthecodec( to [pix_record] before the record. ++
Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a circle) ? Or even: Was is the best approach to record gem output to a Quicktime movie?
Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Or you can use something like [rectangle 4 -3]. ++
Jack
this may help you to figure out what's going on. to get the orientation right use pix_flip
Am 18.06.2010 um 18:29 schrieb Achim Christian Bornhöft:
Hi Jack, thanks for your suggestions. I changed the patch and it works somehow but:
- the video is flipped vertically
- the colours are not the same
How can I fix this? Achim
<Archiv.zip>
Am 18.06.2010 um 15:43 schrieb Jack:
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec you can use. Then send [codec nameofthecodec( to [pix_record] before the record. ++
Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a circle) ? Or even: Was is the best approach to record gem output to a Quicktime movie?
Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Max,
thank you for the patches. They are working just fine.
While testing a new question came up: How can I merge different render
chains (everything what is visual in the gemwin) for one pix_record
output?
Thanks in advance for helping me with this.
Achim
Am 18.06.2010 um 19:33 schrieb Max:
this may help you to figure out what's going on. to get the orientation right use pix_flip
<colortest.pd><record_audiovideo.pd>
Am 18.06.2010 um 18:29 schrieb Achim Christian Bornhöft:
Hi Jack, thanks for your suggestions. I changed the patch and it works somehow but:
- the video is flipped vertically
- the colours are not the same
How can I fix this? Achim
<Archiv.zip>
Am 18.06.2010 um 15:43 schrieb Jack:
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec
you can use. Then send [codec nameofthecodec( to [pix_record] before the
record. ++Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a
circle) ? Or even: Was is the best approach to record gem output to a
Quicktime movie?Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
pix_snap ?
Le 21/06/2010 10:15, Achim Christian Bornhöft a écrit :
Hi Max, thank you for the patches. They are working just fine. While testing a new question came up: How can I merge different render chains (everything what is visual in the gemwin) for one pix_record output? Thanks in advance for helping me with this. Achim
Am 18.06.2010 um 19:33 schrieb Max:
this may help you to figure out what's going on. to get the orientation right use pix_flip
<colortest.pd><record_audiovideo.pd>
Am 18.06.2010 um 18:29 schrieb Achim Christian Bornhöft:
Hi Jack, thanks for your suggestions. I changed the patch and it works somehow but:
- the video is flipped vertically
- the colours are not the same
How can I fix this? Achim
<Archiv.zip>
Am 18.06.2010 um 15:43 schrieb Jack:
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec you can use. Then send [codec nameofthecodec( to [pix_record] before the record. ++
Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a circle) ? Or even: Was is the best approach to record gem output to a Quicktime movie?
Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
yes off-cause, take a close look at the patch record_audiovideo.pd it takes a snapshot of what's in the gemwin and records everything. you just have to consider the rendering order, read more about that in the help patch of gemhead. you'll notice that in the patch the snapshot taking has a gemhead 100, because the argument defines when this gemhead is happening in the render cycle.
Am 21.06.2010 um 10:15 schrieb Achim Christian Bornhöft:
Hi Max, thank you for the patches. They are working just fine. While testing a new question came up: How can I merge different render chains (everything what is visual in the gemwin) for one pix_record output? Thanks in advance for helping me with this. Achim
Am 18.06.2010 um 19:33 schrieb Max:
this may help you to figure out what's going on. to get the orientation right use pix_flip
<colortest.pd><record_audiovideo.pd>
Am 18.06.2010 um 18:29 schrieb Achim Christian Bornhöft:
Hi Jack, thanks for your suggestions. I changed the patch and it works somehow but:
- the video is flipped vertically
- the colours are not the same
How can I fix this? Achim
<Archiv.zip>
Am 18.06.2010 um 15:43 schrieb Jack:
Because [pix_record] records pix_ domain. First, you have to pass the rendering in pix_ domain then capture it with [pix_record]. For that, the use of [pix_snap] could help. Send the message [codeclist( to [pix_record] to see which codec you can use. Then send [codec nameofthecodec( to [pix_record] before the record. ++
Jack
Le vendredi 18 juin 2010 à 14:57 +0200, Achim Christian Bornhöft a écrit :
Hi, I don't know but this could be a silly questions... Why in my patch the video is recorded unprocessed (not in a circle) ? Or even: Was is the best approach to record gem output to a Quicktime movie?
Thanks for help, Achim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list