VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. This is the readme file from eac3to
    Code:
    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 have this alias
    Code:
    alias eac3to='WINEPREFIX=~/wine32 wine /home/user/Downloads/eac3to_3.52/eac3to.exe'
    I can run this to get the same output as on Windows
    Code:
    eac3to /path/to/disc/root
    So the first command works fine, but the second and 3rd, don't.
    I tried
    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.
    How does one run any of these commands through Wine?
    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.
    Quote Quote  
  2. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by Sawyer View Post
    This is the readme file from eac3to
    Code:
    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 have this alias
    Code:
    alias eac3to='WINEPREFIX=~/wine32 wine /home/user/Downloads/eac3to_3.52/eac3to.exe'
    I can run this to get the same output as on Windows
    Code:
    eac3to /path/to/disc/root
    So the first command works fine, but the second and 3rd, don't.
    I tried
    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.
    How does one run any of these commands through Wine?
    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.
    see if this thread will help - https://forum.videohelp.com/threads/416320-Any-way-to-use-eac3to-exe-with-Wine
    Quote Quote  
  3. Something like this: WINEDEBUG=-all wine "c:\program files (x86)\eac3to\eac3to.exe" "${input}" 2: ${output} -option1 -option2

    You can find the different streams (i.e.: "2:") when doing WINEDEBUG=-all wine "c:\program files (x86)\eac3to\eac3to.exe" "${input}"
    Quote Quote  
  4. 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
    I would like to demux all tracks from title 1), which as to the readme would be
    Code:
    eac3to /media/user/disk 1)
    I tried and same error
    Code:
    eac3to "/media/user/disk" 1:/media/user/output/path -demux
    But from what I've read 1: notation is for tracks, not for titles/playlists.


    // Found the solution

    Originally Posted by Lithium9
    cause binfmt does not do the path translation or you can do Z:/ as the root
    Code:
    eac3to "/path/to/disc" "1)"
    should be translated to
    Code:
    eac3to "Z:\path\to\disc" "1)"
    or
    Code:
    eac3to "$(winepath -w /path/to/disc 2>/dev/null)" "1)"
    Last edited by Sawyer; 22nd Dec 2024 at 11:58.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!