[Bug] Output file on decoding is always "file.bin"
See original GitHub issueWhenever I run this script to decode a video it generated, the output file is file.bin
. I tried renaming the extension to match the original file I encoded but it didn’t work. Morevover, this file.bin
is lighter than the original file.
Issue Analytics
- State:
- Created 3 years ago
- Comments:30 (17 by maintainers)
Top Results From Across the Web
Ubuntu Manpage: xdeview - a powerful decoder for binary files
If you decode this file, the output data will be corrupt and usually unusable. No Begin The file doesn't have a beginning. The...
Read more >Decoding Error when reading license file. · Issue #35 - GitHub
I ran pip-licenses inside a docker container of mine, and got the following exception: Traceback (most recent call last): File ...
Read more >Why do i get binary output using curl - Unix Stack Exchange
The first is from redirection, the second from final output. Pipe to type to inspect the binary data type (file-type):. curl -k -L...
Read more >10 ways to analyze binary files on Linux - Opensource.com
The file command will help you identify the exact file type that you are dealing with. $ file /bin/ls /bin/ls: ELF 64-bit LSB...
Read more >MySQL Bugs: #37610: character set choice for output file
A user expect that the files will be encoded to the encoding of the file system. Means, when I configured my operating system...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@KasperSvendsenGit Maybe try the same thing I just suggested to see if anything changes for you. On my end its working fine. @ThatIsAPseudo Something else that I can think might be the issue is maybe one of the dependencies is not working. Either ffmpeg or libmagic.
Thank you guys for pointing out these issues, it’s really helpful and interesting to see how other people are experiencing different things. Also, the program keeps changing pretty rapidly since people are contributing to the code base, so even though those parts of the program have not changed much, it might be helpful to make sure you’re on the latest git version, which is currently ahead of the PyPi version.
You can download/clone the repo, navigate to the program downloaded directory (unzip if necessary), and install that like this:
pip3 install .
I just tried (sorry for the delay), I wipped my install then reinstalled everything and it works perfectly !