View Single Post
Posts: 123 | Thanked: 56 times | Joined on Jun 2010 @ Portugal
#263
Originally Posted by szopin View Post
If you have 7z symlink problem just remove 7z* from /usr/bin and link directly to 7zr in /opt/maemo/usr/lib/p7zip (no need for p7zip-full).
Something like:
cd /usr/bin
sudo rm 7z*
sudo ln -s /opt/maemo/usr/lib/p7zip/7zr 7z
sudo ln -s /opt/maemo/usr/lib/p7zip/7zr 7za
sudo ln -s /opt/maemo/usr/lib/p7zip/7zr 7zr

should allow to at least extract .7z files in Midnight Commander.
This fixed my problem. I am now able to play videos at 720p (like the test video of the first post) but i can't record it.

Everytime i try to run the code you give in the first post it always says

"-sh:gst-launch-0.10: not found"

Did my instalation missed something?

Thanks in advance