/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Methods/Rip/adobe.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-08 01:07:23 UTC
  • Revision ID: csa@dside.dyndns.org-20131108010723-gfaem1vwkt6262m1
virtualization mainly

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Conveting video
 
2
===============
 
3
    ffmpeg -i output.avi -f mp4 -y output.mp4
 
4
 
 
5
Extracting screenshot
 
6
=====================
 
7
    ffmpeg -i output.avi -y -ss 1 -f image2 -sameq -r 1/10000 output%d.jpg