reimaginemedia / webm

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

vp9_spatial_svc_encoder produces only frames of original resolution #943

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected behavior? What do you see instead?
Wasn't able to obtain stream with spatial scalability using current code 
snapshot. All the frames in a superframe have original resolution.

What version are you using? On what operating system?
Git revision 80e729f6018d9af2733bc45d91442391484a202b
MSVS 2013 x64, Windows 8.1

Can you reproduce using the vpxdec or vpxenc tools? What command line are
you using?
vp9_spatial_svc_encoder.exe -f 10 -p 2 --pass=1 --fpf=first_pass_stats.txt -sl 
5 -tl 1 -t 1/60 -b 9000 -w 1920 -h 1080 --lag-in-frames=25 
BQTerrace_1920x1080_60.yuv bqterrace_spatial.vp9
vp9_spatial_svc_encoder.exe -f 10 -p 2 --pass=2 --fpf=first_pass_stats.txt -sl 
5 -tl 1 -t 1/60 -b 9000 -w 1920 -h 1080 --lag-in-frames=25 
BQTerrace_1920x1080_60.yuv bqterrace_spatial.vp9

Please provide any additional information below.
After commenting vp9_change_config(cpi, &cpi->oxcf) call at line 389 of 
vp9_svc_layercontext.c was able to get layers of different resolution. Hope it 
will help to reproduce and localize the problem.

Original issue reported on code.google.com by ru.xa...@gmail.com on 5 Feb 2015 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by fgalli...@google.com on 12 Feb 2015 at 10:59

GoogleCodeExporter commented 9 years ago

Original comment by aconve...@google.com on 25 Feb 2015 at 7:10

GoogleCodeExporter commented 9 years ago
http://git.chromium.org/gitweb/?p=webm/libvpx.git;a=commit;h=6ea83fdfcb2f666bc81
5ea9d4695849750c0c4fd

Original comment by aconve...@google.com on 9 Mar 2015 at 5:48