ffmpeg - Convert Sony Cybershot MPG file to mp4 for JavaFX 2


/ Published in: DOS Batch
Save to your folder(s)

ffmpeg - Convert Sony Cybershot MPG file to mp4 for JavaFX 2


Copy this code and paste it in your HTML
  1. ffmpeg -i Camera.MPG -vcodec libx264 Camera2.mp4

Report this snippet


Comments


You need to login to view comments.