Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #31  
Old 04-12-2014, 10:50 AM
Draly Draly is offline
Junior Member
 
Join Date: May 2011
Posts: 9
Draly is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


Quote:
Originally Posted by Rhade View Post
whats the name of the file? (both FLV before going into the program and the renamed mp4 ie model room number found in the flv and the actual models name.

I will trouble shoot on my end but need these details
It does this with any model at MFC, let's say for example my file name is:
mfc_105418661
After launching the app, it renames it to mfc_105418661.f4v
Then convert to mp4 => mfc_105418661.mp4

And after it's done, all files are deleted, original, f4v and mp4.
(So yeah, i lost some files because of that lol)
I can't find an exemple with model name etc, i'll look into it asap if you want.
Reply With Quote
  #32  
Old 04-12-2014, 10:54 AM
Rhade Rhade is offline
Member
 
Join Date: Jan 2011
Posts: 50
Rhade is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


Quote:
Originally Posted by Draly View Post
It does this with any model at MFC, let's say for example my file name is:
mfc_105418661
After launching the app, it renames it to mfc_105418661.f4v
Then convert to mp4 => mfc_105418661.mp4

And after it's done, all files are deleted, original, f4v and mp4.
(So yeah, i lost some files because of that lol)
I can't find an exemple with model name etc, i'll look into it asap if you want.
is *105418661* Modelname in your model_list.db file? or any of the other models you cap?
Reply With Quote
  #33  
Old 04-16-2014, 12:14 PM
Rhade Rhade is offline
Member
 
Join Date: Jan 2011
Posts: 50
Rhade is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


Hack jobed together a MFC Model ID generator

Just run the EXE enter Model name, and it will spit the results to ids.txt file

every time you run it will add a new line to the ids.txt with the the new model entered

not sure why i made this lol, partially bored i guess.

i guess it can help for my entering into my auto encoder/joiner app. But the room id is already in the filename, so meh

But be advised you will need to add either 1 or 10 before the number in the ids.txt file to use it in the model_list.db as that databse uses ROOM IDS, and a ROOM ID is just the MODEL ID with 1 or 10 in front of the numbers. Room IDS are 9 digit numbers so if you add a 10 in front of the model id and its 10 characters long, delete the 0 from the 10.

enjoy

http://www.multiupload.nl/TOY2RYKTEZ

your ids.txt should look like this as you enter more and more models, each will get its own line

bunibuni nProfileUserId: 2593324,
aspenrae nProfileUserId: 3111899,
brook95 nProfileUserId: 16301603,
Reply With Quote
  #34  
Old 05-10-2014, 08:22 AM
Draly Draly is offline
Junior Member
 
Join Date: May 2011
Posts: 9
Draly is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


I just tried with a filename : mfc_116844041
I added to the Model_List.db this line:
*116844041* giannaflower

I started Rhadev6 and in the end it gave me a file named: giannaflower(05-2014--1232).mp4

Sounds good, but the problem is the file size is only 1 kb :/
Here are the files generated during the process, and their size before they are deleted:

First file targeted to be encoded: mfc_116844041 (34984 kb)
then here are generated files:
mfc_116844041.f4v (34972 kb)
mfc_116844041.mp4 (20982 kb)
giannaflower().mp4 (34972 kb)
giannaflower(05-2014--1614).mkv (34389 kb)
And as i said at the beginning, it ends up with a 1kb file named giannaflower(05-2014--1232).mp4 (and any other original or generated file is deleted (and not in recycle bin)).

Hope you can do something to help me ^^
Reply With Quote
  #35  
Old 05-10-2014, 08:46 AM
Rhade Rhade is offline
Member
 
Join Date: Jan 2011
Posts: 50
Rhade is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


can you upload the flv in question for me to test on my end?
Reply With Quote
  #36  
Old 05-13-2014, 07:11 AM
Draly Draly is offline
Junior Member
 
Join Date: May 2011
Posts: 9
Draly is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


Sure, here it is:
http://www.multiupload.nl/IPUXXSQIAW

But it's the same for every single file rtmpdump give me :/
I tried to delete the afolder in temp but doesn't change anything.
Reply With Quote
  #37  
Old 05-13-2014, 03:12 PM
Rhade Rhade is offline
Member
 
Join Date: Jan 2011
Posts: 50
Rhade is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


Quote:
Originally Posted by Draly View Post
Sure, here it is:
http://www.multiupload.nl/IPUXXSQIAW

But it's the same for every single file rtmpdump give me :/
I tried to delete the afolder in temp but doesn't change anything.
every thing works fine here

maybe your using an older versian

i have attached the newest published files, as well as the mp4 it produced

http://www.multiupload.nl/BX5RZTWZGC
Reply With Quote
  #38  
Old 05-26-2014, 02:17 AM
Draly Draly is offline
Junior Member
 
Join Date: May 2011
Posts: 9
Draly is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


First of all, thanks for your help.
I know it's annoying to help someone when on our side everything work fine...
I tried with your last upload, i deleted the mp4 file and put my original (the one i shared with you) in the same folder, i ran Rhadev6.exe and it generated a file:
giannaflower(05-2014--0755).mp4

Seems fine, but it is not, the file is 1Kb
I'm wondering if theres something to do with some codec/ffdshow or other that has to be installed on my system ?

I tried again after editing, and deleting the Model_List.db and it result in same 1Kb file when edited (reduce numbers of models and keep only the one corresponding) and simply no file if Model_List.db is deleted.

For now i'm using yaflvfix and renaming files by hand, better than nothing.
Reply With Quote
  #39  
Old 05-27-2014, 07:50 AM
Rhade Rhade is offline
Member
 
Join Date: Jan 2011
Posts: 50
Rhade is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


try and run this exe

it will delete all previous temp files if any exist from older builds which may be complicating things, then try and re run the main app again and let me know

http://www.multiupload.nl/E2S2YKC1RR
Reply With Quote
  #40  
Old 05-27-2014, 08:07 AM
Rhade Rhade is offline
Member
 
Join Date: Jan 2011
Posts: 50
Rhade is on a distinguished road
Default

Re: MFC RTMP Dump FFMPEG Batch Encoder


or just navigate too

C:\Users\COMPUTER NAME\AppData\Local\Temp\afolder

and delete all the files inside
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:10 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons