https://bugzilla.wikimedia.org/show_bug.cgi?id=57048
--- Comment #3 from Bawolff (Brian Wolff) <[email protected]> --- So it looks like we can't extract metadata from the file (that's the cannot decode ogg file error). From there i think it fallsback to treating as an audio file. The transcode error output is: '/usr/bin/avconv' -y -i '/tmp/localcopy_2ad9c8f12118-1.ogv' -vn -aq '1' -ar '44100' -ac '2' -acodec 'libvorbis' /tmp/transcode_ogg26f67012fce2-1.ogg Exitcode: 1 Memory: 4194304 avconv version 0.8.9-4:0.8.9-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers built on Nov 9 2013 19:08:00 with gcc 4.6.3 [theora @ 0x7048c0] 7 bits left in packet 82 Input #0, ogg, from '/tmp/localcopy_2ad9c8f12118-1.ogv': Duration: 00:00:08.83, start: 0.000000, bitrate: 165 kb/s Stream #0.0: Video: theora, yuv420p, 352x288 [PAR 1:1 DAR 11:9], 30 tbr, 30 tbn, 30 tbc Output #0, ogg, to '/tmp/transcode_ogg26f67012fce2-1.ogg': Output file #0 does not contain any stream Which is essentially saying, you asked to only transcode the audio (-vn stands for no video) but this is a file that has no audio part, only moving pictures. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
