[gstreamer-bugs] [Bug 407433] possibly obsolete code in avidemux
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Feb 13 03:57:40 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 #1 from Stefan Kost (gstreamer, gtkdoc dev) 2007-02-13 11:55 UTC -------
run this against as many avis you have.
#!/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" | cut -c16-`
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