Flower Platform Team | 15 May 2013 16:53

[PiTiVi] Google Summer of Code and Flower Dev Center

Hello GSoC Mentors,

As you are participating to Google Summer of Code, I'm wondering if you 
could consider using Flower Dev Center [1] while working with students.

Flower Dev Center is an online platform for UML modeling diagramming, 
with a strong focus on code synchronization, integration with dev tools 
(Git, SVN, etc) and real time collaboration on diagrams (and a little 
bit on code as well).

We think Flower Dev Center can be helpful for both: mentors and students 
during Google Summer of Code. We have created an article on this topic 
(i.e. Flower Dev Center + GSoC): [2], [3].

If you have a couple of spare minutes, could you tell us if you would 
like to use Flower Dev Center? And/or raise topics that you think are 
important (based on previous GSoC participations) to be supported by 
Flower Dev Center?

The next version of Flower Dev Center, the 2.0.0 planned for June/July 
2013, has major new features, that we did not demonstrate yet and that 
will improve even more the collaboration between developers.

Flower Dev Center doesn't currently support Python programming language. 
But if you are interested in using Flower Dev Center, we'll prioritize 
it's implementation and we'll work hard to do it ASAP, with Flower Dev 
Center 2.0.0.

Flower Dev Center will support programming languages that are not object 
oriented, starting with 2.0.0
(Continue reading)

Ashish Dwivedi | 15 Mar 2013 16:48
Picon

[PiTiVi] Doubts in approach! newbie!


hi! i have recently started to take interest in the video editor , one of my friends suggested me to work on this. i have cloned the source from GIT and i am familiar with basic python and really keen to be of some use to this project , last two three days have been devoting a lot of time searching and reading on PITIVI . Just that i am a bit stuck from where to start , g streamer or source or any other way is welcome? 
Also how important and up to what extent one needs to be familiar with the G streamer libraries?
kindly help! thank you
--
Ashish Dwivedi
BITS Pilani
K K Birla Goa campus
2011A7PS021G
BE (Hons.) computer science.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
Parin Porecha | 17 Feb 2013 10:00
Picon
Gravatar

[PiTiVi] New to PiTiVi

Hi,

I am interested in participating in GSoC this year and working for pitivi.
So, can you plz give me some pointers to get started ?

I have downloaded the source tarball of 0.15.2, , and ran './configure'
and 'make'. Pitivi is already installed via apt-get on my machine.
Now, I want to make changes to the code and run the output.
But, I can't find a executable. So, how do i do so ?

Thanks,
Parin

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
Kanika Singhal | 5 Dec 2012 07:52
Picon

[PiTiVi] improvement in pitivi

Hello
I want to improve pitivi  which has the capability to export video in java based phones or smart phones.I have knowledge of C and basic knowledge
of java.Can you suggest me from where can I start.
Thank you

Regards
Kanika Singhal

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
Philip Rhoades | 1 Dec 2012 14:01
Picon

[PiTiVi] Development still happening?

People,

I haven't used Pitivi for a while and was going to do some more work 
with it today and I checked the current version to see if there have 
been any updates but it seems I still have the current stable version - 
is development still happening?

Thanks,

Phil.
--

-- 
Philip Rhoades

GPO Box 3411
Sydney NSW	2001
Australia
E-mail:  phil@...

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
Søren Hauberg | 22 Oct 2012 17:15
Picon

[PiTiVi] Running Git master on Ubuntu 12.04

Hi All

I'm trying to create a simple video in PiTiVi on Ubuntu 12.04. Using
the development PPA I got the latest stable version of the editor, but
I have so far been unable to actually render the movie (depending on
the codec I either get a crash or an empty file). So, being a fellow
hacker, I decided to try Git master, but when I try to run
'bin/pitivi' I get

GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings
will not be saved or shared with other applications.
/usr/lib/python2.7/dist-packages/gi/module.py:142: Warning:
g_array_append_vals: assertion `array' failed
  g_type = info.get_g_type()
/usr/lib/python2.7/dist-packages/gi/module.py:142: Warning:
g_hash_table_lookup: assertion `hash_table != NULL' failed
  g_type = info.get_g_type()
