2018-08-16 7:05 GMT+02:00, chetan goni <[email protected]>: > When i ran below command > ".//ffmpeg -f h263 -i video.bin -f flv out.flv" > > here > *video.bin* : RTP playload
Either video.bin is a valid raw h263 file, then you don't have to use "-f h263" (just as you don't need "-f flv") or it is not a valid raw h.263 file, then it may not be possible to read the file with FFmpeg. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
