

Encoder did not produce proper pts, making some up.įrame= 2 fps=0.0 q=-1.0 Lsize= 96kB time=00:00:00.04 bitrate=18415.0kbit Trying to remove 1024 samples, but the queue is

Invalid DTS: 656 PTS: -672 in output stream 0:0Īv_interleaved_write_frame(): Invalid argument

_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_WRITING_APP-eng: mkvmerge v7.0.0 ('Where We Going') 64bit buil _STATISTICS_WRITING_APP: mkvmerge v7.0.0 ('Where We Going') 64bit built on I tried converting a sample MKV file using this command: ffmpeg -i "C:\VideoTest\Sample1.mkv" -c:v copy -c:a libfdk_aac -b:a 384k "C:\VideoTest\Sample2.mp4"īut getting the following errors (copied from command prompt): Could not find ref with POC 113 After reading multiple threads on how to change the container of MKV to MP4, I downloaded and compiled the FFMPEG with libfdk_aac support from here. This thread mentions that there is no need for video conversion, just changing the container might suffice. The purpose of doing this is because my "Smart" samsung TV doesn't play MKV files.
