News:

--

Main Menu

FICV Codec?

Started by PAR, June 29, 2018, 05:28:19 AM

Previous topic - Next topic

PAR

Hello,

I'm using a screen capture program that I really like, "Action" which uses the ficv codec. I can play these files directly in VLC and open in both Sony Vegas, Handbrake, or  Virtual Dub. If I try to open these files in Avidemux I get a green screen. I can convert in VDub using the Lagarith lossless codec and the video opens in Avidemux. However, when I do this I notice subtle color shifts that I don't like.

Is there any way to directly open these files in Avidemux? Is it possible to frame serve from VDub to Avidemux. I've tried but probably don't know enough about the use of AVIsynth and VDub. If this is possible and someone would show me how to do this I'd be very grateful!

Thanks!

eumagga0x2a

Quote from: PAR on June 29, 2018, 05:28:19 AM
Is there any way to directly open these files in Avidemux?

If the codec is supported by FFmpeg, it should be possible to add support for reading/loading of videos using that codec to Avidemux, at least for purpose of reencoding. Could you please provide a sample video?

PAR

Thanks for your answer! I'm happy to supply a sample. What is the best way to send a sample? The attachment limit is quite small. Is that enough?


Jan Gruuthuse

#4
ffmppeg seems to have has fic support included.
ffprobe tells:
[avi @ 0x1e61b00] non-interleaved AVI
Input #0, avi, from 'ficv.avi':
  Duration: 00:00:06.22, start: 0.000000, bitrate: 3959 kb/s
    Stream #0:0: Video: fic (FICV / 0x56434946), yuv420p, 720x540, 2181 kb/s, 50 fps, 50 tbr, 50 tbn, 50 tbc
    Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2 channels, s16, 1411 kb/s


QuoteMarch 24, 2014, FFmpeg 2.2
- Mirillis FIC video decoder
source: https://www.ffmpeg.org/

eumagga0x2a

Should work in future nightlies (and releases) --> [core/ffmpeg] Add support for FICV video codec.

Thank you for the sample.

Jan Gruuthuse


PAR

Many thanks!

Would someone please tell me how to use the information in this link. I'm lost (sorry!):

[core/ffmpeg] Add support for FICV video codec.

Thanks.

Jan Gruuthuse

commit f1edd30922610db27060257a68fe6b482ce6c203, one level up: Latest commit f1edd30 2 days ago into the source.

When the nightly is built again, this code change should become available to users. Should have date beyond 2018 june 30. (soon I expect)
Or is available
- when you build yourself from source
- dev branch: avidemux Cli/Qt5 2.7.1 64-bit deb on ubuntu HWE 16.04.4 LTS
- TESTING dev branch: avidemux Cli/Qt5 2.7.1 64-bit deb on Ubuntu 18.04 LTS

eumagga0x2a

Please try r180702 from https://avidemux.org/nightly/win64/ and report back whether it is able to load a variety of FICV videos you have and whether something else which used to work is now broken.

PAR

r180702 is working very well with the FICV codec.

Thanks very very much!!

Peter