On Wednesday, October 26, 2016 9:51:45 AM CDT Yuki Nakamura wrote: > 2016-10-25 17:35 GMT+09:00 Carl Eugen Hoyos <[email protected]>: > > 2016-10-25 5:58 GMT+02:00 Yuki <[email protected]>: > > > I want to output the MPEG-4 streaming to file. > > > > > > When try to output the MP4 stream to a file, "Invalid data > > > found when processing input" will occur. > > > > Please (test current FFmpeg git head) provide your command > > line including the complete, uncut console output. > > Provide command line. > > [centos@localhost Desktop]$ ffmpeg udp://@239.203.59.225:50100
That’s hardly the same command, as it does not even output the same error. At least give some people the satisfaction that you’ve at least tried to search. Cargo-cult copy-and-paste shows more effort than this. ffmpeg -i udp://@239.203.59.225:50100 -c:v copy -c:a copy -f mpegts stream_dump.ts Also, MPEG4 Part-2 is a codec, not a format. ffmpeg -codecs | grep 'MPEG-4 part 2' -Reuben _______________________________________________ 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".
