Search found 13 matches

Go to advanced search

by umxprime
12 Dec 2022 09:56
Forum: VLC media player for macOS Troubleshooting
Topic: Can VLC access a USB 3.0 External SSD on my Mac?
Replies: 1
Views: 232

Re: Can VLC access a USB 3.0 External SSD on my Mac?

Hi, Nvidia Shield has 2 USB 3.0 ports. On their website they recommend USB 3.0 flash drives for best performance and compatibility. If you want external SSD for it I think any search engine can help you find what you need, just search for "nvidia shield external ssd". Moreover Nvidia Shiel...
by umxprime
11 Dec 2022 18:47
Forum: VLC media player for macOS Troubleshooting
Topic: Play two mono tracks as stereo pair
Replies: 1
Views: 290

Re: Play two mono tracks as stereo pair

Not 100% sure about this but it might be doable with the stream output options on command line See https://wiki.videolan.org/Documentation:Streaming_HowTo/Advanced_Streaming_Using_the_Command_Line/#select Anyway I can't confirm you'll be able to mix two elementary streams and map them to a stereo ch...
by umxprime
11 Dec 2022 18:21
Forum: VLC media player for macOS Troubleshooting
Topic: Color ASCII art video output missing from my VLC
Replies: 1
Views: 455

Re: Color ASCII art video output missing from my VLC

Sure there's a simple answer : Color ASCII art video output is disabled on macOS The technical answer is : The video output module is here https://code.videolan.org/videolan/vlc/-/blob/master/modules/video_output/caca.c and uses the libcaca contrib which is disabled by the configuration script for m...
by umxprime
08 Nov 2022 21:24
Forum: VLC media player for macOS Troubleshooting
Topic: macOS Compile
Replies: 13
Views: 1277

Re: macOS Compile

Code: Select all

(path)/vlc> mkdir vlc-builds && sh -exo pipefail build.sh ./ ./vlc-builds
build.sh contains your second (fixed) script.
Now used on top of today's git clone -> branch 3.0.x
Have I used your script properly?
Please try with absolute paths instead
by umxprime
04 Nov 2022 11:06
Forum: VLC media player for macOS Troubleshooting
Topic: No picture playing ProRes files
Replies: 12
Views: 1121

Re: No picture playing ProRes files

You may try to use split instead split -b <chunk_size> <input_file> <output_file_pattern> Exemple: split -b 200M Movie.mp4 Movie.mp4. It will output in current working directory 200MB sized chunks named Movie.mp4.01, Movie.mp4.02, Movie.mp4.04, etc... SPLIT(1) General Commands Manual SPLIT(1) NAME s...
by umxprime
03 Nov 2022 18:19
Forum: VLC media player for macOS Troubleshooting
Topic: No picture playing ProRes files
Replies: 12
Views: 1121

Re: No picture playing ProRes files

As requested, we also need a sample file. Here's a sample file: https://www60.zippyshare.com/v/POrkzJhW/file.html This small file plays back fine. The file with the playback problem is much larger (475Gb). Both files were exported in the same way from the same timeline. Let me know if you need anyt...
by umxprime
03 Nov 2022 18:14
Forum: VLC media player for macOS Troubleshooting
Topic: Impossible to use VLC on mac!
Replies: 7
Views: 1055

Re: Impossible to use VLC on mac!

To help you further, we need messages , to completely understand what your problems is. To fix this, please be sure before you start the playback to: Have VLC app in foreground Open Messages window by going to application's menu Window -> Messages... or do keyboard shortcut cmd+shift+M Start playbac...
by umxprime
03 Nov 2022 17:40
Forum: VLC media player for macOS Troubleshooting
Topic: macOS Compile
Replies: 13
Views: 1277

Re: macOS Compile

As far as I can tell you won't be able to build vlc from a gitlab generated code archive because we rely on the git revision to generate vlc's version, and the .git folder isn't packaged in such archive. If you want to rely on buildable source archives, you may check the ones available at https://ww...
by umxprime
27 Oct 2022 16:07
Forum: VLC media player for macOS Troubleshooting
Topic: Impossible to use VLC on mac!
Replies: 7
Views: 1055

Re: Impossible to use VLC on mac!

I need help because I can only listen with VLC but nothing else. Hello Utopic, Do you mean only audio media files are playable ? Do you have sample file to share ? Can you give more infos like which version of VLC you use and your Mac configuration (macOS version, Mac model, CPU architecture, etc) ?
by umxprime
27 Oct 2022 16:02
Forum: VLC for iOS, iPadOS and Apple TV
Topic: 5.1 files only plays stereo
Replies: 1
Views: 304

Re: 5.1 files only plays stereo

Some developers are aware tvOS 16 broke something related to 5.1 in VLC tvOS and they are investigating the issue in order to fix it as soon as possible
by umxprime
27 Oct 2022 16:02
Forum: VLC for iOS, iPadOS and Apple TV
Topic: 5.1 on Apple TV?
Replies: 5
Views: 1626

Re: 5.1 on Apple TV?

Some developers are aware tvOS 16 broke something related to 5.1 in VLC tvOS and they are investigating the issue in order to fix it as soon as possible
by umxprime
27 Oct 2022 15:57
Forum: VLC media player for macOS Troubleshooting
Topic: macOS Compile
Replies: 13
Views: 1277

Re: macOS Compile

Could you give a try with this script and share full output if it fails ? Just be aware it will only work with 3.0 branch and won't build a full featured VLC app but a version with limited modules support. Save the script as build.sh then run it from Terminal with this command : sh -exo pipefail bui...
by umxprime
27 Oct 2022 11:35
Forum: VLC media player for macOS Troubleshooting
Topic: macOS Compile
Replies: 13
Views: 1277

Re: macOS Compile

Hello, I might be able to help. Can you share more infos : - version of macOS and Xcode used to build - your Mac arch (Intel or Apple Silicon) - which git commit of vlc are you trying to build it seems you are using Xcode 14.1 RC as it appears you are compiling against macOS SDK 13.0, can you confir...

Go to advanced search