2017-12-13 0:00 GMT+01:00 KE <[email protected]>: > the commands you provided worked fine but > how can i make the resulting “outputnoiframes” playable in vlc? : /
Your question - iirc - was how to create a "broken" video. (It is missing SPS and PPS) > id like to achieve the following effect: > https://youtu.be/tYytVzbPky8?t=47s This looks very different from the effect you get from removing I-frames: It would lead to complete broken first frame, and improving images until completely fixed. (You can test this with our mpeg4 encoder by removing the upper limit for gop-size in the source and removing the first frame.) Maybe the noise bitstream filter can achieve the effect you want. 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".
