I also applied a patch (to AUR4) to fix the compatibility issue with the current version, so you may use this package as well.
Search Criteria
Package Details: ffmulticonverter 1.7.0-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-07-01)
| Package Base: | ffmulticonverter |
|---|---|
| Description: | Convert audio, video, image and document files between all popular formats |
| Upstream URL: | https://sites.google.com/site/ffmulticonverter/ |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Submitter: | pmav99 |
| Maintainer: | Ilias95 |
| Last Packager: | Ilias95 |
| Votes: | 36 |
| First Submitted: | 2011-11-18 21:16 |
| Last Updated: | 2015-05-10 18:29 |
Dependencies (4)
- python-pyqt4
- ffmpeg (optional) – for video conversions
- imagemagick (optional) – for image conversions
- unoconv (optional) – for document conversions
Required by (0)
Sources
Latest Comments
Comment by Ilias95
Comment by Ilias95
Compatibility issue with python-pyqt4 4.11.4-1.
It has been fixed upstream. You can try ffmulticonverter-git at the moment.
Also, please report things to AUR4, since these comments will be deleted.
Comment by remussatala
ffmulticonverter
Traceback (most recent call last):
File "/usr/bin/ffmulticonverter", line 5, in <module>
ffmulticonverter.main()
File "/usr/lib/python3.4/site-packages/ffmulticonverter/ffmulticonverter.py", line 528, in main
converter = MainWindow()
File "/usr/lib/python3.4/site-packages/ffmulticonverter/ffmulticonverter.py", line 75, in __init__
self.audiovideo_tab = AudioVideoTab(self)
File "/usr/lib/python3.4/site-packages/ffmulticonverter/audiovideotab.py", line 186, in __init__
self.moreQPB.setSizePolicy(QSizePolicy(QSizePolicy.Fixed))
TypeError: arguments did not match any overloaded call:
QSizePolicy(): argument 1 has unexpected type 'Policy'
QSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy): argument 1 has unexpected type 'Policy'
Comment by Ilias95
@roheim
python2-pythonmagick is an optional dependency.
It is not required by the program in order to run and maybe do some video conversions, instead it is required only if you wish to convert images.
Comment by roheim
@Ilias95
Looks like python2-pythonmagick is a dependency.
Comment by Regulus
@Llias95
The terminal was returning me this output:
QGtkStyle was unable to detect the current GTK+ theme
but it was my problem ;)
Comment by Ilias95
@Regulus
Fixed. Thanks.
Yes, ffmulticonverter doesn't use gtk.
Comment by Regulus
ffmulticonverter does not seem to use gtk
Comment by Regulus
Change python2-pyqt -> python2-pyqt4
Comment by pmav99
@go2sh
done
Comment by go2sh
can you change the build function to the package function.
I think package is there right place to run setup.py. It also done this way by official packages.
Comment by pmav99
Comment by pmav99
@arriagga
It has been fixed upstream. Rebuild the package and it should be ok. :)
Comment by arriagga
could you please change the entry "Categories=" for "Categories=AudioVideo"
on /usr/share/applications/FF-Multi-Converter.desktop so we can have it on Sound & video.
thanks