277 Commits

Author SHA1 Message Date
Christopher Allan Webber
529eb17b38 Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'
Conflicts:
	mediagoblin/db/migrations.py
2013-09-18 14:45:23 -05:00
Rodney Ewing
0485e9c892 typo. conversions not convirsions
thanks to saul for pointing this out.
2013-09-06 14:28:40 -07:00
Rodney Ewing
3f59518463 pdf media_type now have their own config_spec.ini 2013-08-29 08:22:16 -07:00
Rodney Ewing
738cc49926 ascii media_type now have their own config_spec.ini 2013-08-29 08:22:16 -07:00
Rodney Ewing
9ff68c224e audio media_type now have their own config_spec.ini 2013-08-29 08:22:16 -07:00
Rodney Ewing
9a6741d7bf video media_type now have their own config_spec.ini 2013-08-29 08:22:16 -07:00
Rodney Ewing
93874d0a66 image media_type now have their own config_spec.ini 2013-08-29 08:22:16 -07:00
Christopher Allan Webber
7904402750 Should fix Beuc's bug with video thumbnail width... I think! 2013-08-28 09:15:47 -05:00
Christopher Allan Webber
7b12cbd98b Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont. 2013-08-25 13:59:34 -05:00
Rodney Ewing
fd9e4af272 skip ascii thumb resizing if necessary 2013-08-21 16:03:34 -07:00
Rodney Ewing
e2b5634549 skip image resizing if possible 2013-08-21 14:44:18 -07:00
Rodney Ewing
0cdebda7fc only use the width for video thumbnails to keep the correct scaling 2013-08-21 12:38:12 -07:00
Christopher Allan Webber
f397ef118f Fixing migration name. webm not wemb :) 2013-08-21 14:19:11 -05:00
Rodney Ewing
9de4fab437 rename webm_640 to webm_video since it might be a different resolution 2013-08-20 10:29:38 -07:00
Rodney Ewing
931fa43fbc make sure size is a tuple 2013-08-16 15:30:23 -07:00
Rodney Ewing
0a8c0c704d Keep the best quality file if there's no original 2013-08-16 15:30:23 -07:00
Rodney Ewing
7674b9c05b for some reason, the minimum thumbnail size for videos is 100 x 100 2013-08-16 15:30:23 -07:00
Rodney Ewing
1cefccc755 refactor get_orig_filename to return an acceptable filename to the processor.
If there is an original video file and we skip transcoding, delete the webm_640 file
2013-08-16 15:30:23 -07:00
Rodney Ewing
9b1317e3e2 make medium dimensions a tuple 2013-08-16 15:30:23 -07:00
Rodney Ewing
8bb0df62d4 check medium_size arg in skip_transcoding, not config 2013-08-16 15:30:23 -07:00
Rodney Ewing
23a3703a1d use thumb_size 2013-08-16 15:30:22 -07:00
Rodney Ewing
3225008f04 include a thumb_size string with each Resizer to run gmg reprocess thumbs 2013-08-16 15:30:22 -07:00
Rodney Ewing
63021eb609 typos 2013-08-16 15:30:22 -07:00
Rodney Ewing
a2f501982a add quality and filter args to image processors 2013-08-16 15:30:22 -07:00
Rodney Ewing
d63f78fad9 forgot to add the ascii resizer to the list of processors 2013-08-16 15:30:22 -07:00
Rodney Ewing
100a73a298 force thumbnail creation of audio 2013-08-16 15:30:22 -07:00
Rodney Ewing
b95cc59bb9 size should be a tuple 2013-08-16 15:30:22 -07:00
Rodney Ewing
8a528add8b rewind the file to the begining 2013-08-16 15:30:21 -07:00
Rodney Ewing
7a89d27c80 -scale-to only takes 1 size, so choose the smallest 2013-08-16 15:30:21 -07:00
Rodney Ewing
d4380b52b6 include '.png' in filename 2013-08-16 15:30:21 -07:00
Rodney Ewing
96109a58da oops, localized_file not local_file 2013-08-16 15:30:21 -07:00
Rodney Ewing
e7672e5b48 use a tmp_pdf filename 2013-08-16 15:30:21 -07:00
Rodney Ewing
61b3fc5078 don't include the '.' in the ext 2013-08-16 15:30:21 -07:00
Rodney Ewing
2e90b2be16 forgot to change __init__ for new processing managers 2013-08-16 15:30:21 -07:00
Rodney Ewing
2834d84c0c Cleanup image common processor 2013-08-16 15:30:21 -07:00
Rodney Ewing
a3cc93c6af added resizer for stl media 2013-08-16 15:30:21 -07:00
Rodney Ewing
77daec9224 Added initial stl processor 2013-08-16 15:30:21 -07:00
Rodney Ewing
ab64ca3474 add reprocess_manager to __init__ 2013-08-16 15:30:21 -07:00
Rodney Ewing
40554b3395 Use workbench for temp files, refactor _set_pdf_filename, and correct imports 2013-08-16 15:30:21 -07:00
Rodney Ewing
696b0ec64b added pdf Resizer 2013-08-16 15:30:20 -07:00
Rodney Ewing
5fabbcc497 Added pdf Initial processor 2013-08-16 15:30:20 -07:00
Rodney Ewing
698c7a8bc6 added file argument to video resizer and added ascii resizer 2013-08-16 15:30:20 -07:00
Rodney Ewing
35d6a95008 Added initial processor for ascii media 2013-08-16 15:30:20 -07:00
Rodney Ewing
57d1cb3cef added video transcoder 2013-08-16 15:30:20 -07:00
Rodney Ewing
371bcc24d2 Added thumbnail resizer for video 2013-08-16 15:30:20 -07:00
Rodney Ewing
52e9770466 use type=float for audio vorbis quality 2013-08-16 15:30:19 -07:00
Rodney Ewing
347ef58382 Added Initial processor for video 2013-08-16 15:30:19 -07:00
Rodney Ewing
0c509b1b7e added audio reprocessing transcoder 2013-08-16 15:30:19 -07:00
Rodney Ewing
ad80fc8ac7 just use the default quality when creating a thumbnail or spectrogram 2013-08-16 15:30:19 -07:00
Rodney Ewing
2e50e4b5f3 add audio thumbnail and spectrogram resizer 2013-08-16 15:30:19 -07:00