Re: PS4 now support DLNA!
Posted: Wed Jul 15, 2015 1:42 am
@nk69it:
You started it at 21:15:34 and it ended at 21:31:44 prematurely (Duration: 00:40:41)?
Please try to transcode file outside PS4, to local system and when finished, check if final file is with duration of 40:41 or it ended prematurely as when streamed to PS4.
It will help to troubleshoot if problem is file itself, FFmpeg or that problem was on network side. Use this command line in CMD:
[/size]
It should create output.ts file on D:\ so check it and post results or attach error message if manual run will fail to start.
You started it at 21:15:34 and it ended at 21:31:44 prematurely (Duration: 00:40:41)?
Code: Select all
DEBUG 21:31:37.130 [ffmpeg.exe-13-2] frame=43173 fps= 38 q=20.0 size= 735898kB time=00:28:47.56 bitrate=3489.6kbits/s dup=3 drop=0
DEBUG 21:31:38.131 [ffmpeg.exe-13-2] frame=43191 fps= 38 q=20.0 size= 736378kB time=00:28:48.01 bitrate=3490.9kbits/s dup=3 drop=0
TRACE 21:31:38.943 [ffmpeg.exe-13-Timer] buffered: 208.047.595 bytes / inputs: 1
DEBUG 21:31:39.146 [ffmpeg.exe-13-2] frame=43209 fps= 38 q=20.0 size= 736878kB time=00:28:48.97 bitrate=3491.4kbits/s dup=3 drop=0
DEBUG 21:31:39.271 [UPNP-AliveMessageSender] Sending ALIVE...
TRACE 21:31:39.271 [UPNPHelper] Receiving a NOTIFY from [192.168.0.2:54181]
TRACE 21:31:39.271 [nioEventLoopGroup-3-5] Ignoring self-originating request from /192.168.0.2:64179
DEBUG 21:31:40.147 [ffmpeg.exe-13-2] frame=43230 fps= 38 q=18.0 size= 737325kB time=00:28:49.48 bitrate=3492.5kbits/s dup=3 drop=0
TRACE 21:31:40.662 [nioEventLoopGroup-3-13] Ready to Stop: true
TRACE 21:31:40.944 [ffmpeg.exe-13-Timer] buffered: 754.003.724 bytes / inputs: 0
DEBUG 21:31:43.163 [ffmpeg.exe-13-Cleanup] Stopping process: ffmpeg.exe-13
TRACE 21:31:43.163 [ffmpeg.exe-13-Cleanup] Destroying buffer
DEBUG 21:31:43.163 [Thread-54] Error: null
TRACE 21:31:44.179 [ffmpeg.exe-13] EOF
It will help to troubleshoot if problem is file itself, FFmpeg or that problem was on network side. Use this command line in CMD:
Code: Select all
"D:\DVD\Programs\Universal Media Server\win32\ffmpeg.exe" -y -loglevel info -i "V:\SerieTV\The Flash\The.Flash.2014.1x18.Bug-Eyed.Bandit.ITA.WEB-DLMux.x264-iGM.mp4" -filter_complex "subtitles=V\\:/SerieTV/The Flash/The.Flash.2014.1x18.Bug-Eyed.Bandit.ITA.WEB-DLMux.x264-iGM.srt:720x404:ISO-8859-1" -bufsize 31250000 -maxrate 31250000 -crf 19 -ab 448k -c:a ac3 -c:v libx264 -tune zerolatency -preset ultrafast -level 31 -pix_fmt yuv420p -f mpegts D:\output.ts
It should create output.ts file on D:\ so check it and post results or attach error message if manual run will fail to start.