Search found 58 matches
- Sat Jan 21, 2017 5:04 pm
- Forum: Other
- Topic: Missing SOFAlizer filter
- Replies: 33
- Views: 15951
Re: Missing SOFAlizer filter
I've tried: -af sofalizer=sofa=C:\Users\User_000\Downloads\ClubFritz6.sofa:type=freq:radius=1 -af sofalizer=sofa=C:/Users/human_000/Downloads/ClubFritz6.sofa:type=freq:radius=1 -af sofalizer=sofa=\Users\User_000\Downloads\ClubFritz6.sofa:type=freq:radius=1 -af sofalizer=sofa=ClubFritz6.sofa:type=fr...
- Sun Jan 15, 2017 8:50 pm
- Forum: Off Topic
- Topic: Filterchain issue
- Replies: 4
- Views: 5629
Re: Filterchain issue
You can only use one -af.
Try this:
Try this:
Code: Select all
ffmpeg -ss 30 -t 1 -i "in" -af "aeval=val(0)|-val(1),channelsplit,amix,astats -f null -
- Wed Jan 11, 2017 6:29 pm
- Forum: Usage
- Topic: XMA Decoding
- Replies: 10
- Views: 3903
Re: XMA Decoding
With latest FFmpeg I can do this:
Code: Select all
ffmpeg -c:a xma2 -channels 2 -f u8 -i ~/Downloads/CommanderDeath2.xma -f null -
- Wed Jan 11, 2017 1:17 pm
- Forum: Developement with FFmpeg
- Topic: Incompatible pixel format yuv420p10le
- Replies: 2
- Views: 2718
Re: Incompatible pixel format yuv420p10le
I guess you need hidepth h264 build linked with ffmpeg.
Otherwise you are forced to pipe to 10bit x264 binary.
Otherwise you are forced to pipe to 10bit x264 binary.
- Wed Jan 11, 2017 9:41 am
- Forum: Usage
- Topic: XMA Decoding
- Replies: 10
- Views: 3903
Re: XMA Decoding
Also trying to download your XMA converter I get report from google its infected by virus.
- Wed Jan 11, 2017 9:23 am
- Forum: Usage
- Topic: XMA Decoding
- Replies: 10
- Views: 3903
Re: XMA Decoding
Please go away.
- Tue Jan 10, 2017 7:00 pm
- Forum: Usage
- Topic: XMA Decoding
- Replies: 10
- Views: 3903
Re: XMA Decoding
Is there documentation of format for over 30000 files you have?
What exact steps you do?
I can add support for such files if I know some basic info like:
Where one can gather sample rate, number of channels and others?
What exact steps you do?
I can add support for such files if I know some basic info like:
Where one can gather sample rate, number of channels and others?
- Tue Jan 10, 2017 8:20 am
- Forum: Usage
- Topic: XMA Decoding
- Replies: 10
- Views: 3903
Re: XMA Decoding
FFmpeg supports XMA2, but how it could support headerless formats like you posted. is different and off-topic problem.
- Mon Jan 09, 2017 7:23 pm
- Forum: Usage
- Topic: XMA Decoding
- Replies: 10
- Views: 3903
Re: XMA Decoding
Please upload/provide somehow files that do not work for you.
- Wed Nov 23, 2016 2:40 pm
- Forum: Other
- Topic: Missing SOFAlizer filter
- Replies: 33
- Views: 15951
Re: Missing SOFAlizer filter
Your command is wrong, you need to pass full and correct path to SOFA file.