Changes between Initial Version and Version 1 of Ticket #2251
- Timestamp:
- 02/08/2013 03:58:42 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2251
- Property Status changed from new to closed
- Property Component changed from FFmpeg to undetermined
- Property Resolution changed from to invalid
-
Ticket #2251 – Description
initial v1 1 1 When converting to webm with a "-q 9" argument, avconv instead uses the lowest quality conversion. As it is encoding, it says "q=0.0" and the resulting file is small in size and has bad quality. 2 2 3 "avconv -i vid.mkv -q 9 vid.webm" 3 4 {{{ 5 avconv -i vid.mkv -q 9 vid.webm 4 6 5 7 avconv version 0.8.5-6:0.8.5-0ubuntu0.12.10.1, Copyright (c) 2000-2012 the Libav developers … … 13 15 libswscale 2. 1. 0 / 2. 1. 0 14 16 libpostproc 52. 0. 0 / 52. 0. 0 15 16 Summary of the bug:17 How to reproduce:18 {{{19 % ffmpeg -i input ... output20 ffmpeg version21 built on ...22 17 }}} 23 Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.


