
thin liquid film
Source (link to git-repo or to original if based on someone elses unmodified work):
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;
* Preview encoded videos before encoding;
* Progress bar to show encoding progress;
* 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 pre-encoded videos to the transfer list;
* Add files for encoding via the included servicemenu.
1.00
This is the infamous 1.0 release of thinlqiuidfilm. I've finally identified the cause of the last known bug in tlf - relating to the progress bar. I think this is caused by *ubuntu's insistence on using the dash shell as default, rather than the bash shell. I've put a little routine in the install script to detect this, and guidance on how to fix it. Otherwise, the only other changes are some minor tweaks to the install script.
Next step is to widen the scope of tlf to be a task based gui for converting video to specific device formats or for specific formats. Hopefully, this will happen soon.
0.95
A bug fix release:
* Fixed a bug in the h264 ffmpeg arguments - missing dashes
* Fixed a bug with the progress dialog not showing up
* Added an .m4v file filter in the open file dialog for the file transfer list
If you still don't get a progress dialog when encoding files, please post a bug report with terminal output on the forum.
0.94 (RC3)
- The transfer panel now shows the total size of all files ready for transfer;
- I've updated the encoding options, so that they work with the latest version of ffmpeg - a fix for fedora 6;
- Lots of minor bug fixes.
0.93 (RC2)
There's been a bit of a change to the UI. Hopefully it looks a bit better. In addition to the UI tidy up, there's been a bit of polish done to other UI aspects particularly in relation to feedback on the results of an encode/transfer and other user input errors.
0.92 (RC1)
This is a bug fix release. The following bugs have been fixed:
- Codec list corrupted if only one codec is supported by ffmpeg;
- File list order fixed;
- File info errors fixed for other versions of ffmpeg;
- Version checking code is fixed.
0.91 (beta 2)
Bug Fixes:
- Fixed ffmpeg errors for versions of ffmpeg that don't support the -rc_max_rate option;
- Fixed file list ordering issues;
New Features:
- Preview encoded video before encoding files;
- Changed layout and workflow, so that you can add pre-encoded videos to the list to transfer to the iPod;
- Provide file meta data for files to be transferred.
0.90 (beta 1)
Initial release. Please report bugs that you find to the forums (see link below).
Ratings & Comments
11 Comments
Hi! I have just recently discovered your app and would love to get it to work on Opensuse (10.2). Whenever I try to add a file (xvid video) it lets me know, that the file I chose is not supported. Avidemux recodes the file just fine for the ipod... I figured it might be a ffmpeg problem as "ffmpeg -h" returns no --enable-xvid but --enable-libxvid so I applied the patch described in the forums. But it still complains about the video files not being valid. Has anybody gotten this to work on Opensuse or can point me in the right direction otherwise? Any help would be greatly appreciated. Cheers J.
Awesome app.
Is it possible to convert to .3gp format so I can play videos on my Razr? Phil.
Once I've nailed down this progressbar issue, I'll be releasing a 1.0 version, and then work on encoding for other platforms. I'm happy to add whatever, however, I'm quite keen to maintain a task oriented application that encodes for particular devices, rather than being a generalist transcoding application. Anyway, the short answer is yes - if it's supported by ffmpeg.
A Slackware 11.0 package from www.slacky.it! http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1623
A good and good-looking little application, very nice!
and ipods are defectivebydesign!
This thing has potential for my Gp2X as well. So far I'm a command line mencoder freak using Xvid encoding. Maybe I should try ffmpeg again, but what I really need to sort out are the audio sync problems I get from some Qt .mov files. Post any questions you come up with here Mr Developer and I'll have a think... Thanks for the software!
I'll add a thread on the forum on the tlf website.
Hey nice app, but there are not only Ipod out there! ;) What about a configure menue, where i can set up my Options for the Size of the Video. My Archos has the possibility to use 480x288 and 720x576 in pal or 720x480 in ntsc. so if this would be configureable i could use your pice of code too. What do you think? We could implement pre-configured Device list of possible Video-Player Targets?!?
It's certainly a possibility. I'd like to focus on the ipod at this point, make sure everything's working for a 1.0 release, and then add stuff in once I'm sure my code is working properly. Also I'd need help from people like you with formats, cos I don't have any of those devices.