2017-02-15 10:05 GMT+01:00 Sub Phil <[email protected]>: > Executing > ffmpeg -y -i VTS_01_2.VOB -c copy -t 50 VTS_01_2_CUT.VOB > > Leads to this warning > Timestamps are unset in a packet for stream 0. This is deprecated > and will STOP WORKING in the future. Fix your code to set the > timestamps properly
This warning should have no relevance to you. (Or why do you think it is relevant?) > [svcd @ 000000000061a380] VBV buffer size not set, using > default size of 130KB > If you want the mpeg file to be compliant to some specification > Like DVD, VCD or others, make sure you set the correct buffer size This warning tells you that your output file may be invalid. 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".
