Changes between Initial Version and Version 1 of Ticket #460, comment 2
- Timestamp:
- Jan 8, 2013, 11:54:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #460, comment 2
initial v1 1 1 It seems that your videos' resolutions cannot be detected by gstreamer. I had this issue as well and fixed it by remux'ing all the videos uploaded with ffmpeg (all to mkv for simplicity). That's how I did it (process_video in ''mediagoblin/mediagoblin/media_types/video/processing.py''): 2 2 {{{ 3 from os import system 4 #... 3 5 with tmp_dst: 4 6 # Transcode queued file to a VP8/vorbis file that fits in a 640x640 square