
Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:2 stream=1 stream_type=81 pid=101 prog_reg_desc= stream=0 stream_type=2 pid=100 prog_reg_desc= Format mpegts probed with size=2048 and score=50 Parsing a group of options: input url output.ts. matched as output url.Īpplying option loglevel (set logging level) with argument debug.Īpplying option y (overwrite output files) with argument 1. matched as option 'y' (overwrite output files) with argument '1'. matched as option 'max_muxing_queue_size' (maximum number of packets that can be buffered while waiting for all streams to initialize) with argument '1024'. matched as option 'c' (codec name) with argument 'h264_nvenc'. matched as option 'c' (codec name) with argument 'copy'.

matched as input url with argument 'output.ts'. matched as option 'loglevel' (set logging level) with argument 'debug'. Code: ffmpeg -loglevel debug -i output.ts -c:a copy -c:v h264_nvenc -max_muxing_queue_size 1024 -y out.mp4įfmpeg version N-94391-g052d41377a Copyright (c) 2000-2019 the FFmpeg developersĬonfiguration: -enable-gpl -enable-version3 -enable-sdl2 -enable-fontconfig -enable-gnutls -enable-iconv -enable-libass -enable-libdav1d -enable-libbluray -enable-libfreetype -enable-libmp3lame -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-libopenjpeg -enable-libopus -enable-libshine -enable-libsnappy -enable-libsoxr -enable-libtheora -enable-libtwolame -enable-libvpx -enable-libwavpack -enable-libwebp -enable-libx264 -enable-libx265 -enable-libxml2 -enable-libzimg -enable-lzma -enable-zlib -enable-gmp -enable-libvidstab -enable-libvorbis -enable-libvo-amrwbenc -enable-libmysofa -enable-libspeex -enable-libxvid -enable-libaom -enable-libmfx -enable-amf -enable-ffnvcodec -enable-cuvid -enable-d3d11va -enable-nvenc -enable-nvdec -enable-dxva2 -enable-avisynth -enable-libopenmpt
