1

(3 replies, posted in General)

I really like the View -> Two Playback Screens functionality to view two videos side by side. However, when saving/exporting the videos, only the left video is exported. Is it possible to export side by side?

2

(4 replies, posted in General)

I didn't mind the extra zeros, though I agree that >1h long videos are probably rare.

I would recommend more clutter though! Show the frame number by default. It's a very important bit of information.

Hi,

I'm trying to programmatically cut videos before using them in Kinovea. That is, I have a Excel/csv file with video filenames and start/stop frames manually established through Kinovea. I want to cut to EXACTLY these frames.

So far ffmpeg (ffmpeg.org) seems to be my best shot. Seems like Kinovea is using it as a building block, too.

My issue is:

1) If I happen to cut to a position which is not a keyframe (aka i-frame), Kinovea can not load the video anymore (screen appears black, yet e.g. VLC can still play it).

2) If I convert the video in ffmpeg to turn all frames into keyframes, the quality drops (in/output is MP4 and I'm not recording). I'm not sure why this is, but I'm new to video editing/encoding. I would have thought, that only file size and playback performance would worsen. I understand, that this is not an ffmpeg forum, but since Kinovea uses it internally, maybe the developers have some insight here?

3) Perhaps I could resolve the quality issue by exporting in ffmpeg to a lossless format. But I have no idea which can be read by Kinovea. I don't think any of those listed in the FAQ (kinovea.org/help/en/002.html) are lossless, correct?

--------
commands used in ffmpeg

1) Cut video unCut.MP4 from 18.44s to 20.44s (video is 100 Hz and times where manually picked in Kinovea (toe off in my case)
> ffmpeg -i unCut.MP4 -ss 00:00:18.440 -to 00:00:20.440 cut.MP4

2) Cut video while making every frame a keyframe (seems to reduce quality)
> ffmpeg -i unCut.MP4 -ss 00:00:18.440 -to 00:00:20.440 -g 1 cut.MP4

4

(1 replies, posted in General)

This is amazing! Thank you very much!

5

(3 replies, posted in Bug reports)

Hi, the problem with the automatic slow down also appears in v 0.8.27

It works in 0.8.26!
Thank you so much Joan!

Thanks for the fast reply and activating my account Joan!

My log file says:

828 - INFO  - [1] - RootKernel - Kinovea version : 0.8.15, (Experimental)
838 - INFO  - [1] - RootKernel - .NET Framework Version : 2.0.50727.8669
838 - INFO  - [1] - RootKernel - OS Version : Microsoft Windows NT 6.2.9200.0
838 - INFO  - [1] - RootKernel - Primary Screen : {Width=1920, Height=1080}
839 - INFO  - [1] - RootKernel - Virtual Screen : {X=0,Y=0,Width=1920,Height=1080}
8852 - ERROR - [1] - PlayerScreenUserInterface - First frame couldn't be loaded - aborting

So it's the first behavior, that you described.

Is there any hope I will be able to load these videos into Kinovea?

Thanks again for your help!

Hi,

I'm new here and just started using Kinovea, but I'm already a fan.

So far, I've only loaded videos from youtube (Youtube Video Downloader for Chrome, mp4 format) and that worked great.
Now I was handed some 5y old wmv files (raw's not available anymore, would have to ask permission before sharing here) which play fine in the VLC media player but Kinovea throws the following error:

---------------------------
Kinovea - Loading Error.
---------------------------
Failure: Unable to open the file : inconsistencies found. Please check encoding process.
---------------------------
OK   
---------------------------

I'd be surprised if I'm the first one asking about this, but I used the forum's search field as well as google with the query

site: http //www.kinovea.org/en/forum loading error inconsistencies

with no success.

Any help appreciated!