Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare Various FFMPEG Video Conversion Options #85

Open
thealphadollar opened this issue Sep 18, 2018 · 0 comments
Open

Compare Various FFMPEG Video Conversion Options #85

thealphadollar opened this issue Sep 18, 2018 · 0 comments
Labels
enhancement New feature or request GCI18 Tasks for Google Code In 2018 good first issue Good for newcomers Inspection Research Tasks which require doing extensive research.

Comments

@thealphadollar
Copy link
Owner

Is your feature request related to a problem? Please describe.
At the moment, Nephos uses two pass encoding from FFMPEG to convert a trasport stream (.ts) file into a .mp4 file. We use the following settings in the FFPMEG to obtain the desired results.

${PATH_TO_FFMPEG} -analyzeduration 2G -probesize 2G -y -i "${INPUT}" -c:v libx264 -b:v 500k -c:a copy -preset veryfast -pass 1 -f mp4 /dev/null &> ffmpeg.log

It is efficient but we lose the subtitles along the way, and also we'd want a better quality to time taken for conversion ratio.

Describe the solution you'd like
A brief analysis of all the conversion options (and encodings) available with FFMPEG and their detailed quality to time taken ratio. The aim of the task it to find a better method to compress the images quickly while retaining the same level of quality or better. It would be a plus point if we could retain the subtitles.

Describe alternatives you've considered
None.

Additional context
The assignee has the freedom to suggest a major change in the method we convert and preprocess files. It is desirable to have a PDF or Doc file as submission.

If the changes are deemed appropriate, a task to implement the same might follow.
One could gain a thorough knowledge of Video formats and encodings through this task.

@thealphadollar thealphadollar added enhancement New feature or request good first issue Good for newcomers Inspection GCI Tasks for Google Code In Research Tasks which require doing extensive research. GCI18 Tasks for Google Code In 2018 and removed GCI Tasks for Google Code In labels Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GCI18 Tasks for Google Code In 2018 good first issue Good for newcomers Inspection Research Tasks which require doing extensive research.
Projects
None yet
Development

No branches or pull requests

1 participant