ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > DC Member Programs and Projects

MFCRecorder - Continued

<< < (5/15) > >>

hiofm:
This is kind of a hacky idea, but it could work - when starting a stream recording grab the running list of processes before and after starting ffmpeg and compare to find which ffmpeg process you just started. Then internally tie that to each model as you start each stream recording. Just a thought I had.

DareDevil92:
That did it, thank you! Now how do I *stop* the recording? haha
-hiofm (April 01, 2016, 01:59 PM)
--- End quote ---

This is one of the original mechanics of the program I do not like. There is no way to identify what process of ffmpeg is recording what model. At least not that I've figured out anyway. So there is no way to stop it using this method. However if you unhide ffmpeg, you will see the console window process the stream, and you can close it once you are done recording.
-Asudem (April 02, 2016, 10:24 AM)
--- End quote ---

Best and easiest way I have found is to stop recording is find the model in the list, right click and select "Add to Exclude List" the recording will stop and then just go to the exclude list a find her model number select it and hit remove. Then just hit record or add her back to your inclusion list, to start recording again.

I know no one asked but to find out a Model ID without them being online.
1. Go to their profile
2. Right click their profile picture and click Copy Image URL (or copy image address)
3. Paste that somewhere, and you will get something like this - https: //img.mfcimg.com/photos2/399/5646871/avatar.90x90.jpg?nc=1388376734 -
4. Lets break down that URL https: //img.mfcimg.com/photos2/399/**MODEL ID HERE**/avatar.90x90.jpg?nc=1388376734
5. Copy the numbers where **MODEL ID** is and paste that into the "Add Model ID to always Record" and you are done.


couple of questions and suggestions, hope you don't mind.

I reorder my tabs to better suit me (Name, Is Recording, Country, Age), but every time I restart they reset back to default, how can I get that to save the order I have?

Model inclusion list is great, looking forward to the seeing the model names, maybe have it laid out like "ModelName - Model ID", I would love to see the recording folders with the same layout as I like my folders organised alphabetically.

jdemarco:
fantastic program - thank you.

one question ... i've found that some of the captured videos are corrupted in a way that they can't be played.  Either the video opens and plays but you can't seek, or it opens, plays and seeks fine but than hits a point in the recording where it gets choppy and freezes the player.  Anyone having this issue?  I'm using the latest 32bit FFMEG.  I've tried various players and they all fail in the same manner. 

Of course, the videos of the model staring at the camera for four hours work great.  The good ones are always corrupt!  Happens to about 1 in 4 recordings.

4wd:
... i've found that some of the captured videos are corrupted in a way that they can't be played.-jdemarco (April 08, 2016, 11:17 PM)
--- End quote ---

Could be the stream suffered corruption as it was being recorded, you can try converting the Transport Stream container to MP4 using the following command:


--- Code: Text ---ffmpeg.exe -i somefile.ts -y -c:v libx264 -crf 18 -coder 0 -g 10 -keyint_min 1 -profile:v main -level 3.0 -c:a aac -strict -2 somefile.mp4
If the incoming stream suffered errors as it was being recorded the output will probably be severely out of sync in places.

NotACoder:
When a "camserv" is missing from the configproxy.php "h5video_servers" does that mean the model hasn't enabled the Mobile feed?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version