GNOME Bugzilla – Bug 347897
[performance] avidemux very slow in scanning files
Last modified: 2008-05-06 12:54:29 UTC
This transcoding pipeline used to work: gst-launch gnomevfssrc location=filename.avi ! decodebin name=decode decode. ! ffmpegcolorspace ! theoraenc ! queue ! oggmux name=mux ! gnomevfssink location=output.ogg decode. ! audioconvert ! vorbisenc ! queue ! mux. With current CVS/releases it just goes like this: [cschalle@localhost temp]$ ./transcode2oggt hour3.avi pascal.ogg Setting pipeline to PAUSED ... Pipeline is PREROLLING ...
Discovered after leaving this pipeline running that eventually it does start, so it seems that for some reason current releases take about 1-2 minutes before starting the actuall transcoding.
works fine here. Can you attach a compressed debug *:5 output up to when it hangs?
Debug log here: I didn't keep it running until it actually started transcoding as the file was growing pretty big. Hopefully this file contains enough info to figure out why it takes so long to start transcoding. http://www.linuxrising.org/files/output.txt.bz2
it's avidemux scanning the file to build an index. It also appears to be very slow.
Some time ago I change the list handling and sorting a bit. Cristian ist this still an issue for you?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!