Skip to content

Instantly share code, notes, and snippets.

@oczkers
Created May 20, 2017 15:20
Show Gist options
  • Save oczkers/c9da51bae5d4175e342991afde346c45 to your computer and use it in GitHub Desktop.
Save oczkers/c9da51bae5d4175e342991afde346c45 to your computer and use it in GitHub Desktop.
emby ffmpeg logs
http://192.168.0.13:8096/videos/432769d83f68f45b4d7a942fdb45a50a/stream.xml
{"Protocol":"File","Id":"432769d83f68f45b4d7a942fdb45a50a","Path":"D:\\ac3\\The.Day.I.Saw.Your.Heart.2011.Blu.Ray.720p.CINEMANIA.mkv","Type":"Default","Container":"mkv","Name":"720P/H264/AC3","IsRemote":false,"ETag":"510e21b2e11df069baa9bc55b83277b3","RunTimeTicks":56400642048,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"RequiresClosing":false,"SupportsProbing":true,"RequiresLooping":false,"VideoType":"VideoFile","MediaStreams":[{"Codec":"h264","Language":"eng","TimeBase":"1/1000","CodecTimeBase":"1/50","Title":"Release Group CINEMANIA","DisplayTitle":"Eng Release Group CINEMANIA","NalLengthSize":"4","IsInterlaced":false,"IsAVC":true,"BitRate":7228020,"BitDepth":8,"RefFrames":1,"IsDefault":true,"IsForced":false,"Height":688,"Width":1280,"AverageFrameRate":25,"RealFrameRate":25,"Profile":"High","Type":"Video","AspectRatio":"1.85:1","Index":0,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"PixelFormat":"yuv420p","Level":41,"IsAnamorphic":false},{"Codec":"ac3","Language":"rus","TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Нтв+","DisplayTitle":"Rus Нтв+","IsInterlaced":false,"ChannelLayout":"5.1","BitRate":384000,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":true,"Type":"Audio","Index":1,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Level":0,"IsAnamorphic":false},{"Codec":"ac3","Language":"rus","TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Elrom","DisplayTitle":"Rus Elrom","IsInterlaced":false,"ChannelLayout":"stereo","BitRate":192000,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Type":"Audio","Index":2,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Level":0,"IsAnamorphic":false},{"Codec":"dts","Language":"fre","TimeBase":"1/1000","CodecTimeBase":"1/48000","DisplayTitle":"Fre DTS 5.1","IsInterlaced":false,"ChannelLayout":"5.1","BitRate":1536000,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Profile":"DTS","Type":"Audio","Index":3,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Level":0,"IsAnamorphic":false},{"Codec":"subrip","Language":"eng","TimeBase":"1/1000","CodecTimeBase":"0/1","DisplayTitle":"Eng","IsInterlaced":false,"IsDefault":false,"IsForced":false,"Type":"Subtitle","Index":4,"IsExternal":false,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Level":0,"IsAnamorphic":false}],"PlayableStreamFileNames":[],"Formats":[],"Bitrate":9340020,"RequiredHttpHeaders":{}}
C:\Users\oczkers\AppData\Roaming\Emby-Server\ffmpeg\20170308\ffmpeg.exe -f matroska -codec:0 h264 -codec:1 ac3 -codec:2 ac3 -codec:3 dts -i file:"D:\ac3\The.Day.I.Saw.Your.Heart.2011.Blu.Ray.720p.CINEMANIA.mkv" -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 copy -y "C:\Users\oczkers\AppData\Roaming\Emby-Server\transcoding-temp\d49065afd6afcd86aa69bf8eb6084307.xml"
ffmpeg version N-83781-g3016e91 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 6.3.0 (GCC)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment