You’ll have to use a bitstream filter. Seems like FFmpeg does not write the correct codec tag without it.
1 |
ffmpeg -i bbb-1920x1080-cfg02.mkv -map 0:0 -c copy -vbsf hevc_mp4toannexb bbb.mkv |
Related posts:
- FFMPEG Command to Convert MKV Video to MP4 Video File in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Extract Audio Mp3 From Mp4 or Any Extension Video in Command Line | FFMPEG Convert MP4 to Mp3 in Windows 10 Full Tutorial For Beginners
- Build a Node.js Image & Video Converter Using FFMPEG Stream API & ffmpeg-stream Library in Javascript Full Project For Beginners
- FFMPEG Command to Convert RTSP Stream to WebRTC Video Stream in Command Line
- FFMPEG Command to Download RTSP Raw Video Stream to a MP4 Video File in Command Line
- FFMPEG Command to Convert RTSP Stream to RTMP Stream on Command Line
- FFMPEG Command to Convert RTSP Stream to m3u8 Stream on Command Line
- Node.js FFMPEG Example to Extract Audio From MP4 Video File Using ffmpeg-extract-audio Library in Javascript Full Project For Beginners
- Node.js FFMPEG Example to Extract Frames From MP4 Video as PNG/JPEG Image Using ffmpeg-extract-frame Library in Javascript Full Project For Beginners
- FFMPEG Command to Overlay or Put MP4 Video on Another MP4 Video File in Windows 10 Full Project For Beginners
- FFMPEG Command to Extract Moving Foreground Parts or Objects From MP4 Video on Command Line Full Tutorial For Beginners
- FFMPEG Command to Live Stream RTSP Video From Command Line in Browser Using localhost Full Tutorial For Beginners
- Javascript FFMPEG Project to Live Stream Video Using RTSP Server in Browser Using HTML5 Video Tag
- FFMPEG Command to Convert RTSP Stream to HLS on Command Line
- FFMPEG Command to Convert RTSP Stream to mjpeg Image Using HTTP & FFSERVER on Command Line
- FFMPEG Command to Take Screenshot of RTSP Stream and Save it as PNG,JPEG Image File in Command Line
- FFMPEG Command to Convert H264 Video to MP4 Video File in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Convert OGV Video File to MP4 Video File in Windows 10 Full Tutorial For Beginners
- FFMPEG Command to Convert TS Video File to MP4 Video File Using libx264 Filter in Windows 10 Full Project For Beginners
- FFMPEG Command to Convert MOV Video File to MP4 Video File in Windows 10 Full Tutorial For Beginners