I recently installed version 0.5.4b of Pencil2D on my Windows 7 32bit system, and encountered some problems. After a bit of searching, I found out they are kinda common problems, and also found some solutions. But since the solutions I found were scattered throughout the Forum, I post them all here so they can be easily accessible in a single topic for the convenience of anyone else experiencing them.
Â
Bear in mind, these are the solutions that worked for me and my system, so there’s no guarantee that the same solutions will work for everyone else. Still, if there was a topic like this when I was looking for solutions, it would have made things much easier for me. So, here we go.
Â
Problem: I can’t import videos.
Â
Pencil2D finally gives you the option to import videos for further study. Just go to File->Import->Movie, select the video you want to import, annnnd… Nothing happens! What gives?
Â
Let’s take a look at the extremely useful console window. Apparently, a necessary plugin is missing. What you have to do is go HERE and download FFmpeg git-3bedc99 32bit Static. Extract, and go to the bin folder. There you will find ffmpeg.exe. Copy it. Then, inside the Pencil2D folder, create a new folder named “plugins”. Paste ffmpeg.exe there, and voilà : You can now import videos for study, rotoscoping, or any other use you want.
Â
Caution: You absolutely need to have a bitmap or vector layer selected before you import the video, or bad stuff will happen.
Â
Problem: I import sounds, but I can’t hear anything.
Â
Now this one is a little bit more complicated. Let’s take another look at the console and oh boy what is going on here?
Â
WARNING: bool _thiscall Phonon::FactoryPrivate::createBackend(void) phonon backend plugin could not be loaded
“C:\Qt\4.8.5-VC2010\plugins”
“C:\Qt\4.8.5-VC2010\bin”
“C:\Qt\4.8.5-VC2010\lib”
Â
Yup. Another plugin is missing. Let’s get back to work.
Â
What you have to do is go HERE. Download qt-win-opensource-4.8.5-vs2010.exe and install it. It’s 235 Mb, so it may take a minute. Now that you installed it, you have the plugin you need. But we’re not done yet! If you try to import sound once more, you will see that nothing has changed and you still can’t hear anything.
Â
Let’s follow the directory the console gives us. C:\Qt… A-ha! That’s the problem right there! The console looks for C:\Qt\4.8.5-VC2010</strong>, but the folder is named C:\Qt\4.8.5</strong>! Rename it appropriately, and voilà once more: You can now import and enjoy your sound clips, in both .wav and .mp3 format!
Â
Problem: I can’t export videos! Halp!
Â
…Yeah, I still haven’t figured this one out. The program either looks like it exports the video perfectly, but when I look, there’s no file anywhere to be found, or it just crashes. I usually export in image sequences to further edit them in other programs, but the option to export directly to video file would be really nice to have.
Â
What I found out so far: Part of the problem seems to be, again, with the sound layer. If I remove the sound, it exports the video perfectly. BUT, another part of the problem seems to be with the framerate! If I export a video in anything else than 24 FPS in the editor and 25 FPS in the export options, it crashes.
Any possible solutions about this one would be welcome.
Â
I hope this topic helps any other poor, unfortunate souls trying to figure out how to make Pencil2D work to its fullest potential. I will update it if I found out more problems and solutions.