So, I've been using DownloadHelper to snag videos off the Intarwebz, usually in .flv format.
And I sometimes want to watch them out in the living room, on the big screen.
And the living-room computer doesn't, currently, handle local .flv playback.
Thus, I've been comverting them to .avi format.
Well... the latest FFMPEG/WinFF combination on Debian-testing appears to be b0rked. (Unless FFMPEG is officially obsolete, perhaps, and I need to install something with a libav-derived name instead. Must look into that.) Anyway: just used avconv, sans options to convert a bunch of .flvs to .mp4, which doesn't result in a notable increas in file size. But: the video doesn't play back on the living-room machine.
My old script for converting .flv to .avi using mencoder works on these, though the file size increases dramatically, and the files play back... but mencoder reports many dropped frames, and on playback the sound and video gradually drift out of sync.
So, time to update FFMPEG and Xine on the living-room system so's I can play back some of these newfangled formats.
Now, when I set up that system, back in '05, I figured on a totally stable configuration. In fact, the plan was to nail down the configuration, including a couple of specialty peripherals. So I installed Slackware: easy to nail down, awkward to update.
And now, when I go to update the video-playing software, I find that sundry libraries are out of date, I don't have yasm installed (what the heck's a yasm, anyway?), and even make is out of date and gives confusing errors when I try to build FFMPEG or libav.
Oh, well... got yasm and the latest make installed; just got libav to build; now having a go at xine-lib.
Update: With libav 0.8 built and installed, I can't build xine-lib 1.2.1 even after futzing with the config script to play nice with the outdated gcc. The old xine-lib 1.1.0 and xine-ui 0.99.4 do build... but, even with what ought to be the new library, xine can't play those .mp4 files (no video, and a serious wedgie after a few seconds).
Oh, well: guess I'm stuck with playing the poorly-sync'ed .avis for now. Perhaps, when time allows, I should (much of the original justification for a nailed-down customer installation now being well in the past) just do a fresh install of Debian-stable + debian-multimedia.
Recent Comments