Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
生の h264 をネットワーク カメラから MP4 または AVI ファイルにダンプするにはどうすればよいですか? ネットワーク カメラから H264 パケットを取得しています。
ありがとう、
生の H.264 データをファイルに保存し、mp4 に変換します。
ffmpeg -f h264 -i <input file.264> -vcodec <output file.mp4>