Skip to content

Commit a180d9f

Browse files
authored
Merge pull request #32 from ks61625/patch-1
fixed command to remove header
2 parents bae8492 + 45c6e51 commit a180d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/wiki/general/audio-file-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ But the in experiments used encoder did not have an obvious feature to do this.
7777
**We have developed a tool called [teddy](https://github.com/toniebox-reverse-engineering/teddy) to encode and decode these files.**
7878

7979
# Audio file extraction with Linux OS
80-
- Remove Header of the file with ´dd bs=4092 skip=1 if=500304E0 of=trim.ogg´
80+
- Remove Header of the file with ´dd bs=4096 skip=1 if=500304E0 of=trim.ogg´
8181
- then just use ffmpeg to convert it into mp3 ´ffmpeg -i trim.ogg done.mp3´

0 commit comments

Comments
 (0)