Movie rotate with Linux [closed]












0















I need to rotate some movies by 90 degrees. I can remember a great old Windows app called Windows Movie Maker which is discontinued for some reason and it perfectly hit my needs. It produced a rotated movie with pretty the same quality although the output file's size was smaller than original one with no complex analysis of bit rates, audio codecs and so on.



Now I am looking for a similar solution on Linux. I tried to rotate my movies with ffmpeg or openshot but I got no rewarding results. I would like to keep my movie's quality and change the resolution accordingly, i.e from 1280x720 to 720x1280. Is this possible with some easy action? I suppose the file size should be pretty much the same after that...



Best regards










share|improve this question













closed as off-topic by Ramhound, JakeGould, DavidPostill Feb 2 at 16:10


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – Ramhound, JakeGould, DavidPostill

If this question can be reworded to fit the rules in the help center, please edit the question.

















  • See How to rotate a video 180° with FFmpeg?. Although you want to rotate 90° instead of 180° the methods are basically the same. As for quality use -crf assuming you're outputting H.264 video: see FFmpeg Wiki: H.264.

    – llogan
    Feb 1 at 23:21













  • Welcome to Super User! You are asking an off-topic question. Questions seeking product, service, or learning material recommendations are off-topic. See On Topic. Try softwarerecs.stackexchange.com but please first read What is required for a question to contain "enough information".

    – DavidPostill
    Feb 2 at 16:11
















0















I need to rotate some movies by 90 degrees. I can remember a great old Windows app called Windows Movie Maker which is discontinued for some reason and it perfectly hit my needs. It produced a rotated movie with pretty the same quality although the output file's size was smaller than original one with no complex analysis of bit rates, audio codecs and so on.



Now I am looking for a similar solution on Linux. I tried to rotate my movies with ffmpeg or openshot but I got no rewarding results. I would like to keep my movie's quality and change the resolution accordingly, i.e from 1280x720 to 720x1280. Is this possible with some easy action? I suppose the file size should be pretty much the same after that...



Best regards










share|improve this question













closed as off-topic by Ramhound, JakeGould, DavidPostill Feb 2 at 16:10


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – Ramhound, JakeGould, DavidPostill

If this question can be reworded to fit the rules in the help center, please edit the question.

















  • See How to rotate a video 180° with FFmpeg?. Although you want to rotate 90° instead of 180° the methods are basically the same. As for quality use -crf assuming you're outputting H.264 video: see FFmpeg Wiki: H.264.

    – llogan
    Feb 1 at 23:21













  • Welcome to Super User! You are asking an off-topic question. Questions seeking product, service, or learning material recommendations are off-topic. See On Topic. Try softwarerecs.stackexchange.com but please first read What is required for a question to contain "enough information".

    – DavidPostill
    Feb 2 at 16:11














0












0








0








I need to rotate some movies by 90 degrees. I can remember a great old Windows app called Windows Movie Maker which is discontinued for some reason and it perfectly hit my needs. It produced a rotated movie with pretty the same quality although the output file's size was smaller than original one with no complex analysis of bit rates, audio codecs and so on.



Now I am looking for a similar solution on Linux. I tried to rotate my movies with ffmpeg or openshot but I got no rewarding results. I would like to keep my movie's quality and change the resolution accordingly, i.e from 1280x720 to 720x1280. Is this possible with some easy action? I suppose the file size should be pretty much the same after that...



Best regards










share|improve this question














I need to rotate some movies by 90 degrees. I can remember a great old Windows app called Windows Movie Maker which is discontinued for some reason and it perfectly hit my needs. It produced a rotated movie with pretty the same quality although the output file's size was smaller than original one with no complex analysis of bit rates, audio codecs and so on.



Now I am looking for a similar solution on Linux. I tried to rotate my movies with ffmpeg or openshot but I got no rewarding results. I would like to keep my movie's quality and change the resolution accordingly, i.e from 1280x720 to 720x1280. Is this possible with some easy action? I suppose the file size should be pretty much the same after that...



Best regards







linux ffmpeg






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 1 at 21:43









GandalfGandalf

11




11




closed as off-topic by Ramhound, JakeGould, DavidPostill Feb 2 at 16:10


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – Ramhound, JakeGould, DavidPostill

If this question can be reworded to fit the rules in the help center, please edit the question.







closed as off-topic by Ramhound, JakeGould, DavidPostill Feb 2 at 16:10


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – Ramhound, JakeGould, DavidPostill

