Search the Community
Showing results for tags 'pip'.
-
Hello pals, I'm using short term Emby server to serve my Movie and Music collection and I'm fully satisfied. After installed XMLTV server plugin I can watch and my TVHeadend IPTV received TV programs. Now I've though (just an idea because don't look at server plugins in depth) - if the XMLTV plugin uses ffmpeg or avconv to cast TV channels is it possible to make choose second channel and produce resultant stream from both channels with Picture in Picture. I know with FFMpeg is relatively easily like ffmpeg -i pipInput1.flv -i pipInput2.flv -filter_complex "[1]scale=iw/5:ih/5 [pip]; [0][pip] overlay=main_w-overlay_w-10:main_h-overlay_h-10" -profile:v main -level 3.1 -b:v 440k -ar 44100 -ab 128k -s 720x400 -vcodec h264 -acodec libfaac PIP_output1.mp4 or more simple ffmpeg -i master_video.mp4 -vf "movie=second_video.mp4, scale=800:-1 [inner]; [in][inner] overlay=70:70 [out]" completed.mp4 ffmpeg -i rtsp://serer/mp4:1.mov -i http://serer2/sample-video2.mp4 -filter_complex “[1]scale=iw/4:ih/4 [pip]; [0][pip] overlay=main_w-overlay_w-10:main_h-overlay_h-10″ -ar 44100 -f flv rtmp://localhost:1935/Stream etc more variants. Could be possible to be created such PiP IPTV plugin server side ? Thanks to anyone in advance.
-
Just a feature request. I am by no means an app developer so I do not know what it would take, but Picture in Picture mode would be awesome if the Emby app could make use of it.
- 25 replies
-
- 2
-
-
- picture in picture
- pip
-
(and 3 more)
Tagged with: