Skip to content

Instantly share code, notes, and snippets.

@hernad
Created November 17, 2013 19:18
Show Gist options
  • Save hernad/7517015 to your computer and use it in GitHub Desktop.
Save hernad/7517015 to your computer and use it in GitHub Desktop.
vlc

VLC video manager

rotacija videa 180 stepeni (play)

 vlc --video-filter transform --transform-type=vflip 1.kerim.mp4

snimi stream u novi fajl _rotated

vlc 3.kerim.mp4 --sout "#transcode{vcodec=h264,vb=0,scale=0,acodec=mpga,ab=128,channels=2}:file{dst=3.kerim_rotated.mp4}" --sout-transcode-vfilter transform --transform-type vflip --sout-keep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment