This is the readme file from eac3to
I have this aliasCode:Examples: eac3to blurayMovieFolder[lists disk titles] eac3to UHDMovieFolder 3)[lists details of title 3] eac3to UHDMovieFolder 3) -demux [demuxes all stream of title 3]I can run this to get the same output as on WindowsCode:alias eac3to='WINEPREFIX=~/wine32 wine /home/user/Downloads/eac3to_3.52/eac3to.exe'So the first command works fine, but the second and 3rd, don't.Code:eac3to /path/to/disc/root
I tried
How does one run any of these commands through Wine?Code:eac3to /path/to/disc/root 1) - bash: syntax error near unexpected token `)' eac3to "/path/to/disc/root 1)" - Please specify the source and dest files first and then the options. eac3to /path/to/disc/root -demux - Please specify the source and dest files first and then the options.
No matter what I try says "Please specify the source and dest files first and then the options.", where on my Windows machine all commands from the readme work fine.
+ Reply to Thread
Results 1 to 4 of 4
-
-
see if this thread will help - https://forum.videohelp.com/threads/416320-Any-way-to-use-eac3to-exe-with-Wine
-
Code:
$ eac3to /media/user/disk 1) 00002.mpls, 00000.m2ts, 1:44:18 - Chapters, 13 chapters - h265/HEVC, 2160p24/1.001 (16:9), HDR10, BT.2020 - h265/HEVC, 1080p24/1.001 (16:9), Dolby Vision, BT.2020 - DTS Master Audio, English, multi-channel, 48kHz - DTS Master Audio, English, stereo, 48kHz
Code:eac3to /media/user/disk 1)
Code:eac3to "/media/user/disk" 1:/media/user/output/path -demux
// Found the solution
Originally Posted by Lithium9Code:eac3to "/path/to/disc" "1)"
Code:eac3to "Z:\path\to\disc" "1)"
Code:eac3to "$(winepath -w /path/to/disc 2>/dev/null)" "1)"
Last edited by Sawyer; 22nd Dec 2024 at 11:58.
Similar Threads
-
Any way to use eac3to.exe with Wine?
By beerninja in forum LinuxReplies: 5Last Post: 25th Oct 2024, 15:29 -
eac3to decoder pack
By Laflame in forum Blu-ray RippingReplies: 0Last Post: 8th Apr 2024, 19:10 -
Does DVDFab run on Linux/Wine? Experiences?
By Michael24 in forum Newbie / General discussionsReplies: 4Last Post: 13th Jan 2024, 20:23 -
trim an ac3 with eac3to
By maudit in forum AudioReplies: 0Last Post: 26th Jan 2022, 17:42 -
[LINUX] can ffmpeg (or any othe linux command) genere an ANIMATED waveform
By Jintor_Universe in forum ProgrammingReplies: 5Last Post: 28th Oct 2021, 20:29