VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Aug 2016
    Location
    London, UK
    Search PM
    Hello all, I'm trying to convert an MKV with an H264 video stream, an ac3 audio stream and an SRT subtitle stream. Basically just taking the ac3 and adding a aac stream and remuxing using mkvtools version 3.6. However, nothing happens It says it's completed but there's no output file. I was using mkvtools 3.2 before I believe and did not have this issue. There is a log from the failed conversion, if anyone can help me go through it?

    Thanks in advance to anyone who responds

    ffmpeg version N-71504-gf944aeb-tessus Copyright (c) 2000-2015 the FFmpeg developers
    built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
    configuration: --cc=/usr/bin/clang --prefix=/Users/helmutt/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libx265 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-libsoxr --enable-libwavpack --enable-version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-libmodplug --enable-fontconfig --enable-libfreetype --enable-libass --enable-libbluray --enable-filters --disable-indev=qtkit --disable-indev=x11grab_xcb --enable-runtime-cpudetect
    libavutil 54. 22.101 / 54. 22.101
    libavcodec 56. 34.100 / 56. 34.100
    libavformat 56. 30.100 / 56. 30.100
    libavdevice 56. 4.100 / 56. 4.100
    libavfilter 5. 13.101 / 5. 13.101
    libswscale 3. 1.101 / 3. 1.101
    libswresample 1. 1.100 / 1. 1.100
    libpostproc 53. 3.100 / 53. 3.100
    Input #0, matroska,webm, from '/Volumes/RAID HDD/*.mkv':
    Metadata:
    title : *
    encoder : libebml v1.3.4 + libmatroska v1.4.5
    creation_time : 2016-08-23 04:20:25
    Duration: 01:32:23.46, start: 0.000000, bitrate: 4717 kb/s
    Chapter #0:0: start 0.000000, end 283.000000
    Metadata:
    title : 1
    Chapter #0:1: start 283.000000, end 541.000000
    Metadata:
    title : 2
    Chapter #0:2: start 541.000000, end 943.000000
    Metadata:
    title : 3
    Chapter #0:3: start 943.000000, end 1342.000000
    Metadata:
    title : 4
    Chapter #0:4: start 1342.000000, end 1598.000000
    Metadata:
    title : 5
    Chapter #0:5: start 1598.000000, end 1805.000000
    Metadata:
    title : 6
    Chapter #0:6: start 1805.000000, end 2143.000000
    Metadata:
    title : 7
    Chapter #0:7: start 2143.000000, end 2367.000000
    Metadata:
    title : 8
    Chapter #0:8: start 2367.000000, end 2640.000000
    Metadata:
    title : 9
    Chapter #0:9: start 2640.000000, end 3040.000000
    Metadata:
    title : 10
    Chapter #0:10: start 3040.000000, end 3317.000000
    Metadata:
    title : 11
    Chapter #0:11: start 3317.000000, end 3541.000000
    Metadata:
    title : 12
    Chapter #0:12: start 3541.000000, end 3766.000000
    Metadata:
    title : 13
    Chapter #0:13: start 3766.000000, end 4013.000000
    Metadata:
    title : 14
    Chapter #0:14: start 4013.000000, end 4280.000000
    Metadata:
    title : 15
    Chapter #0:15: start 4280.000000, end 4501.000000
    Metadata:
    title : 16
    Chapter #0:16: start 4501.000000, end 4806.000000
    Metadata:
    title : 17
    Chapter #0:17: start 4806.000000, end 5164.000000
    Metadata:
    title : 18
    Chapter #0:18: start 5164.000000, end 5250.000000
    Metadata:
    title : 19
    Chapter #0:19: start 5250.000000, end 5543.460000
    Metadata:
    title : 20
    Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709), 1916x800 [SAR 1:1 DAR 479:200], 23.98 fps, 23.98 tbr, 1k tbn, 2k tbc (default)
    Metadata:
    title : *
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s (default)
    Metadata:
    title : *
    Stream #0:2(eng): Subtitle: subrip (default)
    Stream #0:3: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 1067x600, 90k tbr, 90k tbn, 90k tbc
    Metadata:
    filename : cover_land.jpg
    mimetype : image/jpeg
    Stream #0:4: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 120x176, 90k tbr, 90k tbn, 90k tbc
    Metadata:
    filename : small_cover.jpg
    mimetype : image/jpeg
    Stream #0:5: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 213x120, 90k tbr, 90k tbn, 90k tbc
    Metadata:
    filename : small_cover_land.jpg
    mimetype : image/jpeg
    Stream #0:6: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 600x882, 90k tbr, 90k tbn, 90k tbc
    Metadata:
    filename : cover.jpg
    mimetype : image/jpeg
    Stream map '0:t' matches no streams.
    Last edited by hmgnsd; 23rd Aug 2016 at 16:40. Reason: Edit file name
    Quote Quote  
  2. I recommend you remove the filename from your post or the the mods will lock it.
    Quote Quote  
  3. Member
    Join Date
    Aug 2016
    Location
    London, UK
    Search PM
    Thanks for the heads up
    Quote Quote  
  4. Code:
    Stream map '0:t' matches no streams.
    the command line used want's to select an attachment from source 0, but there is no such thin inside the source.
    -> look into your settings or contact the author of the tool or use another tool

    (mkvtoolnix should be able to do what you want)
    Last edited by Selur; 28th Aug 2016 at 13:59.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!