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..
but it doesn't work. If I use only stdout.h264 the video track is piped to ffmpeg and converted.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"
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?
+ Reply to Thread
Results 1 to 4 of 4
-
-
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 -
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"
Similar Threads
-
Eac3to process all files in a folder
By ranosb in forum AudioReplies: 5Last Post: 3rd Feb 2015, 15:04 -
Convert BDMV folder into individual mkv files named after titles
By kurbads in forum Blu-ray RippingReplies: 1Last Post: 21st May 2014, 20:20 -
How play BDMV folder
By djdust in forum Blu-ray RippingReplies: 3Last Post: 4th Jan 2012, 04:00 -
Unable to play BDMV folder .. :(
By ahmadka in forum Blu-ray RippingReplies: 1Last Post: 19th Jun 2011, 20:41 -
How to burn a BDMV folder?
By ljCharlie in forum Blu-ray RippingReplies: 5Last Post: 2nd Sep 2010, 12:27