Page 20 of 20 FirstFirst ... 1017181920
Results 191 to 198 of 198

Thread: Best software for converting video files

  1. #191
    +1 for Freemake video converter

  2. Software & Hardware   -   #192
    BANNED
    Join Date
    Mar 2022
    Location
    New York
    Posts
    13
    I am using Clipchamp, Its good one with unique features. Here are some more amazing you can try any from these.
    VLC.
    Shotcut.
    QuickTime.
    VEED.IO.
    VideoSmaller.

  3. Software & Hardware   -   #193
    I still have viDrop installed, but don't use it anymore. Oh, and SUPER was my first choice when this thread was created...
    "I just remembered something that happened a long time ago."

  4. Software & Hardware   -   #194
    BANNED
    Join Date
    Mar 2022
    Location
    New York
    Posts
    13
    I am using Xilosoft pack. Try it. Its easy to use and best for everyone.

  5. Software & Hardware   -   #195
    I'm on Linux and find ffmpeg the best and the easiest one. There's a version for Windows as well.
    In your particular example this would look something like
    Code:
    ffmpeg -i in.mp4 -vcodec mpeg4 out.avi
    Better quality might be achieved with
    Code:
    ffmpeg -i inputFile.mp4 -q:v 6 outputFile.avi
    It is also quite easy to automate the process with full control on quality, codecs, etc. once you get used to it with time.
    Last edited by chinwagger; 08-19-2022 at 11:23 PM.

  6. Software & Hardware   -   #196
    I use HandBrake, which is open source and works pretty good.

  7. Software & Hardware   -   #197
    I use MEGUI

  8. Software & Hardware   -   #198
    I think handbrake can do that.

Page 20 of 20 FirstFirst ... 1017181920

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •