We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bae8492 + 45c6e51 commit a180d9fCopy full SHA for a180d9f
content/docs/wiki/general/audio-file-format.md
@@ -77,5 +77,5 @@ But the in experiments used encoder did not have an obvious feature to do this.
77
**We have developed a tool called [teddy](https://github.com/toniebox-reverse-engineering/teddy) to encode and decode these files.**
78
79
# Audio file extraction with Linux OS
80
-- Remove Header of the file with ´dd bs=4092 skip=1 if=500304E0 of=trim.ogg´
+- Remove Header of the file with ´dd bs=4096 skip=1 if=500304E0 of=trim.ogg´
81
- then just use ffmpeg to convert it into mp3 ´ffmpeg -i trim.ogg done.mp3´
0 commit comments