try this

This was copied from Videostream ffmpeg args... I have no idea if we really need it hmm probably not...

right
now remove params one by one

ah! the only difference I can see is different default encoder params:

svpcode:  "code.simple.opts.h264_amf" = "b=$B,quality=quality,profile=high,rc=vbr_peak"
svpcast: "cast.encode.opts.h264_amf" = "b=$B,quality=quality,profile=high,rc=cbr"

in fact you can try to put all the svpcast's params into svpcode's encoding profile (under "advanced" button):
b=4700000,quality=quality,profile=high,rc=cbr,g=60,keyint_min=60,refs=1,sc_threshold=0

Prerequisites

Windows® 7 (SP1 with the Platform Update), Windows® 8.1, or Windows® 10
Version 1.4.6: AMD Radeon Software Crimson Edition 17.12.1 (17.50.02) or newer

Try the new .130 build.

- should be a little bit less CPU demanding
- added AMD AMF option (*)


(*) I can't check how good or bad it works, so please leave your comments wink
See the encoder options in "All settings": cast.encode.opts.h264_amf and cast.encode.opts.hevc_amf

намекает что не каждый может себе позволить SVP вместе с svpcode

Videostream encodes video for streaming with 5M bitrate.

> Nvenc doesn't matter as my gpu isn't being used when streaming anyways, mostly just the cpu.

You didn't read what I wrote sad Interpolation uses "mostly the cpu" and NVENC works just fine.

...and stream 720p only...

===

I'm wrong, it can do "native resolution", at least for 1080p...
but no NVENC smile

and 5M bitrate at maximum

3,460

(2 replies, posted in Using SVP)

nope, it'd be too predictable big_smile

nothing can stop you from streaming via SVPcast with frame interpolation off

http://www.svp-team.com/forum/viewtopic … 376#p67376

> I found the setting for it on my own.

good for you! now look in SVP's Events log...

and play some "normal" video, not 4K
your hardware obviously is too slow for streaming 4K

> там можно выставить 120 фпс хотя у меня моник 60 фпс?

можно...

120/144 тяжело только без GPU-ускорения
а так - почти вся доп. нагрузка идет на GPU

Tsubajashi
subtitles are tricky... but they are obviously in the todo list

FYI, the next version won't need secondary ffmpeg process to run so it will fix your issue, hopefully

Duckers
Where do i paste that?

if you're asking this - just don't do anything big_smile

svpcode не устраивает? почему?

ok, will try to enable AMF encoder in our build of mpv 0.28...

3,469

(7 replies, posted in Эксплуатация SVP)

нет
сбросить профили в SVP в "5G", а потом выключить GPU-ускорение в SVP же

this's not a part of ffmpeg master
you should ask ffmpeg developers to implement this

===
ha, in fact it WAS finally merged into ffmpeg 3 weeks ago wink
"good news, everyone!" (c)

Duckers wrote:

So, what can i try to do with SVPcast to get it to actually trigger the shield tv or tv to play ongoing streams?

I dunno... fix what you broke big_smile

- does SVP detects Chromecast device(s) correctly with the actual IPs? (see the log)
- you can enable verbose logging with "cast.verbose = true"

> using the other command i should paste still does not work for some reason

with the same "Invalid data found when processing input" error?

> if it even exists on linux

not yet

no, it won't help


a suggestion from google: add "-nostdin" to ffmpeg args

"C:\Program Files (x86)\SVP 4\mpv64\mpv.exe" "E:/Anime/Your Lie in April/[AnimeKaizoku] Your Lie in April - 22 (720p 10bit x265 Dual Audio)[OED].mkv" --aid=1 --sid=no --no-sub-auto --o=- --input-ipc-server=mpvstreampipe --vf=vapoursynth:[C:\Users\jonni\AppData\Roaming\SVP4\scripts\fffe.py]:4:15 --ofps 60.000 --ovc=libx264 --ovfirst --ovcopts=b=9700000,preset=veryfast,g=60,keyint_min=60,refs=1,sc_threshold=0,threads=8 --oac=aac --of=matroska | "C:\Program Files (x86)\SVP 4\utils\ffmpeg.exe" -nostdin -re -i - -map 0:? -codec:v copy -codec:a copy -bsf:v h264_mp4toannexb -f ssegment -segment_time 4 -segment_format mpegts -segment_list_size 10 -segment_list C:/Users/jonni/AppData/Local/Temp/svpcast/stream/svp.m3u8 -segment_start_number 0 -segment_list_flags +live C:/Users/jonni/AppData/Local/Temp/svpcast/stream/svp%04d.ts

honestly, I don't have any idea

downloaded the very same file, and the command line above works as expected

the log doesn't contains ffmpeg output so we don't known why it exits hmm

you can run this manually in a cmd window to see the full output:

"C:\Program Files (x86)\SVP 4\mpv64\mpv.exe" "E:/Anime/Your Lie in April/[AnimeKaizoku] Your Lie in April - 22 (720p 10bit x265 Dual Audio)[OED].mkv" --aid=1 --sid=no --no-sub-auto --o=- --input-ipc-server=mpvstreampipe --vf=vapoursynth:[C:\Users\jonni\AppData\Roaming\SVP4\scripts\fffe.py]:4:15 --ofps 60.000 --ovc=libx264 --ovfirst --ovcopts=b=9700000,preset=veryfast,g=60,keyint_min=60,refs=1,sc_threshold=0,threads=8 --oac=aac --of=matroska | "C:\Program Files (x86)\SVP 4\utils\ffmpeg.exe" -re -i - -map 0:? -codec:v copy -codec:a copy -bsf:v h264_mp4toannexb -f ssegment -segment_time 4 -segment_format mpegts -segment_list_size 10 -segment_list C:/Users/jonni/AppData/Local/Temp/svpcast/stream/svp.m3u8 -segment_start_number 0 -segment_list_flags +live C:/Users/jonni/AppData/Local/Temp/svpcast/stream/svp%04d.ts