To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/f521a8a6-a375-4df3-912f-f992da3b65e9%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users...@googlegroups.com.
Hi Pau,
Thanks for the feedback. Before we explore the solution of changing codec, I have two quick questions:
I will reply later with an alternative workflow for encoding.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/ad4e02b2-aefd-41fb-903a-8daebc4816c8%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/373a39ef-b7c3-4302-89a4-8f195e6d1f34%40googlegroups.com.

import os import clr clr.AddReference("Bonsai.System") from Bonsai.IO import PathHelper, PathSuffix filename = 'video.mp4' def process(value): os.system(r'ffmpeg -y -f rawvideo -vcodec rawvideo -s 1280x960 -r 30 -pix_fmt gray -i \\.\pipe\video -c:v mpeg4 -vb 20M {0}'.format(filename))
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/b5b824ea-e8c6-451a-bfc3-0effef1bc3a5%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/c1e5069f-a057-497a-873d-b5ed21ab971c%40googlegroups.com.
Hi Pau,