Hello All, I'm working with videos since February and I have 2 basic questions:
- I'm using ffmpeg to convert a .mov video file into NAL Only and used following command to achieve this: ffmpeg -i in.mov -vcodec copy -f h264 out.h264 It generates a file but I can't play it using VLC Media Player... Do you know if I'm using the wrong command? - How can I check whether the generated file is really NAL-Only? Thanks for helping! Kind regards, Cassiano _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
