flaccidware / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

vpxenc doesn't maintain DAR #1005

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ffmpeg -i /usr/local/avi/derf/city_cif.y4m

Result: 
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 352x288, SAR 128:117 
DAR 1408:1053, 30 fps, 30 tbr, 30 tbn, 30 tbc

vpxenc /usr/local/avi/derf/city_cif.y4m --max-q=63 --target-bitrate=180 -o 
t.webm

ffmpeg -i t.webm
Stream #0:0(eng): Video: vp8, yuv420p, 352x288, SAR 1:1 DAR 11:9, 30 fps, 30 
tbr, 1k tbn, 1k tbc (default)

Original issue reported on code.google.com by jimbankoski@google.com on 1 Jun 2015 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 4 Jun 2015 at 10:15