[gstreamer-bugs] [Bug 407433] possibly obsolete code in avidemux
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Feb 13 04:36:20 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=407433
GStreamer | gst-plugins-good | Ver: HEAD CVS
------- Comment #2 from Stefan Kost (gstreamer, gtkdoc dev) 2007-02-13 12:34 UTC -------
erm, without the 'cut'
#!/bin/sh
#
# run as
# ./aviindexsplit.sh
for file in `find ./ -name "*.avi" -printf "%s %p\n" | sort -n | cut -d' '
-f2`; do
res=`GST_DEBUG_NO_COLOR=1 GST_DEBUG="avidemux:5" python 2>&1 typefindtest.py
$file | grep -oe "added [0-9]* new index entries"
if [ -n "$res" ]; then
echo "$res for $file"
fi
done
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list