Since mencoder unlike ffmpeg does support DVD titles/chapters/angles, I want to:
a. open a dvd source with mencoder
b. pipe the content to ffmpeg, filter with ffmpeg
Problem is how can I properly pipe interlaced content.
Since ffplay is basically ffmpeg without the encoding I'm currently trying something like:
Problem is that the output is broken. :/Code:mencoder -frames 100 -ovc raw -noskip -vf scale,format=i420 -forcedsubsonly -nosub -nosound -mc 0 -lavdopts threads=8 -really-quiet -field-dominance 0 -of rawvideo -o - -dvd-device "F:\TESTCL~1\discs\DVDs\TestDVD" dvd://1 | ffplay -video_size 720x576 -top 1 -f rawvideo -i -
-> Does anyone know how to do this?
Cu Selur
Ps.: I really do not want to deinterlace with mencoder.
+ Reply to Thread
Results 1 to 2 of 2
-
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
Seems like this is caused by newer mplayer/mencoder builds. Old (2019) builds work fine.
So if someone knows a way to get this working again with newer mplayer/mencoder builds please let me know.Last edited by Selur; 2nd Dec 2020 at 02:30.
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Cannot pipe ffmpeg to nero
By ZetaStax in forum AudioReplies: 3Last Post: 13th Sep 2019, 06:58 -
is it possible to send ffmpeg images by using pipe?
By yanshof in forum ProgrammingReplies: 1Last Post: 18th Aug 2018, 07:18 -
how to pipe from ffmpeg to mencoder?
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 11th Jan 2017, 07:28 -
How to pipe yuv444p from mencoder to ffplay and handle it properly?
By Selur in forum Newbie / General discussionsReplies: 4Last Post: 21st Aug 2016, 09:10 -
Pipe from FFMPEG to HANDBRAKECLI (win32)?
By VideoGuruDude in forum Video ConversionReplies: 3Last Post: 16th Jul 2016, 16:53