Chen-tao / webm

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

vpxenc long command line causes crash #543

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My command lines are getting too long, causing scripts to crash

vpxenc -w 1920 -h 1080 --fps=30000/1001 --target-bitrate=2000 
dance.1920x1080_30Hz_P420.yuv -o dance_3000.vp9.webm --skip=3000 --limit=4000 
--fpf=dance_3000_vp9.fpf -p 2 --pass=2 --codec=vp9 --good --cpu-used=0 
--lag-in-frames=25 --min-q=0 --max-q=63 --end-usage=vbr --auto-alt-ref=1 
--kf-max-dist=9999 --kf-min-dist=0 --drop-frame=0 --static-thresh=0 
--bias-pct=50 --minsection-pct=0 --maxsection-pct=2000 --arnr-maxframes=7 
--arnr-strength=5 --arnr-type=3 --sharpness=0 --undershoot-pct=100 --verbose 
--psnr

Could you make some of these options default and/or shorter, so the command 
line can be physically shorter?

Original issue reported on code.google.com by fbarch...@chromium.org on 30 Jan 2013 at 12:52

GoogleCodeExporter commented 8 years ago
VP9 bitstream is not yet finalized 

Original comment by albe...@google.com on 14 Mar 2013 at 10:27

GoogleCodeExporter commented 8 years ago
This is for vp8, as well as vp9, and relates to the command line of vpxenc.
No impact on bitstream.

Original comment by fbarch...@chromium.org on 15 Mar 2013 at 6:32

GoogleCodeExporter commented 8 years ago
Is it vpxenc that's crashing, or some other script/shell? This isn't anywhere 
near the line length limits I know about (say 8k on windows, 256k in bash, 
etc). You can refile this bug as an enhancement requesting a preset system, 
which I think would be interesting, but as a crash bug, if this isn't vpxenc 
crashing, it's probably WAI.

Original comment by jkoles...@google.com on 26 Mar 2013 at 4:12

GoogleCodeExporter commented 8 years ago
Its calling apps that crash.
The request is to make the command line shorter... short forms for more 
options, and make more options have sensible defaults.

At the moment I'm just under the limit that was causing crashes, so as long as 
it doesn't get any worse, I'm okay.

I'm not an owner, so I can't change bug description.

Original comment by fbarch...@google.com on 26 Mar 2013 at 10:17

GoogleCodeExporter commented 8 years ago

Original comment by albe...@google.com on 28 Mar 2013 at 10:12

GoogleCodeExporter commented 8 years ago
I'm not sure what you mean "it's calling apps that crash." vpxenc doesn't call 
any external applications. Sounds like a bug in another application, not vpxenc.

Original comment by jkoles...@google.com on 28 Mar 2013 at 10:14

GoogleCodeExporter commented 8 years ago

Original comment by albe...@google.com on 11 Apr 2013 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by fgalli...@google.com on 17 Oct 2013 at 10:06