Re: Bulk import of AVI files
Gary Lawrence Murphy <[email protected]> Mon, 8 Mar 2010 13:55:12 -0500
| Newsgroups | gmane.comp.video.kino.devel |
|---|---|
| Message-ID | <[email protected]> |
thanks for the tip on melt -- I see it isn't in the 1.3.3 that I obtained for the debian configs for packaging. I'll try just grabbing it from the repos. using the kino-1.3.3-orig.tar.gz patched with the diff and correcting the bad permissions on debian/rules I run into a full-stop with the message that's a bit out of my league dpkg: error processing ../kino_1.3.3-1ubuntu2_i386.deb (--install): installing kino would break udev, and deconfiguration is not permitted (--auto-deconfigure might help) I used the --auto-deconfigure flag and get a warning about udev at the end of the install, the program starts up and seems ok so far as that goes; I guess I'll find out if it hits any solid brick walls :) I also received these warnings, but I think they are only to do with the signing and will not affect the program -- I have the kino_1.3.3-1ubuntu2.dsc file but I'm not sure what to do with it ;) gpg: skipped "Scott Kitterman <[email protected]>": secret key not available gpg: [stdin]: clearsign failed: secret key not available dpkg-genchanges >../kino_1.3.3-1ubuntu2_i386.changes dpkg-genchanges: including full source code in upload dpkg-buildpackage: full upload; Debian-native package (full source is included) dpkg-buildpackage: warning: Failed to sign .dsc and .changes file On Mon, Mar 8, 2010 at 1:11 PM, Gary Lawrence Murphy <[email protected]>wrote: > seems the ubuntu edition for Hardy stopped at 1.1.1, which is three years > old and likely missing many key bits. > > does anyone know where I might find either a deb/ubuntu package for hardy, > or at least the deb build kit to create it from the sources? > > > On Mon, Mar 8, 2010 at 1:07 PM, Gary Lawrence Murphy <[email protected]>wrote: > >> doh-- I should have looked for this long time ago, but I just assumed when >> the day came I would find it in /usr/share/kino/scripts/import -- and the >> day just came >> >> I don't see any 'melt' script -- where should I find this? >> >> >> On Tue, Feb 23, 2010 at 11:19 PM, Gary Lawrence Murphy <[email protected] >> > wrote: >> >>> a thousand thanks! I will test it out on my next batch of imports. >>> >>> >>> On Tue, Feb 23, 2010 at 12:58 PM, Dan Dennedy <[email protected]> wrote: >>> >>>> On Tue, Feb 23, 2010 at 7:25 AM, Gary Lawrence Murphy < >>>> [email protected]> wrote: >>>> > This is a re-asking of an earlier question that may have just been >>>> > overlooked: >>>> > >>>> > Is it possible to do a mass import of several dozen AVI files without >>>> the >>>> > prompt for confirming the conversion on each file? I need to take >>>> dozens of >>>> > files from my webcam and convert them to kino-compatible dv in a batch >>>> from >>>> > the command line; as it is, I can run "kino *.avi" from the command >>>> line, >>>> > but I then have to accept the conversion prompt, wait for each to >>>> import, >>>> > and then answer the same prompt for each subsequent clip. It takes >>>> quite a >>>> > while. >>>> > >>>> > looking at the import scripts, I figure there must be a way to do this >>>> > outside of Kino, but so far I haven't been able to guess the options >>>> > incantation to make it work. >>>> >>>> for file in *.avi; do melt -profile dv_ntsc $file -consumer >>>> avformat:${file}.dv pix_fmt=yuv411p; done >>>> >>>> After "-profile," use as needed: dv_ntsc, dv_ntsc_wide, dv_pal, or >>>> dv_pal_wide. >>>> For dv_pal and dv_pal_wide, remove the "pix_fmt=yuv411p". >>>> >>>> -- >>>> +-DRD-+ >>>> >>> >>> >> > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Kino-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kino-dev