audio-video sequences

Pixilang programming language
Post Reply
gigi
Posts: 92
Joined: Sat Dec 15, 2012 3:33 pm

audio-video sequences

Post by gigi »

Hello Alex,
As you know me from the sunvox forum, I am a pro user of sunvox, but I know almost nothing about pixilang. So, I want to ask you if with pixilang I could, in some way, make small movies (shorter than 5 minutes), because I like more programing environment, than unprecise manipulations through a gui. What exactly I need is to :

- crop a piece of film (made with a phone) ;
- mute its sound and add a different .wav sound
- insert at the begining and at the end some short video (with audio) sequences
- superpose in a corner a small .png which has some transparent parts
- render the whole video result in a web compatible format

I'm working on linux mint (if this information helps).
Thanks !
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: audio-video sequences

Post by NightRadio »

Hello!

In the current version there is no simple cross-platform way to load MP4 (or other video) files.
Pixilang can only load animated GIFs or set of JPEGs / PNGs.
But. If you are the Linux user, try to use these examples (attached) which are based on the ffmpeg_video_export and ffmpeg_video_import libraries.
It uses the ffmpeg (command line tool) for decoding and encoding video stream.
Attachments
ffmpeg_filtering.zip
(1.28 KiB) Downloaded 342 times
gigi
Posts: 92
Joined: Sat Dec 15, 2012 3:33 pm

Re: audio-video sequences

Post by gigi »

that is super !!
thanks a lot !
Post Reply