If this question can be reworded to fit the rules in the help center, please edit the question.













  • See How to rotate a video 180° with FFmpeg?. Although you want to rotate 90° instead of 180° the methods are basically the same. As for quality use -crf assuming you're outputting H.264 video: see FFmpeg Wiki: H.264.

    – llogan
    Feb 1 at 23:21













  • Welcome to Super User! You are asking an off-topic question. Questions seeking product, service, or learning material recommendations are off-topic. See On Topic. Try softwarerecs.stackexchange.com but please first read What is required for a question to contain "enough information".

    – DavidPostill
    Feb 2 at 16:11



















  • See How to rotate a video 180° with FFmpeg?. Although you want to rotate 90° instead of 180° the methods are basically the same. As for quality use -crf assuming you're outputting H.264 video: see FFmpeg Wiki: H.264.

    – llogan
    Feb 1 at 23:21













  • Welcome to Super User! You are asking an off-topic question. Questions seeking product, service, or learning material recommendations are off-topic. See On Topic. Try softwarerecs.stackexchange.com but please first read What is required for a question to contain "enough information".

    – DavidPostill
    Feb 2 at 16:11

















See How to rotate a video 180° with FFmpeg?. Although you want to rotate 90° instead of 180° the methods are basically the same. As for quality use -crf assuming you're outputting H.264 video: see FFmpeg Wiki: H.264.

– llogan
Feb 1 at 23:21







See How to rotate a video 180° with FFmpeg?. Although you want to rotate 90° instead of 180° the methods are basically the same. As for quality use -crf assuming you're outputting H.264 video: see FFmpeg Wiki: H.264.

– llogan
Feb 1 at 23:21















Welcome to Super User! You are asking an off-topic question. Questions seeking product, service, or learning material recommendations are off-topic. See On Topic. Try softwarerecs.stackexchange.com but please first read What is required for a question to contain "enough information".

– DavidPostill
Feb 2 at 16:11





Welcome to Super User! You are asking an off-topic question. Questions seeking product, service, or learning material recommendations are off-topic. See On Topic. Try softwarerecs.stackexchange.com but please first read What is required for a question to contain "enough information".

– DavidPostill
Feb 2 at 16:11










1 Answer
1






active

oldest

votes


















1














If you would prefer a GUI type of interaction with the program to perform rotation, consider Kdenlive for Linux, (also for Windows) which does support rotation to any angle.



I did a quick search for "rotate video Kdenlive" and the results were substantial. I watched a 2 minute video (out of the dozen options presented) to ensure that the program will do as you require.



When you've exported the video after the rotation, you can determine the compression of the file to match your file size requirements.



The command method referenced in the comment may be more straight-forward than learning a new program, however.






share|improve this answer






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    If you would prefer a GUI type of interaction with the program to perform rotation, consider Kdenlive for Linux, (also for Windows) which does support rotation to any angle.



    I did a quick search for "rotate video Kdenlive" and the results were substantial. I watched a 2 minute video (out of the dozen options presented) to ensure that the program will do as you require.



    When you've exported the video after the rotation, you can determine the compression of the file to match your file size requirements.



    The command method referenced in the comment may be more straight-forward than learning a new program, however.






    share|improve this answer




























      1














      If you would prefer a GUI type of interaction with the program to perform rotation, consider Kdenlive for Linux, (also for Windows) which does support rotation to any angle.



      I did a quick search for "rotate video Kdenlive" and the results were substantial. I watched a 2 minute video (out of the dozen options presented) to ensure that the program will do as you require.



      When you've exported the video after the rotation, you can determine the compression of the file to match your file size requirements.



      The command method referenced in the comment may be more straight-forward than learning a new program, however.






      share|improve this answer


























        1












        1








        1







        If you would prefer a GUI type of interaction with the program to perform rotation, consider Kdenlive for Linux, (also for Windows) which does support rotation to any angle.



        I did a quick search for "rotate video Kdenlive" and the results were substantial. I watched a 2 minute video (out of the dozen options presented) to ensure that the program will do as you require.



        When you've exported the video after the rotation, you can determine the compression of the file to match your file size requirements.



        The command method referenced in the comment may be more straight-forward than learning a new program, however.






        share|improve this answer













        If you would prefer a GUI type of interaction with the program to perform rotation, consider Kdenlive for Linux, (also for Windows) which does support rotation to any angle.



        I did a quick search for "rotate video Kdenlive" and the results were substantial. I watched a 2 minute video (out of the dozen options presented) to ensure that the program will do as you require.



        When you've exported the video after the rotation, you can determine the compression of the file to match your file size requirements.



        The command method referenced in the comment may be more straight-forward than learning a new program, however.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 2 at 0:45









        fred_dot_ufred_dot_u

        913147




        913147















            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