[Bug 16927] add support for firefogg

2011-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927

Bug 16927 depends on bug 17255, which changed state.

Bug 17255 Summary: Support Upload Resume via Server Side File Concatenation
https://bugzilla.wikimedia.org/show_bug.cgi?id=17255

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #11 from Alexandre Emsenhuber [IAlex]   
2009-08-25 21:48:02 UTC ---
Per Michael: fixed with the new-upload branched merged back in core.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-07-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927


Bug 16927 depends on bug 17255, which changed state.

Bug 17255 Summary: Support Upload Resume via Server Side File Concatenation
https://bugzilla.wikimedia.org/show_bug.cgi?id=17255

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED



-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #10 from Brion Vibber   2009-03-19 19:06:57 
UTC ---
*nod* For reference if needed for debugging, here's my sample files:

http://leuksman.com/misc/100_3989.mov <- original 320x240 QuickTime

http://leuksman.com/misc/100_3989.580.ogv <- Firefogg output


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927


Michael Dale  changed:

   What|Removed |Added

 CC||d...@ucsc.edu




--- Comment #9 from Michael Dale   2009-03-19 19:01:24 UTC ---
1) small file scale issue is hard to resolve..its likely a bug with the
underling quicktime decoder in ffmpeg. I think you would have the same problem
with any ffmpeg based transcoder. We are working on a feature that would expose
the resolution of the source media file via firefogg so that we could choose a
lower resolution encode in those cases. (This would also avoid ugly
up-sampling) ...
In general it does not have scaling issues.. I uploaded a 320x240 wmv and it
got converted to 400x300 ogg video without large black borders. 

2) r48590 (firefogg usses ffmpeg (not native quicktime for decodes)).  Added
.wmf file supported (to our file extension check). Also added a error msg with
a link to
http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_File_Types ... (To
test the file types select some non-video file)  
In practice there may be some wmv files that use the latest M$ codecs that may
not work well with ffmpeg... but ~most stuff~ should work. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #8 from Brion Vibber   2009-03-19 17:48:42 UTC 
---
Better. :D

A couple problems I'm still seeing:

* Smaller files aren't scaled properly? 320x240 QuickTime videos from my
mother's digital camera are getting uploaded with large black borders on the
right and bottom.

* Selecting a .wmv file appears to have no affect -- it doesn't fill out the
filename and won't upload. (Tested on Mac OS X; note that I have WMV components
for QuickTime installed.) If only some file types are acceptable, there needs
to be some feedback when selecting an unusable type...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #7 from Michael Dale   2009-03-16 22:28:31 UTC ---
oky try again ..fixed the multiple select binding bug and I have it force the
link to the file on post request completion (that way it does not look like it
hangs at 100% if we don't parse the html result properly) 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #6 from Michael Dale   2009-03-16 21:16:04 UTC ---
(you can test it by adding the following to your user script page: 

importScriptURI('http://mvbox2.cse.ucsc.edu/w/extensions/MetavidWiki/skins/add_media_wizard.js');
 
or 

importScriptURI('http://localhost/wiki/extensions/MetavidWiki/skins/add_media_wizard.js');
 

if you check out the trunk of MetavidWiki locally.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #5 from Brion Vibber   2009-03-16 19:23:31 UTC 
---
Awesome! *runs off to install firefogg on ff 3.1*


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #4 from Michael Dale   2009-03-13 15:48:02 UTC ---
this patch has been folded into the add_media_wizard.js and re factored with
jQuery dependency and in the process of adding chunk support. By moving it into
add_media_wizard.js space it can be deployed as a user gadget. Hopefully we can
do some test deployment with that next week. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #3 from Michael Dale   2009-01-30 19:01:13 UTC ---
right... firefog api changes (need to update the patch) ...  Destination
file-name was not available until the most resent version :)  
other issue is not handling the complex commons upload form property yet. 

update arriving shortly...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #2 from Brion Vibber   2009-01-30 18:41:35 UTC 
---
Couple minor notes:

* Needs localization on the 'Select File' button
* 'Enable video converter' checkbox should use a 
* Destination filename isn't being automatically set when using the converter
option
* Testing w/ a current 3.1 nightly... it seems to be sticking at '100% -
Uploaded'


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927


Michael Dale  changed:

   What|Removed |Added

 Depends on||17255




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-01-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927


Raimond Spekking  changed:

   What|Removed |Added

   Keywords||need-review, patch




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16927] add support for firefogg

2009-01-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #1 from Michael Dale   2009-01-07 23:09:21 UTC ---
Created an attachment (id=5651)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5651)
firefogg patch


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l