Revision history of "Ffmpeg: ubah resolusi video"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 06:42, 25 November 2014Onnowpurbo talk contribs 227 bytes +227 New page: ==Untuk 320x240== ffmpeg -i input.mpeg -s 320x240 output.mpeg ffmpeg -i input.mp4 -s 320x240 output.mpeg ==Untuk handphone 640x480== ffmpeg -i input.mpeg -s 640x480 output.mpeg ffm...