iina | The modern video player for macOS | Video Utils library
kandi X-RAY | iina Summary
kandi X-RAY | iina Summary
IINA is the modern video player for macOS. Website · Releases · Telegram Group.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of iina
iina Key Features
iina Examples and Code Snippets
Community Discussions
Trending Discussions on iina
QUESTION
IINA is a good player.
You can even play videos from YouTube (via youtube-dl
)
But how to choose videos quality?
By default youtube-dl
uses best possible quality. If video is 4K – you'll get 4K. Sometimes it is overkill for notebooks.
ANSWER
Answered 2020-May-28 at 12:19You can configure youtube-dl inside of IINA.
To set up max qulity of youtube videos:
Go to Settings / Network / Youtube-dl
Write in
Raw options
sectionformat="bestvideo[height<=?1440]+bestaudio/best[height<=?1440]"
Where
1440
is maximum height that you want (it equals to 1440p).This parameter tells player:
bestvideo[height<=?1440]
— to pick best video up to width=1440px+bestaudio
— mix it with best audio available in source./best[height<=?1440]
— if something goes wrong - take just best video&audio pair (under 1440px of height)
Restart IINA
You can view more details about format selction in youtube-dl
documentation
Also you can read documentation for IINA & youtube-dl
QUESTION
I record video in OBS with two audio tracks, and I use this command to flatten it:
...ANSWER
Answered 2019-Feb-09 at 05:47Quicktime and its consumer apps don't like MP3 audio in a MP4. Switch to the default AAC codec.
-c:a libmp3lame
--> -c:a aac
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install iina
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page