The new version of Papagayo-NG is available for download now! This version introduces an optimized waveform drawing (thanks to Stefan Murawski) and fixes some breakdowns to work with Python 3 and Linux AppImages.
The new version of Papagayo-NG is available for download now! This version introduces an optimized waveform drawing (thanks to Stefan Murawski) and fixes some breakdowns to work with Python 3 and Linux AppImages.
The mission of Morevna Project is improvement and popularization of open-source technologies for animation.
17 Responses
Does this release work on .wmv files?
excuse me mp3 files?
Hello! At the moment only Linux version can read mp3 files directly. For windows version it isn’t working yet. I have created a relevant issue about that here – https://github.com/morevnaproject/papagayo-ng/issues/41
Is it compatible with Windows 10?
Yes, it is! ^__^
Is this compatible with MacOS? I assume no because I see no DMG link for it.
We do not provide a version for OSX yet, but we have plans to do that in the future. Unfortunately, I cannot say when exactly.
for mac it will be cool !!
Under Windows, if you have an issue of display at startup, just resize the window and the widgets will be placed correctly.
How can I Import wave Files? on Windows?
Just choose “File” -> ‘Open” and select a WAV file.
Hello
I’ve just downloaded AppRun does not react
Fedora 29
I’m having some issues using this. When i try to open a WAV file, the CMD window just spits out this error:
Traceback (most recent call last):
File “C:\Program Files (x86)\Papagayo-NG\papagayo-ng\SoundPlayer.py”, line 50, in __init__
self.wave_reference = wave.open(self.soundfile)
File “C:\Program Files (x86)\Papagayo-NG\lib\wave.py”, line 498, in open
return Wave_read(f)
File “C:\Program Files (x86)\Papagayo-NG\lib\wave.py”, line 163, in __init__
self.initfp(f)
File “C:\Program Files (x86)\Papagayo-NG\lib\wave.py”, line 143, in initfp
self._read_fmt_chunk(chunk)
File “C:\Program Files (x86)\Papagayo-NG\lib\wave.py”, line 269, in _read_fmt_chunk
raise Error, ‘unknown format: %r’ % (wFormatTag,)
Error: unknown format: 3
I have no idea what it’s telling me, as i know the audio file is in wav format. Is there a specific codec or something that Papagayo doesn’t like?
Is it possible to modify the program so the window with mouth moving can change size?
My plan is to make the mouth moving segment in Papagayo but with my own mouth files that have green BG, then screen record Papagayo and use that video as an overlay with chroma key.
But for this to work it would be better if the window could be resized (larger).
Hi Mariah! You can create video of any size if you use Papagayo together with Synfig – https://www.youtube.com/watch?v=-Y0Ox0cnlL4
Any chance of getting the export feature for an image stream fixed so the image files do not include the phoneme name? This screws up the file sequence for loading into a video editing program as a video clip.
What does the error code error: unknown format: -2 mean? The file is in wave format but it still doesn’t recognize the format.