Coder Social home page Coder Social logo

Adding presets about videomass-presets HOT 9 CLOSED

jeanslack avatar jeanslack commented on June 3, 2024
Adding presets

from videomass-presets.

Comments (9)

johannesdedoper avatar johannesdedoper commented on June 3, 2024 1

I also use DV Resolve on Linux. Nice.
Normally you just have to encode the audio.
See my presets to copy the video and convert audio only to PCM.
Because of the audio in PCM most of the times the file gets bigger but I want to be sure none of the video/audio quality gets lost.
This way video is NOT encoded and audio is encoded in the highest quality.
Furthermore this is very fast, takes only a few seconds per file.
Also you can use the MKV or MOV container, DVR will work with both.

-c:v copy -c:a pcm_s16le -c:s copy

cheers.
J.

from videomass-presets.

johannesdedoper avatar johannesdedoper commented on June 3, 2024 1

@robouden : you are right, I have the Studio version.
But you can also do the mentioned audio conversion in a MOV container. Both containers accept PCM audio.

So just use the preset
-c:v copy -c:a pcm_s16le -c:s copy
and set the container to MOV.

HOWEVER, when your file has 2 streams you should specify which one you want to keep as MOV does not support more than 1 stream as MKV does. Just use the preset settings below:

-c:v copy -c:a pcm_s16le -map 0:v:0 -c:s copy

The -map 0:v:0 indicates the first stream.

Cheers,
J.

from videomass-presets.

jeanslack avatar jeanslack commented on June 3, 2024

Hi,

  1. The simplest is to attach here a *.prst file (in json code) that can be exported from the Videomass Presets Manager.

  2. Post them directly here in this issue, for example:

Profile name: Basic vp9
Description: Basic commands with default settings
Pass 1: -pass 1 -an -sn -c:v libvpx-vp9 -b:v 0k -deadline good -cpu-used 1 -row-mt 1 -f webm
Pass 2: -pass 2 -c:v libvpx-vp9 -b:v 0k -deadline good -cpu-used 1 -row-mt 1 -f webm
Supported formats list:
Output format: webm
Profile name: From WMA 9 to WAV
Description: Converts wma9 files to wav format
Pass 1: -map_metadata 0
Pass 2: 
Supported formats list:
Output format: wav
  1. Creating a pull request with adding your new presets, but that's a little more complicated if it's your first time doing it.

You can choose one of these three options.

from videomass-presets.

robouden avatar robouden commented on June 3, 2024

Davinci Resolve Linux preset:
[
{
"Name": "Davinci resolve convert",
"Description": "Davinci resolve convert",
"First_pass": "-vcodec mjpeg -q:v 2 -acodec pcm_s16be -q:a 0 -f mov",
"Second_pass": "",
"Supported_list": "",
"Output_extension": "mov"
}
]

from videomass-presets.

robouden avatar robouden commented on June 3, 2024

from videomass-presets.

robouden avatar robouden commented on June 3, 2024

from videomass-presets.

jeanslack avatar jeanslack commented on June 3, 2024

your repo is read only.
Maybe you can pull from my repo at
https://github.com/robouden/VideoMass_presets?

@robouden

It can't be read-only, if it was I wouldn't be able to push the changes.

If you only have the preset you posted here, don't pull request now please. As soon as I have some more time I will add it to the presets list and send you the link in this post.

Thank you for sharing your preset!

from videomass-presets.

jeanslack avatar jeanslack commented on June 3, 2024

Hi, Sorry if I'm late,

@johannesdedoper
I have made a selection of your NVidia accelerated video encoding presets and have posted them here, they may be useful for some users.

@robouden
I've added a new folder containing your Davinci Resolve Linux preset. Feel free to add new profiles related to the Davinci Resolve Linux preset using the .prst file inside that folder.
I've also created a new wiki page (work in progress) which will contain Guidelines for sharing Videomass presets.

Thanks a lot to both!

from videomass-presets.

robouden avatar robouden commented on June 3, 2024

from videomass-presets.

Related Issues (3)

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.