Custom Query (1173 matches)
Results (82 - 84 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#501 | cant-reproduce | Video processing halts on "setting up thumbnailing pipeline" | ||
Description |
With clean installation (master branch @24.09.2012) file uploading halts on "setting up thumbnailing pipeline" (after transcoding) for any video file type. Last messages from console log: 2012-09-25 21:11:03,182 DEBUG [mediagoblin.media_types.video.processing] Saving medium... 2012-09-25 21:11:03,185 DEBUG [mediagoblin.media_types.video.processing] Saved medium /opt/mediagoblin/local/lib/python2.7/site-packages/SQLAlchemy-0.7.8-py2.7-linux-x86_64.egg/sqlalchemy/engine/default.py:463: SAWarning: Unicode type received non-unicode bind param value.
2012-09-25 21:11:03,295 INFO [mediagoblin.media_types.video.transcoders] Video length: 37.431 2012-09-25 21:11:03,295 INFO [mediagoblin.media_types.video.transcoders] Setting up thumbnailing pipeline |
|||
#502 | fixed | Online/downloadable video has “640p” in its name, but 640 is the bigger side, not the height. | ||
Description |
http://gobblin.se/u/gnucito_84/m/copying-is-not-theft-480p/ The re-encoded video size is 640px × 426px. 640p would mean 640px height (compare 480p, 720p). |
|||
#503 | no-action | Write tests for the OAuth plugin | ||
Description |
Add test coverage for
|