Git Product home page Git Product logo

simpleconvert's Introduction

SimpleConvert

Simple Convert is a small application in which you can convert multiple files to another file type at once using FFMPEG.

Screenshots

SimpleConvert mainwindow

SimpleConvert when converting files

What can I do with it?

SimpleConvert is a small application to convert video and/or audio files to any filetype using ffmpeg. This application aims to provide an easy to understand interface so everyone will be able to use the power of ffmpeg.

Required packages

Building

  • qt5-devel

Installing

  • qt5
  • ffmpeg

How to build

Linux

$ qmake
$ make install

And then run simpleconvert

Windows

This method assumes you're using the Microsoft build tools.

> qmake
> nmake release

To be able to run SimpleConvert you need to copy all the necessary Qt .dll files to the same location as simpleconvert.exe so the binary can find the required libraries.

Packaging

RPM package

$ cd data/packaging/RPM
$ spectool -g simpleconvert.spec
$ fedpkg --release f28 local

This will create a RPM file which you can install using you package manager.

Flatpak bundle

$ cd data/packaging/flatpak
$ flatpak-builder --repo=simpleconvert_repo simpleconvert net.bartkessels.SimpleConvert.json
$ flatpak build-bundle simpleconvert_repo simpleconvert.flatpak net.bartkessels.SimpleConvert

This will create a flatpak bundle called simpleconvert.flatpak. To install the flatpak bundle just run the flatpak install command.

$ flatpak install simpleconvert.flatpak

Once installed you can run it from flatpak

$ flatpak run net.bartkessels.SimpleConvert

Pre-built binaries

RPM from COPR

If you're running fedora you can easily install SimpleConvert from COPR.

$ dnf copr enable bartkessels/simpleconvert
$ dnf install simpleconvert

simpleconvert's People

Contributors

bartkessels avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

simpleconvert's Issues

Add setting to allow quicker cancellation of conversion

Add a setting that specifies whether or not the user should be prompted with a message asking whether or not the conversion should be cancelled.

Current flow:

  1. User clicks on Stop Conversion
  2. Application asks if the user really wants to stop the conversion
  3. User clicks Yes
  4. User stops the conversion

Proposed flow:

User sets a setting to never prompt the user when cancelling

If the setting is set to 'Always prompt'

The Current flow is being executed

If the setting is et to 'Never prompt'

  1. User clicks on Stop Conversion
  2. Application stops the conversion

Create docs

Create SRS and SDD (see Advanced Metronome for examples)

Setting to remove files from list

Add a setting to let the user decide whether or not a converted file should be removed from the list.

So when the user is converting a couple of files, after each file that's converted that file should be removed from the list

Files not found

When converting a file it says that it can't find the ffmpeg module.

I've debugged a little bit and it seems that ffmpeg cannot find the specified files.

Error message:

Traceback (most recent call last):
  File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib64/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.6/site-packages/simpleconvert/SimpleconvertWindow.py", line 175, in convert_file
    ffmpeg.run(stream)
  File "/usr/lib/python3.6/site-packages/ffmpeg_python-0.1.9-py3.6.egg/ffmpeg/_run.py", line 146, in run
    _subprocess.check_call(args)
  File "/usr/lib64/python3.6/subprocess.py", line 286, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib64/python3.6/subprocess.py", line 267, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib64/python3.6/subprocess.py", line 709, in __init__
    restore_signals, start_new_session)
  File "/usr/lib64/python3.6/subprocess.py", line 1344, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg': 'ffmpeg'

Add preference for overwriting files

Right now the default behaviour is to skip files that already exist in the output directory but it would be nice to have a setting in which I can specify what I want

Ask to overwrite files

When the setting 'always overwrite output file' setting is set to false the default behaviour should be to let the user decide on a per file basis whether or not the file should be overwritten.

Fix build process

Fix the build process by either changing the meson files or using another build system.

Add notification

Add option to display a notification when the files are converted

Version number about screen

The version number in the about screen does not match the released version.
It says 1.0 in the about screen but the actual version is 1.1

Set hardcoded export extensions

For SimpleConvert to be accepted onto Flathub ffmpeg must be compiled with only the necessary flags to limit it's footprint. Thus SimpleConvert must have a hard-coded list of supported file types

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.