summaryrefslogtreecommitdiff
path: root/data/presets
Commit message (Collapse)AuthorAgeFilesLines
* data: Fix typo in presetJens Georg2013-06-141-1/+1
|
* data: Use proper bitrates for AVC_MP4_BL_CIF15_AAC_520Jens Georg2012-12-222-2/+2
|
* all: Port to GStreamer 1.0Jens Georg2012-11-2110-15/+18
|
* core,data: Fix AVC transcoderJens Georg2012-08-312-1/+4
| | | | | | | | Add a slight hack to enable a streamable position of moov atoms. Drop the passthrough in the transcoder. This doesn*t make sense currently and it needs to be more sophisticated; it doesn't properly work if we change the resolution and/or framerate.
* core: AAC_ISO_320 -> AAC_ADTS_320Jens Georg2012-05-172-1/+10
| | | | | | | Since muxing into streamable mp4 seems to be a bit broken, move to ADTS-framed AAC instead. This is required by DLNA anyway. https://bugzilla.gnome.org/show_bug.cgi?id=675234
* core: Lower MP3 bitrateJens Georg2012-05-171-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675234
* core: Lower MPEG2 bitratesJens Georg2012-05-172-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675234
* core: Fix DLNA bitrates using presetsJens Georg2012-05-179-0/+60
Also cunningly work around bgo#672439 by not providing a preset for mpeg2enc. https://bugzilla.gnome.org/show_bug.cgi?id=675234