VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. I'm using:
    Code:
    ffmpeg -y -fflags +genpts -i "E:\Output\21_56_32_1910_02.m2v" -i "E:\Output\iId_1_aid_0_21_56_32_1910_01.wav" -vcodec copy -acodec copy -map 0:0 -map 1:0 -aspect 133375:100000 -r 25 -f mpegts "E:\Output\test.ts"
    (in case '-fflags +genpts' isn't used the muxing aborts with 'first pts must be set')
    the output is:
    Code:
    Input #0, mpegvideo, from 'E:\Output\21_56_32_1910_02.m2v':
      Duration: N/A, bitrate: N/A
        Stream #0:0: Video: mpeg2video (Main), yuv420p(tv, bottom first), 720x576 [SAR 16:15 DAR 4:3], 25 fps, 25 tbr, 1200k tbn, 50 tbc
    Guessed Channel Layout for Input Stream #1.0 : stereo
    Input #1, wav, from 'E:\Output\iId_1_aid_0_21_56_32_1910_01.wav':
      Metadata:
        encoder         : Lavf58.33.100
      Duration: 00:02:58.61, bitrate: 1536 kb/s
        Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s
    Overriding aspect ratio with stream copy may produce invalid files
    Output #0, mpegts, to 'E:\Output\Adriana Russo - Capriccio ( Discoring 81).ts':
      Metadata:
        encoding_tool   : Hybrid 2019.09.21.1
        encoder         : Lavf58.33.100
        Stream #0:0: Video: mpeg2video (Main), yuv420p(tv, bottom first), 720x576 [SAR 16:15 DAR 4:3], q=2-31, 25 fps, 25 tbr, 90k tbn, 25 tbc
        Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s
    Stream mapping:
      Stream #0:0 -> #0:0 (copy)
      Stream #1:0 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    frame= 4465 fps=0.0 q=-1.0 Lsize=  236227kB time=00:02:58.60 bitrate=10835.1kbits/s speed= 665x
    video:195405kB audio:33489kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 3.203395%
    (uploaded the two source files to my GoogleDrive)

    Problems is: The output doesn't play any output and according to mediainfo doesn't contain any audio.

    -> Does anyone know how to mux these files properly with ffmpeg ?

    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  2. okay, problem seems to be that normal pcm isn't allowed in transport stream and ffmpeg has no option to convert to lpcm (or I don't know about it). :/
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

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