MamasBoyGitHub / universal-media-server

Automatically exported from code.google.com/p/universal-media-server
GNU General Public License v2.0
0 stars 0 forks source link

FFMpegVideo.java wants codec WMA2 #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Playing an MKV file to Xbox360 via FFmpeg
2.
3.

What is the expected output? What do you see instead?

Video fails to play.

From log:

DEBUG 2012-12-29 19:24:59.901 [ffmpeg-7] Starting ffmpeg -y -loglevel warning 
-threads 2 -i 
/media/jay-palacio/Media/TV/Arrested.Development.Season.1.Standard.Def.x264-BTN/
Arrested.Development.S01E01.Pilot.-extended-.mkv -threads 2 -bufsize 1835000 
-maxrate 14000000 -g 5 -q:v 1 -qmin 2 -c:v wmv2 -c:a wma2 -f asf pipe:
DEBUG 2012-12-29 19:24:59.917 [Thread-33] Unknown encoder 'wma2'

What version of the product are you using? On what operating system?

Mint 14 with ffmpeg compiled from source and libavcodec-extra-53

Please provide any additional information below.

src/main/java/net/pms/encoders/FFMpegVideo.java requests WMA2. The correct 
codec name is WMAV2. 

Original issue reported on code.google.com by numb...@gmail.com on 30 Dec 2012 at 4:05

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks for this, the fix will be in the next version :)

Original comment by subjunk on 20 Jan 2013 at 10:24