"Movie Name" Tag aus MP4 entfernen/umbenennen

Steev

(ツ)
Registriert
15 Juli 2013
Beiträge
22.194
Ort
zurück ins Dorf
Ich habe hier eine MP4 mit einem "Movie Name" Tag laut mediainfo. Diesen möchte ich entfernen bzw. ggf. umbenennen. MP4Box habe ich installiert, allerdings nur in der Kommandozeile, eine GUI gibt es (scheinbar) für Linux (Lubuntu) nicht.
Kennt sich jemand mit MP4Box und dessen Kommandos aus? Ein entfernen ohne Neuencoding ist doch sicher möglich.

Edit: mit dem Kommando
[src=text]MP4Box -itags all=NULL movie.mp4[/src]

Jetzt muss ich nur noch schauen wie ich gleich einen ganzen Ordner Inhalt bearbeite mit einem Kommando
So
[src=text]MP4Box -itags all=NULL *.mp4[/src]
funktioniert es nicht
 
Zuletzt bearbeitet:
  • Thread Starter Thread Starter
  • #3
Nach deinem Kommando zeigt er mir nur die Optionen an
[src=text]ls *.mp4 | MP4Box -itags all=NULL[/src]
[src=text]MP4Box [option] input [option]
-h general general options help
-h hint hinting options help
-h dash DASH segmenter help
-h import import options help
-h encode encode options help
-h meta meta handling options help
-h extract extraction options help
-h dump dump options help
-h swf Flash (SWF) options help
-h crypt ISMA E&A options help
-h format supported formats help
-h rtp file streamer help
-h live BIFS streamer help
-h all all options are printed

-nodes lists supported MPEG4 nodes
-node NodeName gets MPEG4 node syntax and QP info
-xnodes lists supported X3D nodes
-xnode NodeName gets X3D node syntax
-snodes lists supported SVG nodes
-snode NodeName gets SVG node syntax
-languages lists supported ISO 639 languages

-quiet quiet mode
-noprog disables progress
-v verbose mode
-logs set log tools and levels, formatted as a ':'-separated list of toolX[:toolZ]@levelX
-version gets build version
-- INPUT escape option if INPUT starts with - character
[/src]
 
  • Thread Starter Thread Starter
  • #5
Es ist halt nicht mein einziges Forum ;)
[src=text]find . -type f -name "*.mp4" -exec MP4Box -itags all=NULL {} \; -print[/src]
So gehts, funktioniert
 
Zurück
Oben