> On Mar 27, 2020, at 11:23 AM, Carl Eugen Hoyos <[email protected]> wrote:
> 
> Am Fr., 27. März 2020 um 17:58 Uhr schrieb Dan Smith via ffmpeg-user
> <[email protected]>:
> 
>> To restate my goal clearly: I want to process some m4v files,
>> removing an unwanted "cover art" image appearing as mjpeg
>> streams.
> 
> Just to clarify in case it is necessary:
> FFmpeg never "removes" anything from a file, when you
> so stream copy with ffmpeg, a new file is created with
> new (and most likely) different features than the input
> file (except for the media content).

Sure. I don't necessarily require *literal* removal of some data from a file. 
But I'm looking for a process that will *logically* amount to removal of some 
data. This process could look like:

mv filename.m4v filename-bak.m4v
some-command -from filename-bak.m4v -to filename.m4v

The process is successful if the result of the process looks like what you 
would expect from literal removal.

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to