User Tools

Site Tools


desktop:videorotate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

desktop:videorotate [d.m.Y H:i]
kodmasin created
desktop:videorotate [d.m.Y H:i] (current)
kodmasin
Line 1: Line 1:
 ====== Rotating multiple video files  ====== ====== Rotating multiple video files  ======
  
-Few days ago I had to rotate more then 200 videos taken on tablet. I was really surprised that there were not default easy to use tool (option) incorporated in windows explorer. So I googled and found many solutions but all required manual process for each file. Then I switched to Linux Mint (Ubuntu) and found avconv (or ffpmeg) command line tool ideal for my job. Now problem was to create script which will start avconv for each video file. This can be easily as simple bash script but I also found [[http://​winff.org | Winff GUI frontend]] for ffmpeg (avconv) so I decided to go with it (you have it in Mint Software ​menager).+Few days ago I had to rotate more then 200 videos taken on tablet. I was really surprised that there were not default easy to use tool (option) incorporated in windows explorer. So I googled and found many solutions but all required manual process for each file. Then I switched to Linux Mint (Ubuntu) and found avconv (or ffpmeg) command line tool ideal for my job. Now problem was to create script which will start avconv for each video file. This can be easily as simple bash script but I also found [[http://​winff.org | Winff GUI frontend]] for ffmpeg (avconv) so I decided to go with it (you have it in Mint Software ​manager).
  
 First test failed because my Mint installation did not had all needed codecs. So I have installed libavcodec-extra package. After that all worked well. First test failed because my Mint installation did not had all needed codecs. So I have installed libavcodec-extra package. After that all worked well.
desktop/videorotate.txt ยท Last modified: d.m.Y H:i by kodmasin