Re: [FFmpeg-user] Mux encoded video data directly into mp4 files

2014-09-17 Thread fernando.takeshi
Ok, will do. Thank you. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Mux-encoded-video-data-directly-into-mp4-files-tp4667372p4667400.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___ ffmpeg-user mail

Re: [FFmpeg-user] Mux encoded video data directly into mp4 files

2014-09-17 Thread fernando.takeshi
Ok, it seems that a newer build of ffmpeg can understand and mux the mjpeg raw frames file. Still, that doesn't help me much, since I need to do this programatically... thank you for your time though! -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Mux-encoded-video-da

Re: [FFmpeg-user] Mux encoded video data directly into mp4 files

2014-09-17 Thread fernando.takeshi
Hi, thank you for your time and response. What I meant is, with the linked sample data I supplied previously, I tried the following: D:\ffmpeg\bin>ffmpeg -i h264.hex -vcodec copy h264.mp4 ffmpeg version N-61444-gf3d3e3f Copyright (c) 2000-2014 the FFmpeg developers built on Mar 13 2014 22:24:23

[FFmpeg-user] Mux encoded video data directly into mp4 files

2014-09-16 Thread fernando.takeshi
Hello, I've been searching for ways to create .mp4 files directly from saved raw video data. The sources of said data can record frames in the h264, mpeg and mjpeg formats; I end up with files that are basically raw frames of these formats, one after the other. Now, I've tested the command line a