Bugs item #3599833, was opened at 2013-01-07 12:29
Message generated for change (Comment added) made by uklauer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110706&aid=3599833&group_id=10706

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: this wmv file causes sox_read to forever hang at CPU 100%

Initial Comment:
This gist is a simple test case which demonstrates a wmv file hanging the 
process at 100% CPU when the first sox_read is called.

https://gist.github.com/4478108

----------------------------------------------------------------------

>Comment By: Ulrich Klauer (uklauer)
Date: 2013-02-17 09:51

Message:
Yes, I’m closing this as a wontfix now. Recommended way to process such
files is now to either do it in ffmpeg/avconv directly, or to pipe it from
there into SoX like this:
ffmpeg -i input -f sox - | sox -p output effects

----------------------------------------------------------------------

Comment By: Jan Starý (janstary)
Date: 2013-02-17 02:59

Message:
wmv is one of the codecs "supported" by the deprecated usage of ffmpeg in
SoX.
Do not expect a fix - in future, this will just become an unsupported
format.



----------------------------------------------------------------------

Comment By: bat (bat999)
Date: 2013-02-16 14:36

Message:
Hi
The test file uses wma audo codec.
https://s3.amazonaws.com/superjoe/temp/02a7a451c263b29c79e43ef3ae7c8538.wmv
SoX can't handle this codec.
It's not a bug.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110706&aid=3599833&group_id=10706

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to