Rotating videos with FFmpeg

Rotate 90 clockwise: ffmpeg -i in.mov -vf “transpose=1” out.mov For the transpose parameter you can pass: 0 = 90CounterCLockwise and Vertical Flip (default) 1 = 90Clockwise 2 = 90CounterClockwise 3 = 90Clockwise and Vertical Flip Use -vf “transpose=2,transpose=2” for 180 degrees. Make sure you use a recent ffmpeg version from here (a static build will … Read more

Activity restart on rotation Android

Using the Application Class Depending on what you’re doing in your initialization you could consider creating a new class that extends Application and moving your initialization code into an overridden onCreate method within that class. public class MyApplicationClass extends Application { @Override public void onCreate() { super.onCreate(); // TODO Put your application initialization code here. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)