You are not logged in.
thin liquid film (TLF) is an application which allows linux users to quickly and easily convert video files into a format suitable for playing on the video capable ipods. I wrote this application, after purchasing a video ipod, and being frustrated that the only real option for converting video was either via command-line, or via a servicemenu with no ability to configure the resulting video file. TLF uses the ffmpeg engine to do the encoding. It is written in pyqt, so it should work with a default kde installation, and is very easy to install.
features ...
* Batch process any number of files;
* Display detailed information about source video files;
* Change output settings for one or many files;
* Save default settings for future sessions;
* Configure output quality settings;
* Choose between mpeg4 and h264 as output codec;
* Choose between 320 and 640 output video width, while maintaining aspect ratio;
* Choose between 1 or 2 pass encoding;
* Show a preview the encoded video;
* Progress bar to show encoding progress;
* Add pre-encoded files for transfer to the ipod;
* Uses ffmpeg as the encoding engine;
* Upload encoded files to your ipod directly;
* Set file information for upload to your ipod;
* Add files to existing or new video playlists on your ipod;
* Add files for encoding via the included servicemenu;
What about adding it in the AUR? ![]()
I think it could be really usefull ![]()
Offline
Thank you voidnull ![]()
Offline
I tried to install but doen't find pyqt...
Tried to reinstall but get same message..
Any help?
thank you ![]()
root /home/anticopozzo/Desktop/thinliquidfilm # ./install.py
*************************************
installing thinliquidfilm
*************************************
-------------------------
Checking dependencies ...
-------------------------
Couldn't find pyqt. thin liquid film will not work without pyqt. Aborting installation.
root /home/anticopozzo/Desktop/thinliquidfilm # pacman -S pyqt
attenzione: pyqt-4.5.4-1 è aggiornato, sarà reinstallato
risoluzione delle dipendenze in corso...
ricerca di conflitti in corso...
Pacchetti (1): pyqt-4.5.4-1
Dimensione totale dei pacchetti da scaricare: 0,00 MB
Dimensione totale dei pacchetti da installare: 15,90 MB
Vuoi procedere con l'installazione? [S/n]
controllo dell'integrità dei pacchetti in corso...
(1/1) controllo dei conflitti in corso [#####################] 100%
(1/1) aggiornamento in corso di pyqt [#####################] 100%
Offline
Looks like thinliquidfilm uses QT3, so you'll need the "qt3" and "pyqt3" packages installed for it to work.
Solutions nearly always come from the direction you least expect, which means there's no point trying to look in that direction because it won't be coming from there.
-Douglas Adams
Offline