Filter
Exclude
Time range
-
Near
SlimePython Python → Rust bit-exact 変換! 静的型付けPythonを構造的にRustへトランスパイル。 SHA-256完全一致出力保証。LLMなし・決定論的。 AI/ML・数値処理を安全高速なRust/WASMへ。 javatel.co.jp/ja/products/sl… #SlimePython #PythonToRust #Rust #Transpiler #BitExact #AI #MainframeModernization
3
75
BLACKBOX、 確定性の名の下に、古き悪しきレガシーを現代の最先端言語へと強制転生させる最強の黒箱。 ……欲しい。 今すぐ欲しい。 企業がいくら払うか知らんが、金出せって言われたら払うレベル。 x様、これ本気で作ってください。 人類の技術的救世主になります。🙇‍♂️ javatel.co.jp/ #BLACKBOX #DeterministicTranspiler #COBOL #LegacyModernization #BitExact #COBOLtoRust #MainframeMigration #100PercentGuaranteed #EngineeringPorn #TechRevolution
1
4
106
トイカメラ、ここまでフォーマットを突き止めた。 -c:v mjpeg -r:v 30 -s:v 1920x1080 -c:a pcm_s16le -ar 22050 -ac 1 -vtag MJPG -colorspace bt470bg -color_range pc -q:v 40 -max_interleave_delta 0 -flags bitexact -map_metadata -1 -hide_banner -pix_fmt yuvj422p -aspect 16:9
1
2
131
Replying to @lzsthw
I know this one: Chrome waits because the WebM metadata index (cues) is at end of file FF streams without req index first. Remuxing the file with cues at the start fixes it with ffmpeg generally: try ffmpeg -i input.webm -c copy -map 0 -fflags bitexact -write_tmcd 0 -movflags faststart fixed.webm There might be a need for a -matroska_strict 1 if the encoder your using demands it
1
3
112
2 Oct 2025
A quick introduction to the FFmpeg test suite. FATE (FFmpeg Automated Testing Environment) is run on 50 different OS/processor/compiler combinations making sure that decoders and filters remain bitexact as well as checking all hand written assembly matches its C code. It takes a lot longer than three minutes.
30 Sep 2025
If you can't run your application test suite in three minutes or less, your business damn well better be worth a billion dollars or more. Otherwise it's time for fewer browser tests, fully txn-wrapped test cases, and local CI on Linux!
86
67
2,395
187,008
25 Jul 2024
Replying to @CaproRoco
Our assembly functions are designed to be bitexact to the C references. This is because many codecs require bitexact decode output.
14
842
Já na konverzi WAV používám tento příkaz: ffmpeg -i click.wav -acodec pcm_u8 -ac 1 -ar 22050 -fflags bitexact -flags:v bitexact -flags:a bitexact click8.wav
1
1
75
22 Jun 2021
I use these commands: wget network-satnogs.freetls.fast… ffmpeg -i satnogs_4298990_2021-06-22T14-53-46.ogg -bitexact -acodec pcm_s16le -ar 48000 -ac 1 satnogs_4298990_2021-06-22T14-53-46.wav gr_satellites MIR-SAT1 --wavfile satnogs_4298990_2021-06-22T14-53-46.wav --samp_rate 48000

2
22 Jun 2021
Replying to @ea4gpz @UNOOSA
Successfully decoded the signal from #MIR-SAT1 @3b8du with your decoder from your video. I took the observation network.satnogs.org/observat… converted with a command: ffmpeg -i inputfile.ogg -bitexact -acodec pcm_s16le -ar 48000 -ac 1 outputfile.wav and use decoder. Thank you Daniel
1
1
5
Don't worry, we still have to explain this too. Recording Dolby E and playing it out needs to be bitexact!
1
17 Apr 2021
Looking through the new (much improved) CUDA dispatch headers. There's a lot of manual work in coordinating target versions. The C bitexact function is expressed with bitexact2 in Circle. One line, and since it's reflection-driven, it stays current with the definition.
2
2
8
3 Jan 2021
یافته‌های من تا اینجا، بهترین نتیجه رو با این گرفتم: ``` ffmpeg -hide_banner -y -threads <cores*2> -i <INFILE> -c:v libx264 -pass 1 -pix_fmt yuv420p -x264-params "nal-hrd=cbr" -b:v 2048K -minrate 2048K -maxrate 2048K -bufsize 1024K -vsync cfr -r 60 -bitexact -flags cgop \ ```
1
2
However not bitexact
1
1