|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
SageTV spec for transcoder/formats
Is there a SageTV spec that lays out the format of the 'transcoder/formats' section in the Sage.properties file somewhere?
I am looking at the Sage.properties fill right now and can use it as an example to build new transcoding formats but I was hoping there was a spec showing the layout of the parameters on the line.
__________________
SageTV running on: Win10 21H2 SageTV 9.2.6.976 (64 bit) Java 1.8.0 311 (64 bit) OpenDCT 0.5.32 (64 bit) Clients: HD300 (x2) HDHR3-CC Prime 20220822 (Comcast CableCard) - 3 Tuners HDFX-4K Flex 20220822 (OTA) - 4 Tuners |
#2
|
|||
|
|||
Quote:
Maybe this will help extracted from sagetvtranscoder ... Code:
ffmpeg version SageTVTranscoder_v1.1.0 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 8.3-win32 (GCC) 20190406 configuration: --arch=x86 --target-os=mingw64 --cross-prefix=x86_64-w64-mingw32- --enable-libx264 --enable-libx265 --enable-dxva2 --enable-nvenc --enable-cuvid --enable-cuda --disable-ffplay --disable-ffprobe --enable-gpl --enable-static --pkg-config='pkg-config --static' --disable-shared --disable-devices --disable-bzlib --disable-demuxer=msnwc_tcp --extra-cflags='-static -I./pkgconfig/include -lstdc++ -lpthread' --extra-ldflags='-static -L./pkgconfig/lib -static-libgcc -static-libstdc++' libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Getting help: -h -- print basic options -h long -- print more options -h full -- print all options (including all format and codec specific options, very long) -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter/bsf/protocol See man ffmpeg for detailed description of the options. Print help / information / capabilities: -L show license -h topic show help -? topic show help -help topic show help --help topic show help -version show version -buildconf show build configuration -formats show available formats -muxers show available muxers -demuxers show available demuxers -devices show available devices -codecs show available codecs -decoders show available decoders -encoders show available encoders -bsfs show available bit stream filters -protocols show available protocols -filters show available filters -pix_fmts show available pixel formats -layouts show standard channel layouts -sample_fmts show available audio sample formats -colors show available color names -sources device list sources of the input device -sinks device list sinks of the output device -hwaccels show available HW acceleration methods Global options (affect whole program instead of just one file): -loglevel loglevel set logging level -v loglevel set logging level -report generate a report -max_alloc bytes set maximum size of a single allocated block -y overwrite output files -n never overwrite output files -ignore_unknown Ignore unknown stream types -filter_threads number of non-complex filter threads -filter_complex_threads number of threads for -filter_complex -stats print progress report during encoding -max_error_rate maximum error rate ratio of errors (0.0: no errors, 1.0: 100% errors) above which ffmpeg returns an error instead of success. -bits_per_raw_sample number set the number of bits per raw sample -vol volume change audio volume (256=normal) -minpixenergy min pixel energy for thumb -minpixvar min pixel variance for thumb -minpixnumframes max num frames to check for min pix req. Per-file main options: -f fmt force format -c codec codec name -codec codec codec name -pre preset preset name -map_metadata outfile[,metadata]:infile[,metadata] set metadata information of outfile from infile -t duration record or transcode "duration" seconds of audio/video -to time_stop record or transcode stop time -fs limit_size set the limit file size in bytes -ss time_off set the start time offset -sseof time_off set the start time offset relative to EOF -seek_timestamp enable/disable seeking by timestamp with -ss -timestamp time set the recording timestamp ('now' to set the current time) -metadata string=string add metadata -program title=string:st=number... add program with specified streams -target type specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-") -apad audio pad -frames number set the number of frames to output -filter filter_graph set stream filtergraph -filter_script filename read stream filtergraph description from a file -reinit_filter reinit filtergraph on input parameter changes -discard discard -disposition disposition Video options: -vframes number set the number of video frames to output -r rate set frame rate (Hz value, fraction or abbreviation) -s size set frame size (WxH or abbreviation) -aspect aspect set aspect ratio (4:3, 16:9 or 1.3333, 1.7777) -bits_per_raw_sample number set the number of bits per raw sample -vn disable video -vcodec codec force video codec ('copy' to copy stream) -timecode hh:mm:ss[:;.]ff set initial TimeCode value. -pass n select the pass number (1 to 3) -vf filter_graph set video filters -ab bitrate audio bitrate (please use -b:a) -b bitrate video bitrate (please use -b:v) -dn disable data Audio options: -aframes number set the number of audio frames to output -aq quality set audio quality (codec-specific) -ar rate set audio sampling rate (in Hz) -ac channels set number of audio channels -an disable audio -acodec codec force audio codec ('copy' to copy stream) -vol volume change audio volume (256=normal) -af filter_graph set audio filters Subtitle options: -s size set frame size (WxH or abbreviation) -sn disable subtitle -scodec codec force subtitle codec ('copy' to copy stream) -stag fourcc/tag force subtitle tag/fourcc -fix_sub_duration fix subtitles duration -canvas_size size set canvas size (WxH or abbreviation) -spre preset set the subtitle options to the indicated preset
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 07-25-2022 at 03:44 PM. |
#3
|
|||
|
|||
Code:
ffmpeg version SageTVTranscoder_v1.1.0 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 8.3-win32 (GCC) 20190406 configuration: --arch=x86 --target-os=mingw64 --cross-prefix=x86_64-w64-mingw32- --enable-libx264 --enable-libx265 --enable-dxva2 --enable-nvenc --enable-cuvid --enable-cuda --disable-ffplay --disable-ffprobe --enable-gpl --enable-static --pkg-config='pkg-config --static' --disable-shared --disable-devices --disable-bzlib --disable-demuxer=msnwc_tcp --extra-cflags='-static -I./pkgconfig/include -lstdc++ -lpthread' --extra-ldflags='-static -L./pkgconfig/lib -static-libgcc -static-libstdc++' libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100 Codecs: D..... = Decoding supported .E.... = Encoding supported ..V... = Video codec ..A... = Audio codec ..S... = Subtitle codec ...I.. = Intra frame-only codec ....L. = Lossy compression .....S = Lossless compression ------- D.VI.S 012v Uncompressed 4:2:2 10-bit D.V.L. 4xm 4X Movie D.VI.S 8bps QuickTime 8BPS video .EVIL. a64_multi Multicolor charset for Commodore 64 (encoders: a64multi ) .EVIL. a64_multi5 Multicolor charset for Commodore 64, extended with 5th color (colram) (encoders: a64multi5 ) D.V..S aasc Autodesk RLE D.V.L. agm Amuse Graphics Movie D.VIL. aic Apple Intermediate Codec DEVI.S alias_pix Alias/Wavefront PIX image DEVIL. amv AMV Video D.V.L. anm Deluxe Paint Animation D.V.L. ansi ASCII/ANSI art ..V..S apng APNG (Animated Portable Network Graphics) image D.V.L. arbc Gryphon's Anim Compressor DEVIL. asv1 ASUS V1 DEVIL. asv2 ASUS V2 D.VIL. aura Auravision AURA D.VIL. aura2 Auravision Aura 2 ..V.L. av1 Alliance for Open Media AV1 D.V... avrn Avid AVI Codec DEVI.S avrp Avid 1:1 10-bit RGB Packer D.V.L. avs AVS (Audio Video Standard) video ..V.L. avs2 AVS2-P2/IEEE1857.4 DEVI.S avui Avid Meridien Uncompressed DEVI.S ayuv Uncompressed packed MS 4:4:4:4 D.V.L. bethsoftvid Bethesda VID video D.V.L. bfi Brute Force & Ignorance D.V.L. binkvideo Bink video D.VI.. bintext Binary text D.VI.S bitpacked Bitpacked DEVI.S bmp BMP (Windows and OS/2 bitmap) D.V..S bmv_video Discworld II BMV video D.VI.S brender_pix BRender PIX image D.V.L. c93 Interplay C93 D.V.L. cavs Chinese AVS (Audio Video Standard) (AVS1-P2, JiZhun profile) D.V.L. cdgraphics CD Graphics video D.V..S cdtoons CDToons video D.VIL. cdxl Commodore CDXL video D.V.L. cfhd Cineform HD DEV.L. cinepak Cinepak D.V.L. clearvideo Iterated Systems ClearVideo DEVIL. cljr Cirrus Logic AccuPak D.VI.S cllc Canopus Lossless Codec D.V.L. cmv Electronic Arts CMV video (decoders: eacmv ) D.V... cpia CPiA video format D.V..S cscd CamStudio (decoders: camstudio ) D.VIL. cyuv Creative YUV (CYUV) ..V.LS daala Daala D.VILS dds DirectDraw Surface image decoder D.V.L. dfa Chronomaster DFA DEV.LS dirac Dirac (encoders: vc2 ) DEVIL. dnxhd VC3/DNxHD DEVI.S dpx DPX (Digital Picture Exchange) image D.V.L. dsicinvideo Delphine Software International CIN video DEVIL. dvvideo DV (Digital Video) ..V..S dxa Feeble Files/ScummVM DXA D.VI.S dxtory Dxtory D.VIL. dxv Resolume DXV D.V.L. escape124 Escape 124 D.V.L. escape130 Escape 130 ..VILS exr OpenEXR image DEV..S ffv1 FFmpeg video codec #1 DEVI.S ffvhuff Huffyuv FFmpeg variant D.V.L. fic Mirillis FIC DEVI.S fits FITS (Flexible Image Transport System) ..V..S flashsv Flash Screen Video v1 ..V.L. flashsv2 Flash Screen Video v2 D.V..S flic Autodesk Animator Flic video DEV.L. flv1 FLV / Sorenson Spark / Sorenson H.263 (Flash Video) (decoders: flv ) (encoders: flv ) D.V..S fmvc FM Screen Capture Codec D.VI.S fraps Fraps D.VI.S frwu Forward Uncompressed ..V.L. g2m Go2Meeting D.V.L. gdv Gremlin Digital Video DEV..S gif CompuServe GIF (Graphics Interchange Format) DEV.L. h261 H.261 DEV.L. h263 H.263 / H.263-1996, H.263+ / H.263-1998 / H.263 version 2 D.V.L. h263i Intel H.263 DEV.L. h263p H.263+ / H.263-1998 / H.263 version 2 DEV.LS h264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (decoders: h264 h264_cuvid ) (encoders: libx264 libx264rgb h264_mf h264_nvenc nvenc nvenc_h264 ) D.VIL. hap Vidvox Hap DEV.L. hevc H.265 / HEVC (High Efficiency Video Coding) (decoders: hevc hevc_cuvid ) (encoders: libx265 nvenc_hevc hevc_mf hevc_nvenc ) D.V.L. hnm4video HNM 4 video D.VIL. hq_hqa Canopus HQ/HQA D.VIL. hqx Canopus HQX DEVI.S huffyuv HuffYUV D.VI.S hymt HuffYUV MT D.V.L. idcin id Quake II CIN video (decoders: idcinvideo ) D.VI.. idf iCEDraw text D.V.L. iff_ilbm IFF ACBM/ANIM/DEEP/ILBM/PBM/RGB8/RGBN (decoders: iff ) D.V.L. imm4 Infinity IMM4 D.V.L. imm5 Infinity IMM5 D.V.L. indeo2 Intel Indeo 2 D.V.L. indeo3 Intel Indeo 3 D.V.L. indeo4 Intel Indeo Video Interactive 4 D.V.L. indeo5 Intel Indeo Video Interactive 5 D.V.L. interplayvideo Interplay MVE video DEVILS jpeg2000 JPEG 2000 DEVILS jpegls JPEG-LS D.VIL. jv Bitmap Brothers JV video D.V.L. kgv1 Kega Game Video D.V.L. kmvc Karl Morton's video codec D.VI.S lagarith Lagarith lossless .EVI.S ljpeg Lossless JPEG D.VI.S loco LOCO ..V.L. lscr LEAD Screen Capture D.VI.S m101 Matrox Uncompressed SD D.V.L. mad Electronic Arts Madcow Video (decoders: eamad ) DEVI.S magicyuv MagicYUV video D.VIL. mdec Sony PlayStation MDEC (Motion DECoder) D.V.L. mimic Mimic DEVIL. mjpeg Motion JPEG (decoders: mjpeg mjpeg_cuvid ) D.VIL. mjpegb Apple MJPEG-B D.V.L. mmvideo American Laser Games MM Video D.V.L. motionpixels Motion Pixels video DEV.L. mpeg1video MPEG-1 video (decoders: mpeg1video mpeg1_cuvid ) DEV.L. mpeg2video MPEG-2 video (decoders: mpeg2video mpegvideo mpeg2_cuvid ) DEV.L. mpeg4 MPEG-4 part 2 (decoders: mpeg4 mpeg4_cuvid ) D.V.L. msa1 MS ATC Screen ..VI.S mscc Mandsoft Screen Capture Codec D.V.L. msmpeg4v1 MPEG-4 part 2 Microsoft variant version 1 DEV.L. msmpeg4v2 MPEG-4 part 2 Microsoft variant version 2 DEV.L. msmpeg4v3 MPEG-4 part 2 Microsoft variant version 3 (decoders: msmpeg4 ) (encoders: msmpeg4 ) D.V..S msrle Microsoft RLE D.V.L. mss1 MS Screen 1 D.VIL. mss2 MS Windows Media Video V9 Screen DEV.L. msvideo1 Microsoft Video 1 D.VI.S mszh LCL (LossLess Codec Library) MSZH D.V.L. mts2 MS Expression Encoder Screen D.V.L. mv30 MidiVid 3.0 D.VIL. mvc1 Silicon Graphics Motion Video Compressor 1 D.VIL. mvc2 Silicon Graphics Motion Video Compressor 2 D.V.L. mvdv MidiVid VQ ..VIL. mvha MidiVid Archive Codec ..V..S mwsc MatchWare Screen Capture Codec D.V.L. mxpeg Mobotix MxPEG video D.VIL. notchlc NotchLC D.V.L. nuv NuppelVideo/RTJPEG D.V.L. paf_video Amazing Studio Packed Animation File Video DEVI.S pam PAM (Portable AnyMap) image DEVI.S pbm PBM (Portable BitMap) image DEVI.S pcx PC Paintbrush PCX image D.VI.S pfm PFM (Portable FloatMap) image DEVI.S pgm PGM (Portable GrayMap) image DEVI.S pgmyuv PGMYUV (Portable GrayMap YUV) image D.VIL. pictor Pictor/PC Paint D.VIL. pixlet Apple Pixlet ..V..S png PNG (Portable Network Graphics) image DEVI.S ppm PPM (Portable PixelMap) image DEVIL. prores Apple ProRes (iCodec Pro) (encoders: prores prores_aw prores_ks ) D.VIL. prosumer Brooktree ProSumer Video D.VI.S psd Photoshop PSD file D.VIL. ptx V.Flash PTX image D.VI.S qdraw Apple QuickDraw D.V.L. qpeg Q-team QPEG DEV..S qtrle QuickTime Animation (RLE) video DEVI.S r10k AJA Kona 10-bit RGB Codec DEVI.S r210 Uncompressed RGB 10-bit ..V.L. rasc RemotelyAnywhere Screen Capture DEVI.S rawvideo raw video D.VIL. rl2 RL2 video DEV.L. roq id RoQ video (decoders: roqvideo ) (encoders: roqvideo ) D.V.L. rpza QuickTime video (RPZA) ..V..S rscc innoHeim/Rsupport Screen Capture Codec DEV.L. rv10 RealVideo 1.0 DEV.L. rv20 RealVideo 2.0 D.V.L. rv30 RealVideo 3.0 D.V.L. rv40 RealVideo 4.0 D.V.L. sanm LucasArts SANM/SMUSH video D.V.LS scpr ScreenPressor ..V..S screenpresso Screenpresso DEVI.S sgi SGI image D.VI.S sgirle SGI RLE 8-bit D.VI.S sheervideo BitJazz SheerVideo D.V.L. smackvideo Smacker video (decoders: smackvid ) D.V.L. smc QuickTime Graphics (SMC) D.V... smvjpeg Sigmatel Motion Video DEV.LS snow Snow D.VIL. sp5x Sunplus JPEG (SP5X) D.VIL. speedhq NewTek SpeedHQ ..VI.S srgc Screen Recorder Gold Codec DEVI.S sunrast Sun Rasterfile image ..V..S svg Scalable Vector Graphics DEV.L. svq1 Sorenson Vector Quantizer 1 / Sorenson Video 1 / SVQ1 D.V.L. svq3 Sorenson Vector Quantizer 3 / Sorenson Video 3 / SVQ3 DEVI.S targa Truevision Targa image D.VI.S targa_y216 Pinnacle TARGA CineWave YUV16 ..V.L. tdsc TDSC D.V.L. tgq Electronic Arts TGQ video (decoders: eatgq ) D.V.L. tgv Electronic Arts TGV video (decoders: eatgv ) D.V.L. theora Theora D.VIL. thp Nintendo Gamecube THP video D.V.L. tiertexseqvideo Tiertex Limited SEQ video DEVI.S tiff TIFF image D.VIL. tmv 8088flex TMV D.V.L. tqi Electronic Arts TQI video (decoders: eatqi ) D.V.L. truemotion1 Duck TrueMotion 1.0 D.V.L. truemotion2 Duck TrueMotion 2.0 D.VIL. truemotion2rt Duck TrueMotion 2.0 Real Time ..V..S tscc TechSmith Screen Capture Codec D.V.L. tscc2 TechSmith Screen Codec 2 D.VIL. txd Renderware TXD (TeXture Dictionary) image D.V.L. ulti IBM UltiMotion (decoders: ultimotion ) DEVI.S utvideo Ut Video DEVI.S v210 Uncompressed 4:2:2 10-bit D.VI.S v210x Uncompressed 4:2:2 10-bit DEVI.S v308 Uncompressed packed 4:4:4 DEVI.S v408 Uncompressed packed QT 4:4:4:4 DEVI.S v410 Uncompressed 4:4:4 10-bit D.V.L. vb Beam Software VB D.VI.S vble VBLE Lossless Codec D.V.L. vc1 SMPTE VC-1 (decoders: vc1 vc1_cuvid ) D.V.L. vc1image Windows Media Video 9 Image v2 D.VIL. vcr1 ATI VCR1 D.VIL. vixl Miro VideoXL (decoders: xl ) D.V.L. vmdvideo Sierra VMD video D.V..S vmnc VMware Screen Codec / VMware Video D.V.L. vp3 On2 VP3 D.V.L. vp4 On2 VP4 D.V.L. vp5 On2 VP5 D.V.L. vp6 On2 VP6 D.V.L. vp6a On2 VP6 (Flash version, with alpha channel) D.V.L. vp6f On2 VP6 (Flash version) D.V.L. vp7 On2 VP7 D.V.L. vp8 On2 VP8 (decoders: vp8 vp8_cuvid ) D.V.L. vp9 Google VP9 (decoders: vp9 vp9_cuvid ) ..V..S wcmv WinCAM Motion Video D.VILS webp WebP DEV.L. wmv1 Windows Media Video 7 DEV.L. wmv2 Windows Media Video 8 D.V.L. wmv3 Windows Media Video 9 D.V.L. wmv3image Windows Media Video 9 Image D.VIL. wnv1 Winnov WNV1 DEV..S wrapped_avframe AVFrame to AVPacket passthrough D.V.L. ws_vqa Westwood Studios VQA (Vector Quantized Animation) video (decoders: vqavideo ) D.V.L. xan_wc3 Wing Commander III / Xan D.V.L. xan_wc4 Wing Commander IV / Xxan D.VI.. xbin eXtended BINary text DEVI.S xbm XBM (X BitMap) image DEVIL. xface X-face image D.VI.S xpm XPM (X PixMap) image DEVI.S xwd XWD (X Window Dump) image DEVI.S y41p Uncompressed YUV 4:1:1 12-bit D.VI.S ylc YUY2 Lossless Codec D.V.L. yop Psygnosis YOP Video DEVI.S yuv4 Uncompressed packed 4:2:0 ..V..S zerocodec ZeroCodec Lossless Video ..VI.S zlib LCL (LossLess Codec Library) ZLIB ..V..S zmbv Zip Motion Blocks Video ..AIL. 4gv 4GV (Fourth Generation Vocoder) D.AIL. 8svx_exp 8SVX exponential D.AIL. 8svx_fib 8SVX fibonacci DEAIL. aac AAC (Advanced Audio Coding) (decoders: aac aac_fixed ) (encoders: aac aac_mf ) D.AIL. aac_latm AAC LATM (Advanced Audio Coding LATM syntax) DEAIL. ac3 ATSC A/52A (AC-3) (decoders: ac3 ac3_fixed ) (encoders: ac3 ac3_fixed ac3_mf ) D.AIL. acelp.kelvin Sipro ACELP.KELVIN D.AIL. adpcm_4xm ADPCM 4X Movie DEAIL. adpcm_adx SEGA CRI ADX ADPCM D.AIL. adpcm_afc ADPCM Nintendo Gamecube AFC D.AIL. adpcm_agm ADPCM AmuseGraphics Movie AGM D.AIL. adpcm_aica ADPCM Yamaha AICA D.AIL. adpcm_argo ADPCM Argonaut Games D.AIL. adpcm_ct ADPCM Creative Technology D.AIL. adpcm_dtk ADPCM Nintendo Gamecube DTK D.AIL. adpcm_ea ADPCM Electronic Arts D.AIL. adpcm_ea_maxis_xa ADPCM Electronic Arts Maxis CDROM XA D.AIL. adpcm_ea_r1 ADPCM Electronic Arts R1 D.AIL. adpcm_ea_r2 ADPCM Electronic Arts R2 D.AIL. adpcm_ea_r3 ADPCM Electronic Arts R3 D.AIL. adpcm_ea_xas ADPCM Electronic Arts XAS DEAIL. adpcm_g722 G.722 ADPCM (decoders: g722 ) (encoders: g722 ) DEAIL. adpcm_g726 G.726 ADPCM (decoders: g726 ) (encoders: g726 ) DEAIL. adpcm_g726le G.726 ADPCM little-endian (decoders: g726le ) (encoders: g726le ) D.AIL. adpcm_ima_alp ADPCM IMA High Voltage Software ALP D.AIL. adpcm_ima_amv ADPCM IMA AMV D.AIL. adpcm_ima_apc ADPCM IMA CRYO APC D.AIL. adpcm_ima_apm ADPCM IMA Ubisoft APM D.AIL. adpcm_ima_cunning ADPCM IMA Cunning Developments D.AIL. adpcm_ima_dat4 ADPCM IMA Eurocom DAT4 D.AIL. adpcm_ima_dk3 ADPCM IMA Duck DK3 D.AIL. adpcm_ima_dk4 ADPCM IMA Duck DK4 D.AIL. adpcm_ima_ea_eacs ADPCM IMA Electronic Arts EACS D.AIL. adpcm_ima_ea_sead ADPCM IMA Electronic Arts SEAD D.AIL. adpcm_ima_iss ADPCM IMA Funcom ISS D.AIL. adpcm_ima_mtf ADPCM IMA Capcom's MT Framework D.AIL. adpcm_ima_oki ADPCM IMA Dialogic OKI DEAIL. adpcm_ima_qt ADPCM IMA QuickTime D.AIL. adpcm_ima_rad ADPCM IMA Radical D.AIL. adpcm_ima_smjpeg ADPCM IMA Loki SDL MJPEG DEAIL. adpcm_ima_ssi ADPCM IMA Simon & Schuster Interactive DEAIL. adpcm_ima_wav ADPCM IMA WAV D.AIL. adpcm_ima_ws ADPCM IMA Westwood DEAIL. adpcm_ms ADPCM Microsoft D.AIL. adpcm_mtaf ADPCM MTAF D.AIL. adpcm_psx ADPCM Playstation D.AIL. adpcm_sbpro_2 ADPCM Sound Blaster Pro 2-bit D.AIL. adpcm_sbpro_3 ADPCM Sound Blaster Pro 2.6-bit D.AIL. adpcm_sbpro_4 ADPCM Sound Blaster Pro 4-bit DEAIL. adpcm_swf ADPCM Shockwave Flash D.AIL. adpcm_thp ADPCM Nintendo THP D.AIL. adpcm_thp_le ADPCM Nintendo THP (Little-Endian) D.AIL. adpcm_vima LucasArts VIMA audio D.AIL. adpcm_xa ADPCM CDROM XA DEAIL. adpcm_yamaha ADPCM Yamaha D.AIL. adpcm_zork ADPCM Zork DEAI.S alac ALAC (Apple Lossless Audio Codec) D.AIL. amr_nb AMR-NB (Adaptive Multi-Rate NarrowBand) (decoders: amrnb ) D.AIL. amr_wb AMR-WB (Adaptive Multi-Rate WideBand) (decoders: amrwb ) D.AI.S ape Monkey's Audio DEAIL. aptx aptX (Audio Processing Technology for Bluetooth) DEAIL. aptx_hd aptX HD (Audio Processing Technology for Bluetooth) D.AIL. atrac1 ATRAC1 (Adaptive TRansform Acoustic Coding) D.AIL. atrac3 ATRAC3 (Adaptive TRansform Acoustic Coding 3) D.AI.S atrac3al ATRAC3 AL (Adaptive TRansform Acoustic Coding 3 Advanced Lossless) D.AIL. atrac3p ATRAC3+ (Adaptive TRansform Acoustic Coding 3+) (decoders: atrac3plus ) D.AI.S atrac3pal ATRAC3+ AL (Adaptive TRansform Acoustic Coding 3+ Advanced Lossless) (decoders: atrac3plusal ) D.AIL. atrac9 ATRAC9 (Adaptive TRansform Acoustic Coding 9) D.AIL. avc On2 Audio for Video Codec (decoders: on2avc ) D.AIL. binkaudio_dct Bink Audio (DCT) D.AIL. binkaudio_rdft Bink Audio (RDFT) D.AIL. bmv_audio Discworld II BMV audio ..AIL. celt Constrained Energy Lapped Transform (CELT) ..AIL. codec2 codec2 (very low bitrate speech codec) DEAIL. comfortnoise RFC 3389 Comfort Noise D.AIL. cook Cook / Cooker / Gecko (RealAudio G2) D.AIL. derf_dpcm DPCM Xilam DERF D.AIL. dolby_e Dolby E D.AIL. dsd_lsbf DSD (Direct Stream Digital), least significant bit first D.AIL. dsd_lsbf_planar DSD (Direct Stream Digital), least significant bit first, planar D.AIL. dsd_msbf DSD (Direct Stream Digital), most significant bit first D.AIL. dsd_msbf_planar DSD (Direct Stream Digital), most significant bit first, planar D.AIL. dsicinaudio Delphine Software International CIN audio D.AIL. dss_sp Digital Speech Standard - Standard Play mode (DSS SP) D.AI.S dst DST (Direct Stream Transfer) DEAILS dts DCA (DTS Coherent Acoustics) (decoders: dca ) (encoders: dca ) D.AIL. dvaudio DV audio DEAIL. eac3 ATSC A/52B (AC-3, E-AC-3) D.AIL. evrc EVRC (Enhanced Variable Rate Codec) DEAI.S flac FLAC (Free Lossless Audio Codec) DEAIL. g723_1 G.723.1 D.AIL. g729 G.729 D.AIL. gremlin_dpcm DPCM Gremlin D.AIL. gsm GSM D.AIL. gsm_ms GSM Microsoft variant D.AIL. hca CRI HCA D.AIL. hcom HCOM Audio D.AIL. iac IAC (Indeo Audio Coder) D.AIL. ilbc iLBC (Internet Low Bitrate Codec) D.AIL. imc IMC (Intel Music Coder) D.AIL. interplay_dpcm DPCM Interplay D.AIL. interplayacm Interplay ACM D.AIL. mace3 MACE (Macintosh Audio Compression/Expansion) 3:1 D.AIL. mace6 MACE (Macintosh Audio Compression/Expansion) 6:1 D.AIL. metasound Voxware MetaSound DEAI.S mlp MLP (Meridian Lossless Packing) D.AIL. mp1 MP1 (MPEG audio layer 1) (decoders: mp1 mp1float ) DEAIL. mp2 MP2 (MPEG audio layer 2) (decoders: mp2 mp2float ) (encoders: mp2 mp2fixed ) DEAIL. mp3 MP3 (MPEG audio layer 3) (decoders: mp3float mp3 ) (encoders: mp3_mf ) D.AIL. mp3adu ADU (Application Data Unit) MP3 (MPEG audio layer 3) (decoders: mp3adufloat mp3adu ) D.AIL. mp3on4 MP3onMP4 (decoders: mp3on4float mp3on4 ) D.AI.S mp4als MPEG-4 Audio Lossless Coding (ALS) (decoders: als ) ..A.L. mpegh_3d_audio MPEG-H 3D Audio D.AIL. musepack7 Musepack SV7 (decoders: mpc7 ) D.AIL. musepack8 Musepack SV8 (decoders: mpc8 ) DEAIL. nellymoser Nellymoser Asao DEAIL. opus Opus (Opus Interactive Audio Codec) D.AIL. paf_audio Amazing Studio Packed Animation File Audio DEAIL. pcm_alaw PCM A-law / G.711 A-law D.AI.S pcm_bluray PCM signed 16|20|24-bit big-endian for Blu-ray media DEAI.S pcm_dvd PCM signed 20|24-bit big-endian D.AI.S pcm_f16le PCM 16.8 floating point little-endian D.AI.S pcm_f24le PCM 24.0 floating point little-endian DEAI.S pcm_f32be PCM 32-bit floating point big-endian DEAI.S pcm_f32le PCM 32-bit floating point little-endian DEAI.S pcm_f64be PCM 64-bit floating point big-endian DEAI.S pcm_f64le PCM 64-bit floating point little-endian D.AI.S pcm_lxf PCM signed 20-bit little-endian planar DEAIL. pcm_mulaw PCM mu-law / G.711 mu-law DEAI.S pcm_s16be PCM signed 16-bit big-endian DEAI.S pcm_s16be_planar PCM signed 16-bit big-endian planar DEAI.S pcm_s16le PCM signed 16-bit little-endian DEAI.S pcm_s16le_planar PCM signed 16-bit little-endian planar DEAI.S pcm_s24be PCM signed 24-bit big-endian DEAI.S pcm_s24daud PCM D-Cinema audio signed 24-bit DEAI.S pcm_s24le PCM signed 24-bit little-endian DEAI.S pcm_s24le_planar PCM signed 24-bit little-endian planar DEAI.S pcm_s32be PCM signed 32-bit big-endian DEAI.S pcm_s32le PCM signed 32-bit little-endian DEAI.S pcm_s32le_planar PCM signed 32-bit little-endian planar DEAI.S pcm_s64be PCM signed 64-bit big-endian DEAI.S pcm_s64le PCM signed 64-bit little-endian DEAI.S pcm_s8 PCM signed 8-bit DEAI.S pcm_s8_planar PCM signed 8-bit planar DEAI.S pcm_u16be PCM unsigned 16-bit big-endian DEAI.S pcm_u16le PCM unsigned 16-bit little-endian DEAI.S pcm_u24be PCM unsigned 24-bit big-endian DEAI.S pcm_u24le PCM unsigned 24-bit little-endian DEAI.S pcm_u32be PCM unsigned 32-bit big-endian DEAI.S pcm_u32le PCM unsigned 32-bit little-endian DEAI.S pcm_u8 PCM unsigned 8-bit DEAIL. pcm_vidc PCM Archimedes VIDC D.AIL. qcelp QCELP / PureVoice D.AIL. qdm2 QDesign Music Codec 2 D.AIL. qdmc QDesign Music DEAIL. ra_144 RealAudio 1.0 (14.4K) (decoders: real_144 ) (encoders: real_144 ) D.AIL. ra_288 RealAudio 2.0 (28.8K) (decoders: real_288 ) D.AI.S ralf RealAudio Lossless DEAIL. roq_dpcm DPCM id RoQ DEAI.S s302m SMPTE 302M DEAIL. sbc SBC (low-complexity subband codec) D.AIL. sdx2_dpcm DPCM Squareroot-Delta-Exact D.AI.S shorten Shorten D.AIL. sipr RealAudio SIPR / ACELP.NET D.AIL. siren Siren D.AIL. smackaudio Smacker audio (decoders: smackaud ) ..AIL. smv SMV (Selectable Mode Vocoder) D.AIL. sol_dpcm DPCM Sol DEAI.. sonic Sonic .EAI.. sonicls Sonic lossless ..AIL. speex Speex D.AI.S tak TAK (Tom's lossless Audio Kompressor) DEA..S truehd TrueHD D.AIL. truespeech DSP Group TrueSpeech DEAI.S tta TTA (True Audio) D.AIL. twinvq VQF TwinVQ D.AIL. vmdaudio Sierra VMD audio DEAIL. vorbis Vorbis D.AI.. wavesynth Wave synthesis pseudo-codec DEAILS wavpack WavPack D.AIL. westwood_snd1 Westwood Audio (SND1) (decoders: ws_snd1 ) D.AI.S wmalossless Windows Media Audio Lossless D.AIL. wmapro Windows Media Audio 9 Professional DEAIL. wmav1 Windows Media Audio 1 DEAIL. wmav2 Windows Media Audio 2 D.AIL. wmavoice Windows Media Audio Voice D.AIL. xan_dpcm DPCM Xan D.AIL. xma1 Xbox Media Audio 1 D.AIL. xma2 Xbox Media Audio 2 ..D... bin_data binary data ..D... dvd_nav_packet DVD Nav packet ..D... epg Electronic Program Guide ..D... klv SMPTE 336M Key-Length-Value (KLV) metadata ..D... otf OpenType font ..D... scte_35 SCTE 35 Message Queue ..D... timed_id3 timed ID3 metadata ..D... ttf TrueType font ..S... arib_caption ARIB STD-B24 caption DES... ass ASS (Advanced SSA) subtitle (decoders: ssa ass ) (encoders: ssa ass ) DES... dvb_subtitle DVB subtitles (decoders: dvbsub ) (encoders: dvbsub ) ..S... dvb_teletext DVB teletext DES... dvd_subtitle DVD subtitles (decoders: dvdsub ) (encoders: dvdsub ) D.S... eia_608 EIA-608 closed captions (decoders: cc_dec ) D.S... hdmv_pgs_subtitle HDMV Presentation Graphic Stream subtitles (decoders: pgssub ) ..S... hdmv_text_subtitle HDMV Text subtitle D.S... jacosub JACOsub subtitle D.S... microdvd MicroDVD subtitle DES... mov_text MOV text D.S... mpl2 MPL2 subtitle D.S... pjs PJS (Phoenix Japanimation Society) subtitle D.S... realtext RealText subtitle D.S... sami SAMI subtitle ..S... srt SubRip subtitle with embedded timing ..S... ssa SSA (SubStation Alpha) subtitle D.S... stl Spruce subtitle format DES... subrip SubRip subtitle (decoders: srt subrip ) (encoders: srt subrip ) D.S... subviewer SubViewer subtitle D.S... subviewer1 SubViewer v1 subtitle DES... text raw UTF-8 text ..S... ttml Timed Text Markup Language D.S... vplayer VPlayer subtitle DES... webvtt WebVTT subtitle DES... xsub XSUB
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#4
|
|||
|
|||
Fulll output
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transcoder formats syntax | maxpower | SageTV Software | 1 | 01-30-2009 05:29 PM |
SageTV Transcoder | joe123 | SageTV Software | 6 | 12-25-2008 02:17 PM |
Help me Spec my SageTV HTPC Box | bradesp | Hardware Support | 0 | 11-20-2006 07:22 AM |
SageTV music sound formats | jmccroha | SageTV Software | 1 | 07-14-2005 10:09 AM |