shshankjain / webm

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

ffmpeg does not support partitions or alt-ref #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ffmpeg -token_partitions 4 -flags2 altref

What is the expected behavior?
ability to create vp8 with partitions and altref

What do you see instead?
Unrecognized option 'token_partitions'

What version are you using?
head of mainline ffmpeg
FFmpeg version SVN-r25022

On what operating system?
Windows7

Can you reproduce using the ivfdec or ivfenc tools?
No

What command line are you using?
d:\mediatests\tulip>ffmpeg-vp8 -y -pass 1 -profile 1 -level 100 -qmin 1 -qmax 
51 -token_partitions 8 -flags2 altref -rc_lookahead 16 -skip_threshold 0 
-keyint_min 0 -g 250 -r 29.970 -s 1280x720 -i tulip.1280x720_30Hz_P420.yuv 
-vcodec libvpx -b 2000000 -f matroska tulip_tmp_0.mkv

Please provide any additional information below.

Original issue reported on code.google.com by fbarch...@chromium.org on 22 Sep 2010 at 2:21

GoogleCodeExporter commented 9 years ago
This isn't technically a libvpx bug, but token partition support was added via 
the addition of the -slices parameter in r25551.
Altref I don't expect in the mainline due to philosophical differences about 
the implementation.

Original comment by jz...@google.com on 23 Oct 2010 at 1:00

GoogleCodeExporter commented 9 years ago
Are the philosophical differences regarding altref in mainline documented 
anywhere (ffmpeg mailing list thread, etc.)?

It would be fantastic to have one tool that can create the highest-quality 
.webm and H.264 videos given just about any input. ffmpeg *almost* fits the 
bill there (there are a few x264 options still not supported I think, and 
obviously alt-ref support in VP8 would be required to generate the best quality 
.webm output).

Original comment by malay...@gmail.com on 3 Dec 2010 at 3:51

GoogleCodeExporter commented 9 years ago
here it is in all it's glory:

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-June/090325.html

Original comment by vlado...@gmail.com on 3 Dec 2010 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by iss...@webmproject.org on 16 Mar 2011 at 2:51

GoogleCodeExporter commented 9 years ago

Original comment by agra...@google.com on 17 Mar 2011 at 4:25

GoogleCodeExporter commented 9 years ago
Any missing codec features will be added by patches hosted by this project [1]. 
In general and where appropriate we will continue to send these upstream.

[1]: http://code.google.com/p/webm/downloads/list

Original comment by jz...@google.com on 18 Mar 2011 at 5:17

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:10