/usr/lib/python2.7/dist-packages/gi/module.py:142: Warning:
g_hash_table_insert_internal: assertion `hash_table != NULL' failed
  g_type = info.get_g_type()
Traceback (most recent call last):
  File "bin/pitivi", line 146, in <module>
    _run_pitivi()
  File "bin/pitivi", line 134, in _run_pitivi
    import pitivi.application as ptv
  File "/home/soren/pitivi-git/pitivi/pitivi/application.py", line 41,
in <module>
    from pitivi.effects import EffectsHandler
  File "/home/soren/pitivi-git/pitivi/pitivi/effects.py", line 52, in <module>
    from pitivi.settings import GlobalSettings
  File "/home/soren/pitivi-git/pitivi/pitivi/settings.py", line 28, in <module>
    from pitivi.render import available_combinations, get_compatible_sink_caps
  File "/home/soren/pitivi-git/pitivi/pitivi/render.py", line 43, in <module>
    from pitivi.utils.widgets import GstElementSettingsDialog
  File "/home/soren/pitivi-git/pitivi/pitivi/utils/widgets.py", line
43, in <module>
    from pitivi.utils.ui import unpack_color, pack_color_32, pack_color_64, \
  File "/home/soren/pitivi-git/pitivi/pitivi/utils/ui.py", line 385, in <module>
    (_("%d fps") % 12, Gst.Fraction(12.0, 1.0)),
TypeError: object.__new__() takes no parameters

I'm not really sure what to do with this. Any suggestions?

Thanks
Soren

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
Dave Stikkolorum | 24 Sep 2012 11:25
Picon

[PiTiVi] Problems Building with GES

Hi,

when I use the pitivi-git-environment.sh

After a while I get:

/home/dave/pitivi-git/prefix/lib/libgio-2.0.so.0: undefined reference to `g_list_copy_deep'
/home/dave/pitivi-git/prefix/lib/libgio-2.0.so.0: undefined reference to `g_type_ensure'
/home/dave/pitivi-git/prefix/lib/libgio-2.0.so.0: undefined reference to `g_variant_check_format_string'
/home/dave/pitivi-git/prefix/lib/libgio-2.0.so.0: undefined reference to `g_spawn_check_exit_status'

rerun pitivi-git-environment.sh gives:

Using System wide GStreamer 1.0
pitivi-git-environment.sh: 310: pitivi-git-environment.sh: Syntax error: "}" unexpected (expecting "fi")

also a pitivi-git-environment.sh --build does not work :

Using System wide GStreamer 1.0

Building glib
Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.

Can somebody help me out?

Thanks,
Dave

--

Dave Stikkolorum - Technische Informatica HHS-Delft
docent systeemontwikkeling
kamer 2.012
tel: 015-2 606280
Rotterdamseweg 137 2628AL Delft

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Richard Pickett | 4 Sep 2012 14:30

[PiTiVi] "blank" frame-jerk on video transition

I'm putting together a composite video made of about 20 "flying word" sequences from openshot (really, blender since that's the underlying tool).


Each sequence has to overlay the sequence before it by about 2 seconds, so that the next phrase starts flying in as the last phrase is passing by.

At that point where the new video sequence starts the sequence that is currently ending throws a blank frame. So there's this "flash" or "jerk" looking motion on each phrase as they are leaving the screen.

I've tried trimming all the opacities of every sequence down to 95 or 97% (suggestion: rt-click and edit or copy/paste attributes on sequences sure would be nice, otherwise there's no easy way to set the opacity to an exact number consistently).

But even with the opacity in place, it still has that one "jerk" frame.

Ideas?

Thanks, be blessed,

Richard W. Pickett, Jr.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Nick Urbanik | 6 Aug 2012 14:06
Favicon

[PiTiVi] Pitivi pitivi-0.15.2-1.fc17.noarch crashes or stops rendering

Dear Folks,

I am unable to render a video in pitivi-0.15.2-1.fc17.noarch.
Rendering proceeds up to varying percentages, then stops.  Many times
it goes to 99% then stops.  The movie consists of a number of PNG
images created with the Gimp, and an MP3 format audio track.  We
tried countless permutations of codecs, both audio and video.  I've
done yum install '*gstreamer*' and have installed as many codecs as I
could find.  Any suggestions please?
--

-- 
Nick Urbanik             http://nicku.org           nicku@...
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
CESAR FABIAN ORCCON CHIPANA | 30 Jul 2012 05:32
Picon

[PiTiVi] GVFX in PiTiVI. 3D effects in PiTiVi

This is my friend's message about adding Hollywood Effects in PiTiVi. Btw... it's in spanish
His name is Emanuel Timbis López

"""
Hola! La idea de GVFX siempre fue que trabajara con editores de video.
Les explico un poco como funciona GVFX:
1 -Se rellena un txt con los datos de los videos (path, resoluciones, etc) y las opciones (tipo de transición, fps, etc)
2 -El script lee los datos y opciones, manda los ultimos y primeros frames de los videos al .blend y renderiza la transición.
3 -Se obtiene un video con los ultimos frames del 1er video, la transición y los primeros frames del 2do video.

Se puede crear cualquier tipo de transición, o usar para efectos en medio de video, o títulos.

El script esta escrito en python usando solo la api de blender.

Hay que resolver de que manera se añaden los efectos a la linea de tiempo, manera de previsualizar los efectos en tiempo real para ver como queda (se podría hacer con el Game Engine de blender)
añadir una vez renderizado el efecto al render final.

Si logramos que funcione como un "addon" de pitivi (que sea un paquete aparte da un mejor ambiente de desarrollo, a mi parecer) me comprometo junto a Marcos a crear todo tipo de transiciones/efectos (ambos somos Artistas CG).

Gmail / Hangout Google+ timbislopez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Skype timbislopez

https://code.google.com/p/gvfx/
"""

--
------------------------------------
Fabián Orccón (cfoch)

http://cfoch.tumblr.com
http://cfoch-dev.tumblr.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
CESAR FABIAN ORCCON CHIPANA | 30 Jul 2012 05:49
Picon

Re: [PiTiVi] GVFX in PiTiVI. 3D effects in PiTiVi (in english)

-.-'
Hi! The idea of GVFX always was about working with video editors. I'm going to explain how does it work:

1. Write a txt with the data about the videos (path, resolution, etc) and the options

2. The script read the data and options, send the last and the first frames of the videos to the .blend and then it render the transition

3. It got a video with the last frames of the first video, the transition and the firsts frames of the second video

It can create any kind of transition or use effects in the video or titles

The script is wrote in Python using only the Blende API

We have to solve the way effects are added to the timeline, the way of preview the effects in Real Time (it could be done with Blender Game Engine)

If we get it works like a PiTiVi addon (a extra package which gives a better environment) I agree create all type of transitions/effects with Marcos Caballero (we both are CG)

Gmail / Hangout Google+ timbislopez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Skype timbislopez

https://code.google.com/p/gvfx/

...

El 29 de julio de 2012 22:32, CESAR FABIAN ORCCON CHIPANA <fabian.orccon-pH3blW9OmKg@public.gmane.org> escribió:
This is my friend's message about adding Hollywood Effects in PiTiVi. Btw... it's in spanish
His name is Emanuel Timbis López

"""
Hola! La idea de GVFX siempre fue que trabajara con editores de video.
Les explico un poco como funciona GVFX:
1 -Se rellena un txt con los datos de los videos (path, resoluciones, etc) y las opciones (tipo de transición, fps, etc)
2 -El script lee los datos y opciones, manda los ultimos y primeros frames de los videos al .blend y renderiza la transición.
3 -Se obtiene un video con los ultimos frames del 1er video, la transición y los primeros frames del 2do video.

Se puede crear cualquier tipo de transición, o usar para efectos en medio de video, o títulos.

El script esta escrito en python usando solo la api de blender.

Hay que resolver de que manera se añaden los efectos a la linea de tiempo, manera de previsualizar los efectos en tiempo real para ver como queda (se podría hacer con el Game Engine de blender)
añadir una vez renderizado el efecto al render final.

Si logramos que funcione como un "addon" de pitivi (que sea un paquete aparte da un mejor ambiente de desarrollo, a mi parecer) me comprometo junto a Marcos a crear todo tipo de transiciones/efectos (ambos somos Artistas CG).

Gmail / Hangout Google+ timbislopez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Skype timbislopez

https://code.google.com/p/gvfx/
"""

--
------------------------------------
Fabián Orccón (cfoch)

http://cfoch.tumblr.com
http://cfoch-dev.tumblr.com




--
------------------------------------
Fabián Orccón (cfoch)

http://cfoch.tumblr.com
http://cfoch-dev.tumblr.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane