0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ffmpeg でコンテナ変更したファイルのタイムスタンプを、変換前と同じするワンライナー

Posted at

ls(1) のオプションが gnu ls と違うのでそちら方面の人は参考程度にお願いしますm(__)m

拡張子 .m4a が変換元で .aac に変換した場合は以下の通り。

ls -lAGoFD"%Y%m%d%H%M.%S" *.m4a | awk '{print"touch -t "$7" "$8}' | sed 's|\.m4a|.aac|' | sh
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?