|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 09/14/2009 at 09:45AM PDT, ID: 24730159 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: |
For RawVideo Technique : mencoder aa.flv -of rawvideo -nosound -ovc x264 -x264encopts subq=1:frameref=1:bitrate=900:bframes=1:pass=1 -vf scale=1280:720 -o outfile.264 mencoder aa.flv -of rawvideo -nosound -ovc x264 -x264encopts subq=6:frameref=5:bitrate=900:me=umh:partitions=all:bframes=1:me_range=16:cabac:weightb:deblock:pass=2 -vf scale=1280:720 -o outfile.264 mplayer aa.flv -vc dummy -ao pcm:fast:file=audio.wav neroaacenc -q 0.99 -if audio.wav -of outfile.m4a mp4box -add outfile.264 -add outfile.m4a -fps 23.976 finalout.mp4 With Mp4 Container mencoder a.flv -o cikti2.mp4 -oac lavc -lavcopts acodec=libfaac:abitrate=22050:vqmin=2:vhq:keyint=25 -ovc x264 -x264encopts subq=1:frameref=1:bitrate=200:bframes=1:pass=1:b_adapt:b_pyramid:weight_b:partitions=all:me_range=16:me=hex -vf scale=320:240 -of lavf -ofps 20 -faacopts br=200 With FFmpeg libx264 encode : ffmpeg -y -i "C:\Program Files\MPlayer\aa.flv" vcodec libx264 -b 512k -bf 3 -subq 6 -cmp 256 -refs 5 -qmin 10 -qmax 51 -qdiff 4 -coder 1 -loop 1 -me hex -me_range 16 -trellis 1 -flags +mv4 -flags2 +bpyramid+wpred+mixed_refs+brdo+8x8dct -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 "C:\Program Files\MPlayer\cikar.mp4" |
Advertisement