Changes between Initial Version and Version 1 of Ticket #460, comment 2


Ignore:
Timestamp:
Jan 8, 2013, 11:54:52 PM (11 years ago)
Author:
pythonsnake

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #460, comment 2

    initial v1  
    11It 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''):
    22{{{
     3from os import system
     4#...
    35    with tmp_dst:
    46        # Transcode queued file to a VP8/vorbis file that fits in a 640x640 square