VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Jan 2014
    Location
    Somewhere
    Search Comp PM
    hello guys and girls, I would like to convert some BDMV's folders. I would like to use eac3to to to get the correct mpls file and send all tracks on ffmpeg stdin and convert.

    I have thought about using something like that..

    Code:
    eac3to J:\BDMV\ 1) stdout.mkv | ffmpeg.exe -hwaccel auto -y -i - -map 0:v:0 -c:v libx265 -crf 20.0 -preset veryfast -map 0:a:0 -c:a:0 libvorbis -b:a:0 192k -map 0:a:1 -c:a:1 libvorbis -b:a:1 192k -map 0:s:0 -c:s:0 copy -map 0:s:1 -c:s:1 copy -map 0:s:2 -c:s:2 copy "H:\output.mkv"
    but it doesn't work. If I use only stdout.h264 the video track is piped to ffmpeg and converted.

    What am I doing wrong? or there is a fast way to do that?... I don't actually have to use only ffmpeg and eac3to..

    thanks guys

    Someone can help me?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    What happens? Error? Nothing? Can eac3to output mkv?
    Quote Quote  
  3. Member
    Join Date
    Jan 2014
    Location
    Somewhere
    Search Comp PM
    eac3to is working but i think the output file is not write on the hard drive. just passed to ffmpeg that do nothing. so in console I see nothing. just ffmpeg inizialization with the list of all libraries.

    if I output stdout.h264 ffmpeg get it and encode it in hevc. so my question is how to pass all tracks to ffmpeg and encode them separately
    Quote Quote  
  4. Member
    Join Date
    Jan 2014
    Location
    Somewhere
    Search Comp PM
    up


    with that command I can convert a video track from a bluray folder...

    Code:
    eac3to H:\Test\BDMV\ 1) 2:stdout.h264 | ffmpeg.exe -hwaccel auto -y -i - -map 0:v:0 -c:v libx265 -crf 20.0 -preset veryfast "H:\output.mkv"
    what i need is to convert even subtitle and audio and mux them using ffmpeg... eac3to as I can see can't output to stdout an mkv file.. so my question is: there is another way to pass all tracks in stdout to ffmpeg? I would like to avoid muxing the playlist locally then use the matroska file as input with ffmpeg...
    Quote Quote  



Similar Threads

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